Skip to content

Commit

Permalink
chore(nuxt): update dependencies to Nuxt 3 stable (#2468)
Browse files Browse the repository at this point in the history
  • Loading branch information
DamianGlowala committed Nov 23, 2022
1 parent 043bcba commit 91ec774
Show file tree
Hide file tree
Showing 3 changed files with 265 additions and 68 deletions.
6 changes: 3 additions & 3 deletions packages/nuxt/package.json
Expand Up @@ -34,17 +34,17 @@
"module": "./index.mjs",
"types": "./index.d.ts",
"peerDependencies": {
"nuxt": "^3.0.0-rc.9"
"nuxt": "^3.0.0"
},
"dependencies": {
"@nuxt/kit": "^3.0.0-rc.13",
"@nuxt/kit": "^3.0.0",
"@vueuse/core": "workspace:*",
"@vueuse/metadata": "workspace:*",
"local-pkg": "^0.4.2",
"vue-demi": "*"
},
"devDependencies": {
"@nuxt/schema": "^3.0.0-rc.13",
"@nuxt/schema": "^3.0.0",
"unimport": "^0.7.0"
}
}
2 changes: 1 addition & 1 deletion playgrounds/nuxt3/package.json
Expand Up @@ -10,6 +10,6 @@
"@vueuse/core": "../../packages/core",
"@vueuse/integrations": "../../packages/integrations",
"@vueuse/shared": "../../packages/shared",
"nuxt": "^3.0.0-rc.13"
"nuxt": "^3.0.0"
}
}

0 comments on commit 91ec774

Please sign in to comment.