Skip to content

Commit

Permalink
chore(deps): update nuxt framework to ^3.9.1 (#692)
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 Jan 9, 2024
1 parent e03c90b commit a2ad520
Show file tree
Hide file tree
Showing 9 changed files with 779 additions and 1,278 deletions.
4 changes: 2 additions & 2 deletions examples/app-jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"test": "node --no-warnings --experimental-vm-modules node_modules/jest/bin/jest.js"
},
"dependencies": {
"nuxt": "^3.9.0",
"vue": "^3.3.13",
"nuxt": "^3.9.1",
"vue": "^3.4.7",
"vue-router": "^4.2.5"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions examples/app-vitest-full/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
"happy-dom": "12.10.3",
"jsdom": "23.0.1",
"listhen": "^1.5.5",
"nuxt": "3.9.0",
"nuxt": "3.9.1",
"typescript": "5.3.3",
"vitest": "latest",
"vitest": "1.1.1",
"vue-tsc": "1.8.26"
},
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions examples/app-vitest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"test": "vitest run"
},
"dependencies": {
"nuxt": "^3.9.0",
"vue": "^3.3.13",
"nuxt": "^3.9.1",
"vue": "^3.4.7",
"vue-router": "^4.2.5"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions examples/content/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"devDependencies": {
"@nuxt/content": "^2.10.0",
"@nuxt/test-utils": "latest",
"nuxt": "^3.9.0",
"vitest": "latest"
"nuxt": "^3.9.1",
"vitest": "1.1.1"
}
}
6 changes: 3 additions & 3 deletions examples/i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"@nuxt/devtools": "latest",
"@nuxt/test-utils": "latest",
"@nuxtjs/i18n": "8.0.0",
"nuxt": "^3.9.0",
"vitest": "latest",
"vue": "^3.3.13",
"nuxt": "^3.9.1",
"vitest": "1.1.1",
"vue": "^3.4.7",
"vue-router": "^4.2.5"
}
}
12 changes: 6 additions & 6 deletions examples/module/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,16 @@
"test:watch": "vitest watch"
},
"dependencies": {
"@nuxt/kit": "^3.9.0",
"vue": "^3.3.13",
"@nuxt/kit": "^3.9.1",
"vue": "^3.4.7",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@nuxt/module-builder": "^0.5.4",
"@nuxt/schema": "^3.9.0",
"@nuxt/module-builder": "^0.5.5",
"@nuxt/schema": "^3.9.1",
"@nuxt/test-utils": "latest",
"changelogen": "^0.5.5",
"nuxt": "^3.9.0",
"vitest": "latest"
"nuxt": "^3.9.1",
"vitest": "1.1.1"
}
}
4 changes: 2 additions & 2 deletions examples/module/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"generate": "nuxi generate"
},
"devDependencies": {
"nuxt": "^3.9.0"
"nuxt": "^3.9.1"
},
"dependencies": {
"vue": "^3.3.13",
"vue": "^3.4.7",
"vue-router": "^4.2.5"
}
}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
"release": "pnpm test:examples && pnpm prepack && changelogen --release --push && pnpm publish"
},
"dependencies": {
"@nuxt/kit": "^3.9.0",
"@nuxt/schema": "^3.9.0",
"@nuxt/kit": "^3.9.1",
"@nuxt/schema": "^3.9.1",
"c12": "^1.6.1",
"consola": "^3.2.3",
"defu": "^6.1.4",
Expand Down Expand Up @@ -71,7 +71,7 @@
"@types/estree": "1.0.5",
"@types/jsdom": "21.1.6",
"@types/semver": "7.5.6",
"@vitest/ui": "1.1.3",
"@vitest/ui": "1.1.1",
"@vue/test-utils": "2.4.3",
"changelogen": "0.5.5",
"eslint": "8.56.0",
Expand All @@ -81,14 +81,14 @@
"eslint-plugin-unicorn": "50.0.1",
"h3": "1.10.0",
"jiti": "1.21.0",
"nuxt": "3.9.0",
"nuxt": "3.9.1",
"playwright-core": "1.40.1",
"rollup": "4.9.4",
"semver": "7.5.4",
"unbuild": "latest",
"unimport": "3.7.1",
"vite": "5.0.11",
"vitest": "latest",
"vitest": "1.1.1",
"vue-router": "4.2.5",
"vue-tsc": "1.8.27"
},
Expand Down
Loading

0 comments on commit a2ad520

Please sign in to comment.