Skip to content

Commit

Permalink
fix: change tinyvue to peerdependencies (#573)
Browse files Browse the repository at this point in the history
  • Loading branch information
chilingling authored Jun 15, 2024
1 parent c48cd9d commit d5eaa6d
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions packages/design-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,6 @@
"@opentiny/tiny-engine-toolbar-setting": "workspace:*",
"@opentiny/tiny-engine-utils": "workspace:*",
"@opentiny/tiny-engine-webcomponent-core": "workspace:*",
"@opentiny/vue": "~3.14.0",
"@opentiny/vue-icon": "~3.14.0",
"@opentiny/vue-design-smb": "~3.14.0",
"@opentiny/vue-renderless": "~3.14.0",
"@opentiny/vue-theme": "~3.14.0",
"@vue/babel-plugin-jsx": "1.1.1",
"@vue/repl": "^2.9.0",
"@vueuse/core": "^9.6.0",
Expand All @@ -106,7 +101,6 @@
"monaco-editor": "0.33.0",
"prettier": "2.7.1",
"sortablejs": "^1.14.0",
"vue": "3.4.23",
"vue-i18n": "^9.9.0"
},
"devDependencies": {
Expand All @@ -124,6 +118,14 @@
"less": "^4.1.2",
"lint-staged": "^13.2.0"
},
"peerDependencies": {
"@opentiny/vue": "^3.14.0",
"@opentiny/vue-icon": "^3.14.0",
"@opentiny/vue-design-smb": "^3.14.0",
"@opentiny/vue-renderless": "^3.14.0",
"@opentiny/vue-theme": "^3.14.0",
"vue": "^3.4.23"
},
"browserslist": [
"> 1%",
"last 2 versions",
Expand Down

0 comments on commit d5eaa6d

Please sign in to comment.