Skip to content

Commit 739f925

Browse files
authored
fix: editor package add peer dependencies (#242)
1 parent 585612d commit 739f925

File tree

4 files changed

+44
-21
lines changed

4 files changed

+44
-21
lines changed

.changeset/empty-forks-design.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@wangeditor-next/editor': minor
3+
---
4+
5+
refactor test\style\build

.changeset/pre.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"mode": "exit",
3+
"tag": "alpha",
4+
"initialVersions": {
5+
"@wangeditor-next/basic-modules": "1.5.7",
6+
"@wangeditor-next/code-highlight": "1.3.5",
7+
"@wangeditor-next/core": "1.7.8",
8+
"@wangeditor-next/editor": "5.5.8",
9+
"@wangeditor-next/list-module": "1.1.13",
10+
"@wangeditor-next/table-module": "1.6.6",
11+
"@wangeditor-next/upload-image-module": "1.1.9",
12+
"@wangeditor-next/video-module": "1.3.12",
13+
"@wangeditor-next/yjs": "0.1.6",
14+
"@wangeditor-next/yjs-for-react": "0.1.6",
15+
"@wangeditor-next-shared/rollup-config": "0.0.1"
16+
},
17+
"changesets": []
18+
}

packages/editor/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,13 @@
5353
"dependencies": {
5454
"@uppy/core": "^2.1.1",
5555
"@uppy/xhr-upload": "^2.0.3",
56-
"@wangeditor-next/basic-modules": "^1.5.6",
57-
"@wangeditor-next/code-highlight": "^1.3.4",
58-
"@wangeditor-next/core": "^1.7.7",
59-
"@wangeditor-next/list-module": "^1.1.12",
60-
"@wangeditor-next/table-module": "^1.6.5",
61-
"@wangeditor-next/upload-image-module": "^1.1.8",
62-
"@wangeditor-next/video-module": "^1.3.11",
56+
"@wangeditor-next/basic-modules": "~1.5.6",
57+
"@wangeditor-next/code-highlight": "~1.3.4",
58+
"@wangeditor-next/core": "~1.7.7",
59+
"@wangeditor-next/list-module": "~1.1.12",
60+
"@wangeditor-next/table-module": "~1.6.5",
61+
"@wangeditor-next/upload-image-module": "~1.1.8",
62+
"@wangeditor-next/video-module": "~1.3.11",
6363
"dom7": "^3.0.0",
6464
"is-hotkey": "^0.2.0",
6565
"lodash.camelcase": "^4.3.0",

yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3417,7 +3417,7 @@ __metadata:
34173417
languageName: unknown
34183418
linkType: soft
34193419

3420-
"@wangeditor-next/basic-modules@npm:^1.5.6, @wangeditor-next/basic-modules@workspace:packages/basic-modules":
3420+
"@wangeditor-next/basic-modules@npm:~1.5.6, @wangeditor-next/basic-modules@workspace:packages/basic-modules":
34213421
version: 0.0.0-use.local
34223422
resolution: "@wangeditor-next/basic-modules@workspace:packages/basic-modules"
34233423
dependencies:
@@ -3433,7 +3433,7 @@ __metadata:
34333433
languageName: unknown
34343434
linkType: soft
34353435

3436-
"@wangeditor-next/code-highlight@npm:^1.3.4, @wangeditor-next/code-highlight@workspace:packages/code-highlight":
3436+
"@wangeditor-next/code-highlight@npm:~1.3.4, @wangeditor-next/code-highlight@workspace:packages/code-highlight":
34373437
version: 0.0.0-use.local
34383438
resolution: "@wangeditor-next/code-highlight@workspace:packages/code-highlight"
34393439
dependencies:
@@ -3447,7 +3447,7 @@ __metadata:
34473447
languageName: unknown
34483448
linkType: soft
34493449

3450-
"@wangeditor-next/core@npm:^1.7.7, @wangeditor-next/core@workspace:packages/core":
3450+
"@wangeditor-next/core@npm:~1.7.7, @wangeditor-next/core@workspace:packages/core":
34513451
version: 0.0.0-use.local
34523452
resolution: "@wangeditor-next/core@workspace:packages/core"
34533453
dependencies:
@@ -3482,13 +3482,13 @@ __metadata:
34823482
dependencies:
34833483
"@uppy/core": "npm:^2.1.1"
34843484
"@uppy/xhr-upload": "npm:^2.0.3"
3485-
"@wangeditor-next/basic-modules": "npm:^1.5.6"
3486-
"@wangeditor-next/code-highlight": "npm:^1.3.4"
3487-
"@wangeditor-next/core": "npm:^1.7.7"
3488-
"@wangeditor-next/list-module": "npm:^1.1.12"
3489-
"@wangeditor-next/table-module": "npm:^1.6.5"
3490-
"@wangeditor-next/upload-image-module": "npm:^1.1.8"
3491-
"@wangeditor-next/video-module": "npm:^1.3.11"
3485+
"@wangeditor-next/basic-modules": "npm:~1.5.6"
3486+
"@wangeditor-next/code-highlight": "npm:~1.3.4"
3487+
"@wangeditor-next/core": "npm:~1.7.7"
3488+
"@wangeditor-next/list-module": "npm:~1.1.12"
3489+
"@wangeditor-next/table-module": "npm:~1.6.5"
3490+
"@wangeditor-next/upload-image-module": "npm:~1.1.8"
3491+
"@wangeditor-next/video-module": "npm:~1.3.11"
34923492
dom7: "npm:^3.0.0"
34933493
is-hotkey: "npm:^0.2.0"
34943494
lodash.camelcase: "npm:^4.3.0"
@@ -3504,7 +3504,7 @@ __metadata:
35043504
languageName: unknown
35053505
linkType: soft
35063506

3507-
"@wangeditor-next/list-module@npm:^1.1.12, @wangeditor-next/list-module@workspace:packages/list-module":
3507+
"@wangeditor-next/list-module@npm:~1.1.12, @wangeditor-next/list-module@workspace:packages/list-module":
35083508
version: 0.0.0-use.local
35093509
resolution: "@wangeditor-next/list-module@workspace:packages/list-module"
35103510
peerDependencies:
@@ -3515,7 +3515,7 @@ __metadata:
35153515
languageName: unknown
35163516
linkType: soft
35173517

3518-
"@wangeditor-next/table-module@npm:^1.6.5, @wangeditor-next/table-module@workspace:packages/table-module":
3518+
"@wangeditor-next/table-module@npm:~1.6.5, @wangeditor-next/table-module@workspace:packages/table-module":
35193519
version: 0.0.0-use.local
35203520
resolution: "@wangeditor-next/table-module@workspace:packages/table-module"
35213521
peerDependencies:
@@ -3530,7 +3530,7 @@ __metadata:
35303530
languageName: unknown
35313531
linkType: soft
35323532

3533-
"@wangeditor-next/upload-image-module@npm:^1.1.8, @wangeditor-next/upload-image-module@workspace:packages/upload-image-module":
3533+
"@wangeditor-next/upload-image-module@npm:~1.1.8, @wangeditor-next/upload-image-module@workspace:packages/upload-image-module":
35343534
version: 0.0.0-use.local
35353535
resolution: "@wangeditor-next/upload-image-module@workspace:packages/upload-image-module"
35363536
peerDependencies:
@@ -3545,7 +3545,7 @@ __metadata:
35453545
languageName: unknown
35463546
linkType: soft
35473547

3548-
"@wangeditor-next/video-module@npm:^1.3.11, @wangeditor-next/video-module@workspace:packages/video-module":
3548+
"@wangeditor-next/video-module@npm:~1.3.11, @wangeditor-next/video-module@workspace:packages/video-module":
35493549
version: 0.0.0-use.local
35503550
resolution: "@wangeditor-next/video-module@workspace:packages/video-module"
35513551
peerDependencies:

0 commit comments

Comments
 (0)