Skip to content

Commit

Permalink
fix(chore): sync vue version (#285)
Browse files Browse the repository at this point in the history
* fix(chore): sync vue version

* fix(chore): sync vue-i18n version

* fix(chore): change vue and vue-i18n to peerdependencies

* fix(chore): update block build dependencies

* fix(chore): change vue-generator dependencies to update
  • Loading branch information
chilingling authored Jan 31, 2024
1 parent 3875e16 commit caeb540
Show file tree
Hide file tree
Showing 44 changed files with 170 additions and 91 deletions.
4 changes: 2 additions & 2 deletions packages/blockToWebComponentTemplate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
"@opentiny/vue-icon": "~3.11.0",
"@opentiny/vue-theme": "~3.11.0",
"@vue/shared": "^3.3.11",
"vue": "^3.3.11",
"vue-i18n": "^9.8.0"
"vue": "^3.4.15",
"vue-i18n": "^9.9.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.5.2",
Expand Down
8 changes: 5 additions & 3 deletions packages/canvas/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,16 @@
"@opentiny/vue-renderless": "~3.10.0",
"@vue/babel-plugin-jsx": "1.1.1",
"@vue/shared": "^3.3.4",
"@vueuse/core": "^9.6.0",
"vue": "3.2.45",
"vue-i18n": "9.2.2"
"@vueuse/core": "^9.6.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue-jsx": "^1.3.10",
"rollup-plugin-terser": "^7.0.2",
"vite": "^4.3.7"
},
"peerDependencies": {
"vue": "^3.4.15",
"vue-i18n": "^9.9.0"
}
}
8 changes: 5 additions & 3 deletions packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,15 @@
"css-tree": "^2.3.1",
"monaco-editor": "0.33.0",
"prettier": "2.7.1",
"vue": "3.2.45",
"vue-draggable-next": "2.1.0",
"vue-i18n": "9.2.2"
"vue-draggable-next": "2.1.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue-jsx": "^1.3.10",
"vite": "^4.3.7"
},
"peerDependencies": {
"vue": "^3.4.15",
"vue-i18n": "^9.9.0"
}
}
6 changes: 4 additions & 2 deletions packages/controller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,14 @@
"@opentiny/tiny-engine-utils": "workspace:*",
"@opentiny/vue": "~3.10.0",
"@opentiny/vue-renderless": "~3.10.0",
"@vue/shared": "^3.3.4",
"vue": "3.2.45"
"@vue/shared": "^3.3.4"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue-jsx": "^1.3.10",
"vite": "^4.3.7"
},
"peerDependencies": {
"vue": "^3.4.15"
}
}
7 changes: 2 additions & 5 deletions packages/design-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,8 @@
"monaco-editor": "0.33.0",
"prettier": "2.7.1",
"sortablejs": "^1.14.0",
"vue": "3.2.45",
"vue-clipboard3": "^2.0.0",
"vue-draggable-next": "2.1.0",
"vue-i18n": "9.2.2",
"xlsx": "^0.18.5"
"vue": "^3.4.15",
"vue-i18n": "^9.9.0"
},
"devDependencies": {
"@babel/eslint-parser": "^7.21.3",
Expand Down
6 changes: 4 additions & 2 deletions packages/http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,14 @@
"@opentiny/vue": "~3.10.0",
"@vueuse/core": "^9.6.0",
"axios": "^0.27.2",
"axios-mock-adapter": "^1.21.5",
"vue": "3.2.45"
"axios-mock-adapter": "^1.21.5"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue-jsx": "^1.3.10",
"vite": "^4.3.7"
},
"peerDependencies": {
"vue": "^3.4.15"
}
}
8 changes: 5 additions & 3 deletions packages/i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@
"license": "MIT",
"homepage": "https://opentiny.design/tiny-engine",
"dependencies": {
"@opentiny/tiny-engine-webcomponent-core": "workspace:*",
"vue": "^3.2.1",
"vue-i18n": "^9.2.0-beta.32"
"@opentiny/tiny-engine-webcomponent-core": "workspace:*"
},
"devDependencies": {
"@vitejs/plugin-vue": "^2.2.0",
Expand All @@ -44,5 +42,9 @@
"eslint-plugin-vue": "^7.17.0",
"prettier": "^2.4.0",
"vite": "^2.9.1"
},
"peerDependencies": {
"vue": "^3.4.15",
"vue-i18n": "^9.9.0"
}
}
6 changes: 4 additions & 2 deletions packages/plugins/block/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,14 @@
"@opentiny/vue-icon": "~3.10.0",
"@opentiny/vue-renderless": "~3.10.0",
"html2canvas": "^1.4.1",
"pinyin-pro": "^3.13.0",
"vue": "3.2.45"
"pinyin-pro": "^3.13.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue-jsx": "^1.3.10",
"vite": "^4.3.7"
},
"peerDependencies": {
"vue": "^3.4.15"
}
}
6 changes: 4 additions & 2 deletions packages/plugins/bridge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,14 @@
"@opentiny/tiny-engine-controller": "workspace:*",
"@opentiny/tiny-engine-http": "workspace:*",
"@opentiny/vue": "~3.10.0",
"@opentiny/vue-icon": "~3.10.0",
"vue": "3.2.45"
"@opentiny/vue-icon": "~3.10.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue-jsx": "^1.3.10",
"vite": "^4.3.7"
},
"peerDependencies": {
"vue": "^3.4.15"
}
}
6 changes: 4 additions & 2 deletions packages/plugins/data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,14 @@
"@opentiny/tiny-engine-utils": "workspace:*",
"@opentiny/vue": "~3.10.0",
"@opentiny/vue-icon": "~3.10.0",
"monaco-editor": "0.33.0",
"vue": "3.2.45"
"monaco-editor": "0.33.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue-jsx": "^1.3.10",
"vite": "^4.3.7"
},
"peerDependencies": {
"vue": "^3.4.15"
}
}
4 changes: 3 additions & 1 deletion packages/plugins/datasource/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,15 @@
"@opentiny/vue-renderless": "~3.10.0",
"@vue/shared": "^3.3.4",
"axios": "^0.27.2",
"vue": "3.2.45",
"vue-clipboard3": "^2.0.0",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue-jsx": "^1.3.10",
"vite": "^4.3.7"
},
"peerDependencies": {
"vue": "^3.4.15"
}
}
6 changes: 4 additions & 2 deletions packages/plugins/help/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,14 @@
"@opentiny/tiny-engine-common": "workspace:*",
"@opentiny/tiny-engine-controller": "workspace:*",
"@opentiny/tiny-engine-http": "workspace:*",
"@opentiny/vue": "~3.10.0",
"vue": "3.2.45"
"@opentiny/vue": "~3.10.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue-jsx": "^1.3.10",
"vite": "^4.3.7"
},
"peerDependencies": {
"vue": "^3.4.15"
}
}
4 changes: 3 additions & 1 deletion packages/plugins/i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,14 @@
"@opentiny/tiny-engine-utils": "workspace:*",
"@opentiny/vue": "~3.10.0",
"@opentiny/vue-icon": "~3.10.0",
"vue": "3.2.45",
"vue-clipboard3": "^2.0.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue-jsx": "^1.3.10",
"vite": "^4.3.7"
},
"peerDependencies": {
"vue": "^3.4.15"
}
}
6 changes: 4 additions & 2 deletions packages/plugins/materials/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,14 @@
"@opentiny/tiny-engine-common": "workspace:*",
"@opentiny/tiny-engine-controller": "workspace:*",
"@opentiny/tiny-engine-http": "workspace:*",
"@opentiny/vue": "~3.10.0",
"vue": "3.2.45"
"@opentiny/vue": "~3.10.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue-jsx": "^1.3.10",
"vite": "^4.3.7"
},
"peerDependencies": {
"vue": "^3.4.15"
}
}
6 changes: 4 additions & 2 deletions packages/plugins/page/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,14 @@
"@opentiny/tiny-engine-http": "workspace:*",
"@opentiny/tiny-engine-utils": "workspace:*",
"@opentiny/vue": "~3.10.0",
"@opentiny/vue-renderless": "~3.10.0",
"vue": "3.2.45"
"@opentiny/vue-renderless": "~3.10.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue-jsx": "^1.3.10",
"vite": "^4.3.7"
},
"peerDependencies": {
"vue": "^3.4.15"
}
}
6 changes: 4 additions & 2 deletions packages/plugins/robot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,14 @@
"@opentiny/tiny-engine-controller": "workspace:*",
"@opentiny/tiny-engine-http": "workspace:*",
"@opentiny/vue": "~3.10.0",
"@opentiny/vue-renderless": "~3.10.0",
"vue": "3.2.45"
"@opentiny/vue-renderless": "~3.10.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue-jsx": "^1.3.10",
"vite": "^4.3.7"
},
"peerDependencies": {
"vue": "^3.4.15"
}
}
6 changes: 4 additions & 2 deletions packages/plugins/schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,14 @@
"@opentiny/tiny-engine-common": "workspace:*",
"@opentiny/tiny-engine-controller": "workspace:*",
"@opentiny/tiny-engine-http": "workspace:*",
"@opentiny/vue": "~3.10.0",
"vue": "3.2.45"
"@opentiny/vue": "~3.10.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue-jsx": "^1.3.10",
"vite": "^4.3.7"
},
"peerDependencies": {
"vue": "^3.4.15"
}
}
6 changes: 4 additions & 2 deletions packages/plugins/script/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,14 @@
"@opentiny/tiny-engine-controller": "workspace:*",
"@opentiny/tiny-engine-utils": "workspace:*",
"@opentiny/vue": "~3.10.0",
"@opentiny/vue-renderless": "~3.10.0",
"vue": "3.2.45"
"@opentiny/vue-renderless": "~3.10.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue-jsx": "^1.3.10",
"vite": "^4.3.7"
},
"peerDependencies": {
"vue": "^3.4.15"
}
}
6 changes: 4 additions & 2 deletions packages/plugins/tree/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,14 @@
"@opentiny/tiny-engine-utils": "workspace:*",
"@opentiny/vue": "~3.10.0",
"@opentiny/vue-icon": "~3.10.0",
"@opentiny/vue-renderless": "~3.10.0",
"vue": "3.2.45"
"@opentiny/vue-renderless": "~3.10.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue-jsx": "^1.3.10",
"vite": "^4.3.7"
},
"peerDependencies": {
"vue": "^3.4.15"
}
}
6 changes: 4 additions & 2 deletions packages/plugins/tutorial/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,14 @@
"@opentiny/tiny-engine-controller": "workspace:*",
"@opentiny/tiny-engine-http": "workspace:*",
"@opentiny/vue": "~3.10.0",
"marked": "^4.0.17",
"vue": "3.2.45"
"marked": "^4.0.17"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue-jsx": "^1.3.10",
"vite": "^4.3.7"
},
"peerDependencies": {
"vue": "^3.4.15"
}
}
6 changes: 4 additions & 2 deletions packages/settings/design/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,14 @@
"dependencies": {
"@opentiny/tiny-engine-common": "workspace:*",
"@opentiny/vue": "~3.10.0",
"sortablejs": "^1.14.0",
"vue": "3.2.45"
"sortablejs": "^1.14.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue-jsx": "^1.3.10",
"vite": "^4.3.7"
},
"peerDependencies": {
"vue": "^3.4.15"
}
}
6 changes: 4 additions & 2 deletions packages/settings/events/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,14 @@
"@opentiny/tiny-engine-controller": "workspace:*",
"@opentiny/tiny-engine-utils": "workspace:*",
"@opentiny/vue": "~3.10.0",
"@opentiny/vue-icon": "~3.10.0",
"vue": "3.2.45"
"@opentiny/vue-icon": "~3.10.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue-jsx": "^1.3.10",
"vite": "^4.3.7"
},
"peerDependencies": {
"vue": "^3.4.15"
}
}
6 changes: 4 additions & 2 deletions packages/settings/props/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,14 @@
"@opentiny/tiny-engine-utils": "workspace:*",
"@opentiny/vue": "~3.10.0",
"@opentiny/vue-icon": "~3.10.0",
"@vueuse/core": "^9.6.0",
"vue": "3.2.45"
"@vueuse/core": "^9.6.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue-jsx": "^1.3.10",
"vite": "^4.3.7"
},
"peerDependencies": {
"vue": "^3.4.15"
}
}
Loading

0 comments on commit caeb540

Please sign in to comment.