Skip to content

Commit

Permalink
chore(deps): update nuxt core to v3.15.4 (#506)
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] authored Jan 29, 2025
1 parent 41f01ca commit 01350cb
Showing 3 changed files with 81 additions and 66 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -62,14 +62,14 @@
"devDependencies": {
"@nuxt/eslint-config": "0.7.5",
"@nuxt/module-builder": "1.0.0-alpha.1",
"@nuxt/schema": "3.15.3",
"@nuxt/schema": "3.15.4",
"@nuxt/test-utils": "3.15.4",
"@types/node": "22.12.0",
"@vitest/coverage-v8": "3.0.4",
"bumpp": "10.0.1",
"eslint": "9.19.0",
"lint-staged": "15.4.3",
"nuxt": "3.15.3",
"nuxt": "3.15.4",
"rollup": "4.32.1",
"simple-git-hooks": "2.11.1",
"typescript": "5.7.3",
@@ -86,7 +86,7 @@
"pre-commit": "npx lint-staged"
},
"resolutions": {
"@nuxt/kit": "3.15.3",
"@nuxt/kit": "3.15.4",
"@nuxtjs/fontaine": "link:."
},
"packageManager": "[email protected]"
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
@@ -9,6 +9,6 @@
},
"devDependencies": {
"@nuxtjs/fontaine": "latest",
"nuxt": "3.15.3"
"nuxt": "3.15.4"
}
}
Loading

0 comments on commit 01350cb

Please sign in to comment.