Skip to content

Commit

Permalink
chore(deps): update nuxt framework to ^3.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 5, 2025
1 parent e4e950b commit b75357c
Show file tree
Hide file tree
Showing 11 changed files with 533 additions and 742 deletions.
2 changes: 1 addition & 1 deletion examples/app-cucumber/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"test": "NODE_OPTIONS='--loader ts-node/esm' NODE_ENV=test cucumber-js"
},
"dependencies": {
"nuxt": "^3.14.1592"
"nuxt": "^3.15.1"
},
"devDependencies": {
"@cucumber/cucumber": "11.1.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/app-jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"test": "node --no-warnings --experimental-vm-modules node_modules/jest/bin/jest.js"
},
"dependencies": {
"nuxt": "^3.14.1592",
"nuxt": "^3.15.1",
"vite": "^5.4.11"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/app-playwright/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"test": "playwright test"
},
"dependencies": {
"nuxt": "^3.14.1592"
"nuxt": "^3.15.1"
},
"devDependencies": {
"@nuxt/test-utils": "latest",
Expand Down
2 changes: 1 addition & 1 deletion examples/app-vitest-full/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"happy-dom": "16.2.0",
"jsdom": "25.0.1",
"listhen": "1.9.0",
"nuxt": "3.14.1592",
"nuxt": "3.15.1",
"typescript": "5.6.3",
"vitest": "2.1.8",
"vue-tsc": "2.2.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/app-vitest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"test": "vitest run"
},
"dependencies": {
"nuxt": "^3.14.1592"
"nuxt": "^3.15.1"
},
"devDependencies": {
"@nuxt/test-utils": "latest",
Expand Down
2 changes: 1 addition & 1 deletion examples/content/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"devDependencies": {
"@nuxt/content": "2.13.4",
"@nuxt/test-utils": "latest",
"nuxt": "3.14.1592",
"nuxt": "3.15.1",
"vitest": "2.1.8"
}
}
2 changes: 1 addition & 1 deletion examples/i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"devDependencies": {
"@nuxt/test-utils": "latest",
"@nuxtjs/i18n": "9.1.1",
"nuxt": "3.14.1592",
"nuxt": "3.15.1",
"vitest": "2.1.8"
}
}
4 changes: 2 additions & 2 deletions examples/module/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@
"test:watch": "vitest watch"
},
"dependencies": {
"@nuxt/kit": "^3.14.1592"
"@nuxt/kit": "^3.15.1"
},
"devDependencies": {
"@nuxt/module-builder": "0.8.4",
"@nuxt/test-utils": "latest",
"nuxt": "3.14.1592",
"nuxt": "3.15.1",
"vitest": "2.1.8"
}
}
2 changes: 1 addition & 1 deletion examples/module/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"generate": "nuxi generate"
},
"devDependencies": {
"nuxt": "3.14.1592"
"nuxt": "3.15.1"
},
"dependencies": {
"vue": "^3.5.13",
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
"release": "pnpm prepack && pnpm test:examples && changelogen --release --push"
},
"dependencies": {
"@nuxt/kit": "^3.14.1592",
"@nuxt/schema": "^3.14.1592",
"@nuxt/kit": "^3.15.1",
"@nuxt/schema": "^3.15.1",
"c12": "^2.0.1",
"consola": "^3.3.3",
"defu": "^6.1.4",
Expand Down Expand Up @@ -89,7 +89,7 @@
"jiti": "2.4.2",
"knip": "5.41.1",
"nitropack": "2.10.4",
"nuxt": "3.14.1592",
"nuxt": "3.15.1",
"playwright-core": "1.49.1",
"rollup": "4.29.1",
"semver": "7.6.3",
Expand Down Expand Up @@ -146,8 +146,8 @@
"resolutions": {
"@cucumber/cucumber": "11.1.1",
"@nuxt/devtools": "1.0.8",
"@nuxt/kit": "^3.14.1592",
"@nuxt/schema": "^3.14.1592",
"@nuxt/kit": "^3.15.1",
"@nuxt/schema": "^3.15.1",
"@nuxt/test-utils": "workspace:*",
"rollup": "4.29.1",
"vite": "5.4.11",
Expand Down
1,245 changes: 518 additions & 727 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

0 comments on commit b75357c

Please sign in to comment.