Skip to content

Commit

Permalink
chore(deps): update nuxt core (#937)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <[email protected]>
  • Loading branch information
renovate[bot] and danielroe authored Dec 4, 2023
1 parent 9d835b8 commit 689be84
Show file tree
Hide file tree
Showing 4 changed files with 1,204 additions and 302 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"devDependencies": {
"@nuxt-themes/docus": "1.15.0",
"@nuxtjs/plausible": "latest",
"nuxt": "3.8.1"
"nuxt": "3.8.2"
}
}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"devDependencies": {
"@nuxt/eslint-config": "latest",
"@nuxt/module-builder": "0.5.4",
"@nuxt/schema": "3.8.1",
"@nuxt/schema": "3.8.2",
"@nuxt/test-utils": "3.8.1",
"@sanity/client": "6.4.12",
"@vitest/coverage-v8": "0.34.6",
Expand All @@ -69,16 +69,16 @@
"happy-dom": "12.9.1",
"husky": "8.0.3",
"lint-staged": "15.0.2",
"nuxi": "3.8.4",
"nuxt": "3.8.1",
"nuxi": "3.10.0",
"nuxt": "3.8.2",
"nuxt-vitest": "0.11.3",
"typescript": "5.2.2",
"vitest": "0.33.0",
"vue": "3.3.8",
"vue": "3.3.9",
"vue-tsc": "1.8.21"
},
"resolutions": {
"@nuxt/kit": "3.8.1",
"@nuxt/schema": "3.8.2",
"@nuxtjs/sanity": "link:.",
"@nuxtjs/tailwindcss": "^6.1.3"
},
Expand Down
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
},
"dependencies": {
"@nuxtjs/sanity": "latest",
"nuxt": "3.8.1"
"nuxt": "3.8.2"
}
}
Loading

0 comments on commit 689be84

Please sign in to comment.