Skip to content

Commit

Permalink
chore: add explicit vue/vue-router dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Nov 20, 2023
1 parent ee72741 commit fcff1f5
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 73 deletions.
2 changes: 1 addition & 1 deletion examples/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"devDependencies": {
"@nuxt/test-utils": "latest",
"happy-dom": "^12.10.3",
"nuxt-vitest": "^0.11.2"
"nuxt-vitest": "^0.11.5"
}
}
4 changes: 3 additions & 1 deletion examples/module/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@
"test:watch": "vitest watch"
},
"dependencies": {
"@nuxt/kit": "^3.8.1"
"@nuxt/kit": "^3.8.1",
"vue": "^3.3.8",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@nuxt/module-builder": "^0.5.2",
Expand Down
4 changes: 4 additions & 0 deletions examples/module/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,9 @@
},
"devDependencies": {
"nuxt": "^3.8.1"
},
"dependencies": {
"vue": "^3.3.8",
"vue-router": "^4.2.5"
}
}
96 changes: 25 additions & 71 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fcff1f5

Please sign in to comment.