Skip to content

Commit

Permalink
chore(deps): update nuxt framework to ^3.15.3 (#501)
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 25, 2025
1 parent c1fdb6c commit 8d43df9
Show file tree
Hide file tree
Showing 3 changed files with 420 additions and 582 deletions.
4 changes: 2 additions & 2 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@
"test:types": "vue-tsc --noEmit"
},
"dependencies": {
"@nuxt/kit": "^3.15.2"
"@nuxt/kit": "^3.15.3"
},
"devDependencies": {
"@nuxt/module-builder": "latest",
"nuxt": "^3.15.2"
"nuxt": "^3.15.3"
},
"build": {
"entries": [
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,15 @@
"devDependencies": {
"@arethetypeswrong/cli": "^0.17.3",
"@nuxt/eslint-config": "^0.7.5",
"@nuxt/schema": "^3.15.2",
"@nuxt/schema": "^3.15.3",
"@types/node": "^22.10.7",
"@vitest/coverage-v8": "^3.0.1",
"changelogen": "^0.5.7",
"eslint": "^9.18.0",
"installed-check": "^9.3.0",
"knip": "^5.42.2",
"nuxi": "^3.20.0",
"nuxt": "^3.15.2",
"nuxt": "^3.15.3",
"publint": "^0.3.2",
"tinyexec": "^0.3.2",
"typescript": "~5.7.3",
Expand All @@ -78,9 +78,9 @@
"vue-tsc": "^2.2.0"
},
"resolutions": {
"@nuxt/kit": "^3.15.2",
"@nuxt/kit": "^3.15.3",
"@nuxt/module-builder": "workspace:*",
"@nuxt/schema": "^3.15.2",
"@nuxt/schema": "^3.15.3",
"typescript": "~5.7.3",
"vue": "^3.5.13",
"vue-tsc": "^2.2.0"
Expand Down
Loading

0 comments on commit 8d43df9

Please sign in to comment.