Skip to content

Commit

Permalink
chore(deps): update nuxt framework to ^3.13.1 (#931)
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 4, 2024
1 parent 28f8225 commit d18d9d4
Show file tree
Hide file tree
Showing 11 changed files with 429 additions and 151 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.13.0",
"nuxt": "^3.13.1",
"vue": "^3.5.1",
"vue-router": "^4.4.3"
},
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.13.0",
"nuxt": "^3.13.1",
"vue": "^3.5.1",
"vue-router": "^4.4.3"
},
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.13.0",
"nuxt": "^3.13.1",
"vue": "^3.5.1",
"vue-router": "^4.4.3"
},
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 @@ -22,7 +22,7 @@
"happy-dom": "15.7.3",
"jsdom": "25.0.0",
"listhen": "1.7.2",
"nuxt": "3.13.0",
"nuxt": "3.13.1",
"typescript": "5.5.4",
"vitest": "2.0.5",
"vue-tsc": "2.1.4"
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.13.0",
"nuxt": "^3.13.1",
"vue": "^3.5.1",
"vue-router": "^4.4.3"
},
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.2",
"@nuxt/test-utils": "latest",
"nuxt": "3.13.0",
"nuxt": "3.13.1",
"vitest": "2.0.5"
}
}
2 changes: 1 addition & 1 deletion examples/i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@nuxt/devtools": "1.0.8",
"@nuxt/test-utils": "latest",
"@nuxtjs/i18n": "8.3.3",
"nuxt": "3.13.0",
"nuxt": "3.13.1",
"vitest": "2.0.5",
"vue": "3.5.1",
"vue-router": "4.4.3"
Expand Down
6 changes: 3 additions & 3 deletions examples/module/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,16 @@
"test:watch": "vitest watch"
},
"dependencies": {
"@nuxt/kit": "^3.13.0",
"@nuxt/kit": "^3.13.1",
"vue": "^3.5.1",
"vue-router": "^4.4.3"
},
"devDependencies": {
"@nuxt/module-builder": "0.8.3",
"@nuxt/schema": "3.13.0",
"@nuxt/schema": "3.13.1",
"@nuxt/test-utils": "latest",
"changelogen": "0.5.5",
"nuxt": "3.13.0",
"nuxt": "3.13.1",
"vitest": "2.0.5"
}
}
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.13.0"
"nuxt": "3.13.1"
},
"dependencies": {
"vue": "^3.5.1",
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
"release": "pnpm prepack && pnpm test:examples && changelogen --release --push"
},
"dependencies": {
"@nuxt/kit": "^3.13.0",
"@nuxt/schema": "^3.13.0",
"@nuxt/kit": "^3.13.1",
"@nuxt/schema": "^3.13.1",
"c12": "^1.11.2",
"consola": "^3.2.3",
"defu": "^6.1.4",
Expand Down Expand Up @@ -83,7 +83,7 @@
"h3": "1.12.0",
"jiti": "1.21.6",
"nitropack": "2.9.7",
"nuxt": "3.13.0",
"nuxt": "3.13.1",
"playwright-core": "1.46.1",
"rollup": "4.21.2",
"semver": "7.6.3",
Expand Down Expand Up @@ -147,8 +147,8 @@
"resolutions": {
"@cucumber/cucumber": "10.9.0",
"@nuxt/devtools": "1.0.8",
"@nuxt/kit": "^3.13.0",
"@nuxt/schema": "^3.13.0",
"@nuxt/kit": "^3.13.1",
"@nuxt/schema": "^3.13.1",
"@nuxt/test-utils": "workspace:*",
"rollup": "4.21.2",
"vite": "5.4.3",
Expand Down
548 changes: 413 additions & 135 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

0 comments on commit d18d9d4

Please sign in to comment.