Skip to content

Commit

Permalink
fix: 管理依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
bravepg committed Dec 22, 2023
1 parent fb28d48 commit 976dfee
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 12 deletions.
10 changes: 4 additions & 6 deletions packages/ui-bindings/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,16 @@
"author": "Bravepg",
"license": "MIT",
"dependencies": {
"lodash": "^4.17.11",
"@qiankunjs/ui-shared": "workspace:^"
"@qiankunjs/ui-shared": "workspace:^",
"lodash": "^4.17.11"
},
"devDependencies": {
"@types/react": "^18.0.0",
"eslint-plugin-react": "^7.33.2",
"qiankun": "workspace:^",
"react": "^18.2.0"
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"peerDependencies": {
"@qiankunjs/ui-shared": "0.0.0",
"qiankun": "3.0.0-rc.15",
"react": ">=16.9.0",
"react-dom": ">=16.9.0"
},
Expand Down
9 changes: 3 additions & 6 deletions packages/ui-bindings/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,18 @@
"author": "linghaoSu",
"license": "MIT",
"dependencies": {
"@qiankunjs/ui-shared": "workspace:^",
"lodash": "^4.17.11",
"vue-demi": "^0.14.6",
"@qiankunjs/ui-shared": "workspace:^"
"vue-demi": "^0.14.6"
},
"devDependencies": {
"eslint-plugin-vue": "^9.18.1",
"qiankun": "workspace:^",
"vue": "^3.3.9",
"vue2": "npm:[email protected]"
},
"peerDependencies": {
"qiankun": "^3.0.0-rc.15",
"@vue/composition-api": "^1.7.2",
"vue": "^2.0.0 || >=3.0.0",
"@qiankunjs/ui-shared": "^0.0.0"
"vue": "^2.0.0 || >=3.0.0"
},
"peerDependenciesMeta": {
"@vue/composition-api": {
Expand Down

0 comments on commit 976dfee

Please sign in to comment.