Skip to content

Commit

Permalink
chore(monorepo): put deps in root (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
shinGangan committed Jun 13, 2024
1 parent cfaa199 commit ea67ddb
Show file tree
Hide file tree
Showing 3 changed files with 6,322 additions and 9,286 deletions.
5 changes: 1 addition & 4 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"name": "nuxt-scripts-docs",
"type": "module",
"private": true,
"packageManager": "pnpm@9.3.0",
"scripts": {
"dev": "nuxi dev",
"generate": "nuxi generate",
Expand All @@ -23,8 +22,6 @@
"@vueuse/core": "^10.10.1",
"@vueuse/nuxt": "^10.10.1",
"nuxt": "npm:nuxt-nightly@latest",
"nuxt-scripts-devtools": "workspace:*",
"vue": "^3.4.27",
"vue-router": "^4.3.3"
"nuxt-scripts-devtools": "workspace:*"
}
}
5 changes: 1 addition & 4 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@
"dependencies": {
"@nuxt/scripts": "workspace:*",
"@nuxt/ui": "^2.16.0",
"nuxt": "^3.12.1",
"nuxt-scripts-devtools": "workspace:*",
"vue": "^3.4.27",
"vue-router": "^4.3.3"
"nuxt-scripts-devtools": "workspace:*"
}
}
Loading

0 comments on commit ea67ddb

Please sign in to comment.