Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#932)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 9, 2024
1 parent 7cc8f65 commit 1cea34c
Show file tree
Hide file tree
Showing 10 changed files with 454 additions and 310 deletions.
2 changes: 1 addition & 1 deletion examples/app-cucumber/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"dependencies": {
"nuxt": "^3.13.1",
"vue": "^3.5.1",
"vue": "^3.5.3",
"vue-router": "^4.4.3"
},
"devDependencies": {
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.13.1",
"vue": "^3.5.1",
"vue": "^3.5.3",
"vue-router": "^4.4.3"
},
"devDependencies": {
"@nuxt/test-utils": "latest",
"@types/jest": "29.5.12",
"jest": "29.7.0",
"playwright-core": "1.46.1",
"playwright-core": "1.47.0",
"ts-jest": "29.2.5",
"ts-node": "10.9.2",
"typescript": "5.5.4"
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,11 +12,11 @@
},
"dependencies": {
"nuxt": "^3.13.1",
"vue": "^3.5.1",
"vue": "^3.5.3",
"vue-router": "^4.4.3"
},
"devDependencies": {
"@nuxt/test-utils": "latest",
"@playwright/test": "1.46.1"
"@playwright/test": "1.47.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 @@ -25,7 +25,7 @@
"nuxt": "3.13.1",
"typescript": "5.5.4",
"vitest": "2.0.5",
"vue-tsc": "2.1.4"
"vue-tsc": "2.1.6"
},
"dependencies": {
"idb-keyval": "^6.2.1"
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 @@ -12,14 +12,14 @@
},
"dependencies": {
"nuxt": "^3.13.1",
"vue": "^3.5.1",
"vue": "^3.5.3",
"vue-router": "^4.4.3"
},
"devDependencies": {
"@nuxt/test-utils": "latest",
"globby": "14.0.2",
"happy-dom": "15.7.3",
"playwright-core": "1.46.1",
"playwright-core": "1.47.0",
"typescript": "5.5.4",
"vitest": "2.0.5"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@nuxtjs/i18n": "8.3.3",
"nuxt": "3.13.1",
"vitest": "2.0.5",
"vue": "3.5.1",
"vue": "3.5.3",
"vue-router": "4.4.3"
}
}
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.13.1",
"vue": "^3.5.1",
"vue": "^3.5.3",
"vue-router": "^4.4.3"
},
"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.13.1"
},
"dependencies": {
"vue": "^3.5.1",
"vue": "^3.5.3",
"vue-router": "^4.4.3"
}
}
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,16 +61,16 @@
"std-env": "^3.7.0",
"ufo": "^1.5.4",
"unenv": "^1.10.0",
"unplugin": "^1.13.1",
"unplugin": "^1.14.0",
"vitest-environment-nuxt": "^1.0.1"
},
"devDependencies": {
"@cucumber/cucumber": "10.9.0",
"@jest/globals": "29.7.0",
"@nuxt/devtools": "1.0.8",
"@nuxt/eslint-config": "0.5.5",
"@nuxt/eslint-config": "0.5.6",
"@nuxt/module-builder": "0.8.3",
"@playwright/test": "1.46.1",
"@playwright/test": "1.47.0",
"@testing-library/vue": "8.1.0",
"@types/estree": "1.0.5",
"@types/jsdom": "21.1.7",
Expand All @@ -79,12 +79,12 @@
"@vue/test-utils": "2.4.6",
"changelogen": "0.5.5",
"compatx": "0.1.8",
"eslint": "9.9.1",
"eslint": "9.10.0",
"h3": "1.12.0",
"jiti": "1.21.6",
"nitropack": "2.9.7",
"nuxt": "3.13.1",
"playwright-core": "1.46.1",
"playwright-core": "1.47.0",
"rollup": "4.21.2",
"semver": "7.6.3",
"typescript": "5.5.4",
Expand All @@ -93,7 +93,7 @@
"vite": "5.4.3",
"vitest": "2.0.5",
"vue-router": "4.4.3",
"vue-tsc": "2.1.4"
"vue-tsc": "2.1.6"
},
"peerDependencies": {
"@cucumber/cucumber": "^10.3.1",
Expand Down Expand Up @@ -154,10 +154,10 @@
"vite": "5.4.3",
"vite-node": "2.0.5",
"vitest": "2.0.5",
"vue": "^3.5.1"
"vue": "^3.5.3"
},
"engines": {
"node": ">=18.20.4"
},
"packageManager": "pnpm@9.9.0"
"packageManager": "pnpm@9.10.0"
}
Loading

0 comments on commit 1cea34c

Please sign in to comment.