Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Commit

Permalink
fix: deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Oct 20, 2021
1 parent d3f817d commit 932461c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
7 changes: 6 additions & 1 deletion packages/bridge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,20 @@
"scule": "^0.2.1",
"ufo": "^0.7.9",
"unplugin": "^0.2.16",
"unplugin-vue2-script-setup": "0.6.11"
"unplugin-vue2-script-setup": "0.6.11",
"vue-template-compiler": "^2.6.14"
},
"devDependencies": {
"@types/fs-extra": "^9.0.13",
"@types/node-fetch": "^3.0.2",
"unbuild": "latest",
"vue": "^2",
"vue-router": "3"
},
"engines": {
"node": "^14.16.0 || ^16.11.0"
},
"installConfig": {
"hoistingLimits": "workspaces"
}
}
1 change: 1 addition & 0 deletions test/fixtures/bridge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"build": "nuxt build"
},
"devDependencies": {
"@nuxt/bridge": "*",
"core-js": "^3",
"nuxt": "^2",
"vue": "^2"
Expand Down
5 changes: 4 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2383,7 +2383,7 @@ __metadata:
languageName: node
linkType: hard

"@nuxt/bridge@workspace:packages/bridge":
"@nuxt/bridge@*, @nuxt/bridge@workspace:packages/bridge":
version: 0.0.0-use.local
resolution: "@nuxt/bridge@workspace:packages/bridge"
dependencies:
Expand Down Expand Up @@ -2412,7 +2412,9 @@ __metadata:
unbuild: latest
unplugin: ^0.2.16
unplugin-vue2-script-setup: 0.6.11
vue: ^2
vue-router: 3
vue-template-compiler: ^2.6.14
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -9668,6 +9670,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "fixture-basic@workspace:test/fixtures/bridge"
dependencies:
"@nuxt/bridge": "*"
core-js: ^3
nuxt: ^2
vue: ^2
Expand Down

0 comments on commit 932461c

Please sign in to comment.