Skip to content

Commit

Permalink
chore: update url and dependence
Browse files Browse the repository at this point in the history
  • Loading branch information
cycleccc committed Nov 9, 2024
1 parent 311c26d commit f4edd9c
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 13 deletions.
2 changes: 1 addition & 1 deletion packages/basic-modules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/cycleccc/wangEditor.git"
"url": "git+https://github.com/cycleccc/wangEditor-next.git"
},
"scripts": {
"test": "jest",
Expand Down
2 changes: 1 addition & 1 deletion packages/code-highlight/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/cycleccc/wangEditor.git"
"url": "git+https://github.com/cycleccc/wangEditor-next.git"
},
"scripts": {
"test": "jest",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/cycleccc/wangEditor.git"
"url": "git+https://github.com/cycleccc/wangEditor-next.git"
},
"scripts": {
"test": "jest",
Expand Down
2 changes: 1 addition & 1 deletion packages/editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/cycleccc/wangEditor.git"
"url": "git+https://github.com/cycleccc/wangEditor-next.git"
},
"scripts": {
"test": "jest",
Expand Down
2 changes: 1 addition & 1 deletion packages/list-module/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/cycleccc/wangEditor.git"
"url": "git+https://github.com/cycleccc/wangEditor-next.git"
},
"scripts": {
"test": "jest",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-float-image/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/cycleccc/wangEditor.git"
"url": "git+https://github.com/cycleccc/wangEditor-next.git"
},
"scripts": {
"dev": "cross-env NODE_ENV=development rollup -c rollup.config.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-markdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/cycleccc/wangEditor.git"
"url": "git+https://github.com/cycleccc/wangEditor-next.git"
},
"scripts": {
"dev": "cross-env NODE_ENV=development rollup -c rollup.config.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/table-module/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/cycleccc/wangEditor.git"
"url": "git+https://github.com/cycleccc/wangEditor-next.git"
},
"scripts": {
"test": "jest",
Expand Down
2 changes: 1 addition & 1 deletion packages/upload-image-module/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/cycleccc/wangEditor.git"
"url": "git+https://github.com/cycleccc/wangEditor-next.git"
},
"scripts": {
"test": "jest",
Expand Down
2 changes: 1 addition & 1 deletion packages/video-module/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/cycleccc/wangEditor.git"
"url": "git+https://github.com/cycleccc/wangEditor-next.git"
},
"scripts": {
"test": "jest",
Expand Down
3 changes: 1 addition & 2 deletions packages/yjs-for-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/cycleccc/wangEditor.git"
"url": "git+https://github.com/cycleccc/wangEditor-next.git"
},
"scripts": {
"test": "jest",
Expand All @@ -56,7 +56,6 @@
"y-protocols": "^1.0.5"
},
"peerDependencies": {
"@wangeditor-next/core": "1.7.21",
"@wangeditor-next/editor": "5.6.10",
"@wangeditor-next/yjs": "^0.1.19",
"react": ">=16.8.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/yjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/cycleccc/wangEditor.git"
"url": "git+https://github.com/cycleccc/wangEditor-next.git"
},
"scripts": {
"test": "jest",
Expand Down

0 comments on commit f4edd9c

Please sign in to comment.