Skip to content

Commit

Permalink
fix(deps): update dependency vite to v6 (#10257)
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 Jan 21, 2025
1 parent cf9ce92 commit 3ceccff
Show file tree
Hide file tree
Showing 13 changed files with 276 additions and 246 deletions.
2 changes: 1 addition & 1 deletion examples/react/apollo-client-defer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"serve": "14.2.3",
"start-server-and-test": "2.0.5",
"typescript": "5.5.4",
"vite": "^5.0.0"
"vite": "^6.0.0"
},
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/apollo-client-swc-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"typescript": "5.5.4",
"vite": "^5.0.0"
"vite": "^6.0.0"
},
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/apollo-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"serve": "14.2.3",
"cypress": "14.0.0",
"start-server-and-test": "2.0.5",
"vite": "^5.0.0"
"vite": "^6.0.0"
},
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/http-executor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"serve": "14.2.3",
"cypress": "14.0.0",
"start-server-and-test": "2.0.5",
"vite": "^5.0.0"
"vite": "^6.0.0"
},
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/tanstack-react-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"serve": "14.2.3",
"cypress": "14.0.0",
"start-server-and-test": "2.0.5",
"vite": "^5.0.0"
"vite": "^6.0.0"
},
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/urql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"serve": "14.2.3",
"cypress": "14.0.0",
"start-server-and-test": "2.0.5",
"vite": "^5.0.0"
"vite": "^6.0.0"
},
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion examples/vite/vite-react-cts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"graphql": "16.9.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"vite": "^5.0.0"
"vite": "^6.0.0"
},
"devDependencies": {
"@graphql-codegen/cli": "5.0.3",
Expand Down
2 changes: 1 addition & 1 deletion examples/vite/vite-react-mts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"graphql": "16.9.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"vite": "^5.0.0"
"vite": "^6.0.0"
},
"devDependencies": {
"@graphql-codegen/cli": "5.0.3",
Expand Down
2 changes: 1 addition & 1 deletion examples/vite/vite-react-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"graphql": "16.9.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"vite": "^5.0.0"
"vite": "^6.0.0"
},
"devDependencies": {
"@graphql-codegen/cli": "5.0.3",
Expand Down
2 changes: 1 addition & 1 deletion examples/vue/apollo-composable/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@graphql-codegen/cli": "^5.0.3",
"@vitejs/plugin-vue": "^5.0.0",
"typescript": "^5.0.0",
"vite": "^5.0.0",
"vite": "^6.0.0",
"vue-tsc": "^2.0.0",
"serve": "14.2.3",
"cypress": "14.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/vue/urql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@graphql-codegen/cli": "^5.0.3",
"@vitejs/plugin-vue": "^5.0.0",
"typescript": "^5.0.0",
"vite": "^5.0.0",
"vite": "^6.0.0",
"vue-tsc": "^2.0.0",
"serve": "14.2.3",
"cypress": "14.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/vue/villus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@graphql-codegen/cli": "^5.0.3",
"@vitejs/plugin-vue": "^5.0.0",
"typescript": "^5.0.0",
"vite": "^5.0.0",
"vite": "^6.0.0",
"vue-tsc": "^2.0.0",
"serve": "14.2.3",
"cypress": "14.0.0",
Expand Down
498 changes: 264 additions & 234 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 3ceccff

Please sign in to comment.