Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#1012)
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 Nov 19, 2024
1 parent b828e5f commit dea6af2
Show file tree
Hide file tree
Showing 10 changed files with 1,018 additions and 964 deletions.
4 changes: 2 additions & 2 deletions examples/app-cucumber/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
},
"dependencies": {
"nuxt": "^3.14.159",
"vue": "^3.5.12",
"vue": "^3.5.13",
"vue-router": "^4.4.5"
},
"devDependencies": {
"@cucumber/cucumber": "11.0.1",
"@cucumber/cucumber": "11.1.0",
"@nuxt/test-utils": "latest",
"ts-node": "10.9.2"
}
Expand Down
4 changes: 2 additions & 2 deletions examples/app-jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
},
"dependencies": {
"nuxt": "^3.14.159",
"vue": "^3.5.12",
"vue": "^3.5.13",
"vue-router": "^4.4.5"
},
"devDependencies": {
"@nuxt/test-utils": "latest",
"@types/jest": "29.5.14",
"jest": "29.7.0",
"playwright-core": "1.48.2",
"playwright-core": "1.49.0",
"ts-jest": "29.2.5",
"ts-node": "10.9.2",
"typescript": "5.6.3"
Expand Down
4 changes: 2 additions & 2 deletions examples/app-playwright/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
},
"dependencies": {
"nuxt": "^3.14.159",
"vue": "^3.5.12",
"vue": "^3.5.13",
"vue-router": "^4.4.5"
},
"devDependencies": {
"@nuxt/test-utils": "latest",
"@playwright/test": "1.48.2",
"@playwright/test": "1.49.0",
"std-env": "3.8.0"
}
}
2 changes: 1 addition & 1 deletion examples/app-vitest-full/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@nuxt/devtools": "1.3.9",
"@nuxt/test-utils": "latest",
"@testing-library/vue": "8.1.0",
"happy-dom": "15.11.0",
"happy-dom": "15.11.6",
"jsdom": "25.0.1",
"listhen": "1.9.0",
"nuxt": "3.14.159",
Expand Down
6 changes: 3 additions & 3 deletions examples/app-vitest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
},
"dependencies": {
"nuxt": "^3.14.159",
"vue": "^3.5.12",
"vue": "^3.5.13",
"vue-router": "^4.4.5"
},
"devDependencies": {
"@nuxt/test-utils": "latest",
"globby": "14.0.2",
"happy-dom": "15.11.0",
"playwright-core": "1.48.2",
"happy-dom": "15.11.6",
"playwright-core": "1.49.0",
"typescript": "5.6.3",
"vitest": "2.1.4"
}
Expand Down
4 changes: 2 additions & 2 deletions examples/i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"devDependencies": {
"@nuxt/devtools": "1.0.8",
"@nuxt/test-utils": "latest",
"@nuxtjs/i18n": "9.0.0",
"@nuxtjs/i18n": "9.1.0",
"nuxt": "3.14.159",
"vitest": "2.1.4",
"vue": "3.5.12",
"vue": "3.5.13",
"vue-router": "4.4.5"
}
}
2 changes: 1 addition & 1 deletion examples/module/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"dependencies": {
"@nuxt/kit": "^3.14.159",
"vue": "^3.5.12",
"vue": "^3.5.13",
"vue-router": "^4.4.5"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/module/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"nuxt": "3.14.159"
},
"dependencies": {
"vue": "^3.5.12",
"vue": "^3.5.13",
"vue-router": "^4.4.5"
}
}
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
"estree-walker": "^3.0.3",
"fake-indexeddb": "^6.0.0",
"get-port-please": "^3.1.2",
"local-pkg": "^0.5.0",
"magic-string": "^0.30.12",
"local-pkg": "^0.5.1",
"magic-string": "^0.30.13",
"node-fetch-native": "^1.6.4",
"ofetch": "^1.4.1",
"pathe": "^1.1.2",
Expand All @@ -61,16 +61,16 @@
"tinyexec": "^0.3.1",
"ufo": "^1.5.4",
"unenv": "^1.10.0",
"unplugin": "^1.15.0",
"unplugin": "^1.16.0",
"vitest-environment-nuxt": "^1.0.1"
},
"devDependencies": {
"@cucumber/cucumber": "11.0.1",
"@cucumber/cucumber": "11.1.0",
"@jest/globals": "29.7.0",
"@nuxt/devtools": "1.0.8",
"@nuxt/eslint-config": "0.6.1",
"@nuxt/eslint-config": "0.7.1",
"@nuxt/module-builder": "0.8.4",
"@playwright/test": "1.48.2",
"@playwright/test": "1.49.0",
"@testing-library/vue": "8.1.0",
"@types/estree": "1.0.6",
"@types/jsdom": "21.1.7",
Expand All @@ -79,18 +79,18 @@
"@vue/test-utils": "2.4.6",
"changelogen": "0.5.7",
"compatx": "0.1.8",
"eslint": "9.14.0",
"eslint": "9.15.0",
"h3": "1.13.0",
"jiti": "2.4.0",
"nitropack": "2.10.4",
"nuxt": "3.14.159",
"playwright-core": "1.48.2",
"rollup": "4.25.0",
"playwright-core": "1.49.0",
"rollup": "4.27.3",
"semver": "7.6.3",
"typescript": "5.6.3",
"unbuild": "latest",
"unimport": "3.13.1",
"vite": "5.4.10",
"unimport": "3.13.2",
"vite": "5.4.11",
"vitest": "2.1.4",
"vue-router": "4.4.5",
"vue-tsc": "2.1.10"
Expand Down Expand Up @@ -145,19 +145,19 @@
}
},
"resolutions": {
"@cucumber/cucumber": "11.0.1",
"@cucumber/cucumber": "11.1.0",
"@nuxt/devtools": "1.0.8",
"@nuxt/kit": "^3.14.159",
"@nuxt/schema": "^3.14.159",
"@nuxt/test-utils": "workspace:*",
"rollup": "4.25.0",
"vite": "5.4.10",
"rollup": "4.27.3",
"vite": "5.4.11",
"vite-node": "2.1.4",
"vitest": "2.1.4",
"vue": "^3.5.12"
"vue": "^3.5.13"
},
"engines": {
"node": ">=22.11.0"
},
"packageManager": "pnpm@9.12.3"
"packageManager": "pnpm@9.13.2"
}
Loading

0 comments on commit dea6af2

Please sign in to comment.