Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 22, 2024
1 parent d71b445 commit 34eb4f6
Show file tree
Hide file tree
Showing 9 changed files with 539 additions and 496 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.2",
"vue": "^3.5.6",
"vue": "^3.5.8",
"vue-router": "^4.4.5"
},
"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.2",
"vue": "^3.5.6",
"vue": "^3.5.8",
"vue-router": "^4.4.5"
},
"devDependencies": {
"@nuxt/test-utils": "latest",
"@types/jest": "29.5.13",
"jest": "29.7.0",
"playwright-core": "1.47.1",
"playwright-core": "1.47.2",
"ts-jest": "29.2.5",
"ts-node": "10.9.2",
"typescript": "5.6.2"
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.13.2",
"vue": "^3.5.6",
"vue": "^3.5.8",
"vue-router": "^4.4.5"
},
"devDependencies": {
"@nuxt/test-utils": "latest",
"@playwright/test": "1.47.1",
"@playwright/test": "1.47.2",
"std-env": "3.7.0"
}
}
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.2",
"vue": "^3.5.6",
"vue": "^3.5.8",
"vue-router": "^4.4.5"
},
"devDependencies": {
"@nuxt/test-utils": "latest",
"globby": "14.0.2",
"happy-dom": "15.7.4",
"playwright-core": "1.47.1",
"playwright-core": "1.47.2",
"typescript": "5.6.2",
"vitest": "2.1.1"
}
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": "8.5.4",
"@nuxtjs/i18n": "8.5.5",
"nuxt": "3.13.2",
"vitest": "2.1.1",
"vue": "3.5.6",
"vue": "3.5.8",
"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.13.2",
"vue": "^3.5.6",
"vue": "^3.5.8",
"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.13.2"
},
"dependencies": {
"vue": "^3.5.6",
"vue": "^3.5.8",
"vue-router": "^4.4.5"
}
}
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"local-pkg": "^0.5.0",
"magic-string": "^0.30.11",
"node-fetch-native": "^1.6.4",
"ofetch": "^1.3.4",
"ofetch": "^1.4.0",
"pathe": "^1.1.2",
"perfect-debounce": "^1.0.0",
"radix3": "^1.1.2",
Expand All @@ -70,7 +70,7 @@
"@nuxt/devtools": "1.0.8",
"@nuxt/eslint-config": "0.5.7",
"@nuxt/module-builder": "0.8.4",
"@playwright/test": "1.47.1",
"@playwright/test": "1.47.2",
"@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.10.0",
"eslint": "9.11.0",
"h3": "1.12.0",
"jiti": "1.21.6",
"nitropack": "2.9.7",
"nuxt": "3.13.2",
"playwright-core": "1.47.1",
"rollup": "4.22.2",
"playwright-core": "1.47.2",
"rollup": "4.22.4",
"semver": "7.6.3",
"typescript": "5.6.2",
"unbuild": "latest",
"unimport": "3.12.0",
"vite": "5.4.6",
"vite": "5.4.7",
"vitest": "2.1.1",
"vue-router": "4.4.5",
"vue-tsc": "2.1.6"
Expand Down Expand Up @@ -150,11 +150,11 @@
"@nuxt/kit": "^3.13.2",
"@nuxt/schema": "^3.13.2",
"@nuxt/test-utils": "workspace:*",
"rollup": "4.22.2",
"vite": "5.4.6",
"rollup": "4.22.4",
"vite": "5.4.7",
"vite-node": "2.1.1",
"vitest": "2.1.1",
"vue": "^3.5.6"
"vue": "^3.5.8"
},
"engines": {
"node": ">=18.20.4"
Expand Down
Loading

0 comments on commit 34eb4f6

Please sign in to comment.