Skip to content

Commit

Permalink
chore(deps): update dependency vite to v5 (#10055)
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 Aug 19, 2024
1 parent a9c5f3f commit 3c84c61
Show file tree
Hide file tree
Showing 13 changed files with 143 additions and 137 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": "^4.1.0"
"vite": "^5.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": "^4.1.0"
"vite": "^5.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": "13.13.3",
"start-server-and-test": "2.0.5",
"vite": "^4.1.0"
"vite": "^5.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": "13.13.3",
"start-server-and-test": "2.0.5",
"vite": "^4.1.0"
"vite": "^5.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": "13.13.3",
"start-server-and-test": "2.0.5",
"vite": "^4.1.0"
"vite": "^5.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": "13.13.3",
"start-server-and-test": "2.0.5",
"vite": "^4.1.0"
"vite": "^5.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": "^4.1.0"
"vite": "^5.0.0"
},
"devDependencies": {
"@graphql-codegen/cli": "5.0.2",
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": "^4.1.0"
"vite": "^5.0.0"
},
"devDependencies": {
"@graphql-codegen/cli": "5.0.2",
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": "^4.1.0"
"vite": "^5.0.0"
},
"devDependencies": {
"@graphql-codegen/cli": "5.0.2",
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.2",
"@vitejs/plugin-vue": "^5.0.0",
"typescript": "^5.0.0",
"vite": "^4.1.0",
"vite": "^5.0.0",
"vue-tsc": "^1.0.24",
"serve": "14.2.3",
"cypress": "13.13.3",
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.2",
"@vitejs/plugin-vue": "^5.0.0",
"typescript": "^5.0.0",
"vite": "^4.1.0",
"vite": "^5.0.0",
"vue-tsc": "^1.0.24",
"serve": "14.2.3",
"cypress": "13.13.3",
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.2",
"@vitejs/plugin-vue": "^5.0.0",
"typescript": "^5.0.0",
"vite": "^4.1.0",
"vite": "^5.0.0",
"vue-tsc": "^1.0.24",
"serve": "14.2.3",
"cypress": "13.13.3",
Expand Down
256 changes: 131 additions & 125 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 3c84c61

Please sign in to comment.