Skip to content

Commit

Permalink
fix(nuxt): move nuxt out of dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jan 3, 2024
1 parent 6bfac55 commit 866a1d8
Show file tree
Hide file tree
Showing 2 changed files with 604 additions and 236 deletions.
2 changes: 1 addition & 1 deletion packages/nuxt/package.json
Expand Up @@ -40,11 +40,11 @@
"@vueuse/core": "workspace:*",
"@vueuse/metadata": "workspace:*",
"local-pkg": "^0.5.0",
"nuxt": "^3.9.0",
"vue-demi": ">=0.14.6"
},
"devDependencies": {
"@nuxt/schema": "^3.9.0",
"nuxt": "^3.9.0",
"unimport": "^3.7.0"
}
}

0 comments on commit 866a1d8

Please sign in to comment.