Skip to content

Commit

Permalink
chore(deps): update nuxt core to v3.0.0-rc.9 (#504)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Sep 12, 2022
1 parent 3358f46 commit c7385c6
Show file tree
Hide file tree
Showing 4 changed files with 865 additions and 621 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"devDependencies": {
"@docus/docs-theme": "npm:@docus/docs-theme-edge@3.0.0-077f840",
"@docus/github": "npm:@docus/github-edge@1.2.6-077f840",
"nuxt": "^3.0.0-rc.8",
"nuxt": "^3.0.0-rc.9",
"vue-plausible": "^1.3.2"
},
"resolutions": {
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"test:unit": "vitest run test/unit/*.test.*"
},
"dependencies": {
"@nuxt/kit": "3.0.0-rc.8",
"@nuxt/kit": "3.0.0-rc.9",
"@portabletext/types": "^1.0.3",
"chalk": "^5.0.1",
"defu": "^6.1.0",
Expand All @@ -55,8 +55,8 @@
},
"devDependencies": {
"@nuxt/module-builder": "^0.1.7",
"@nuxt/schema": "^3.0.0-rc.8",
"@nuxt/test-utils": "^3.0.0-rc.8",
"@nuxt/schema": "^3.0.0-rc.9",
"@nuxt/test-utils": "^3.0.0-rc.9",
"@nuxtjs/eslint-config-typescript": "^10.0.0",
"@release-it/conventional-changelog": "^5.1.0",
"@sanity/client": "^3.3.3",
Expand All @@ -69,7 +69,7 @@
"husky": "^8.0.1",
"lint-staged": "^13.0.3",
"nuxi": "^3.0.0-rc.8",
"nuxt": "^3.0.0-rc.8",
"nuxt": "^3.0.0-rc.9",
"release-it": "^15.3.0",
"typescript": "^4.7.4",
"vitest": "^0.22.1",
Expand Down
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"start": "nuxi start"
},
"dependencies": {
"nuxt": "^3.0.0-rc.8",
"nuxt": "^3.0.0-rc.9",
"@nuxtjs/sanity": "latest"
}
}

0 comments on commit c7385c6

Please sign in to comment.