Skip to content

Commit

Permalink
chore(deps): update dependency @vitejs/plugin-react to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 19, 2023
1 parent a509268 commit 6e0b744
Show file tree
Hide file tree
Showing 6 changed files with 139 additions and 170 deletions.
2 changes: 1 addition & 1 deletion examples/react/apollo-client-defer/package.json
Expand Up @@ -17,7 +17,7 @@
"@types/node": "^18.11.18",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.10",
"@vitejs/plugin-react": "^3.1.0",
"@vitejs/plugin-react": "^4.0.0",
"cypress": "12.12.0",
"serve": "14.2.0",
"start-server-and-test": "2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/apollo-client/package.json
Expand Up @@ -11,7 +11,7 @@
"devDependencies": {
"@graphql-codegen/cli": "^4.0.1",
"@graphql-codegen/client-preset": "^4.0.1",
"@vitejs/plugin-react": "^3.1.0",
"@vitejs/plugin-react": "^4.0.0",
"@types/jest": "^27.5.2",
"@types/node": "^18.11.18",
"@types/react": "^18.0.15",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/http-executor/package.json
Expand Up @@ -10,7 +10,7 @@
"devDependencies": {
"@graphql-codegen/cli": "^4.0.1",
"@graphql-codegen/client-preset": "^4.0.1",
"@vitejs/plugin-react": "^3.1.0",
"@vitejs/plugin-react": "^4.0.0",
"@types/jest": "^27.5.2",
"@types/node": "^18.11.18",
"@types/react": "^18.0.17",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/tanstack-react-query/package.json
Expand Up @@ -10,7 +10,7 @@
"devDependencies": {
"@graphql-codegen/cli": "^4.0.1",
"@graphql-codegen/client-preset": "^4.0.1",
"@vitejs/plugin-react": "^3.1.0",
"@vitejs/plugin-react": "^4.0.0",
"@types/jest": "^27.5.2",
"@types/node": "^18.11.18",
"@types/react": "^18.0.17",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/urql/package.json
Expand Up @@ -12,7 +12,7 @@
"@types/react-dom": "^18.0.10",
"@graphql-codegen/cli": "^4.0.1",
"@graphql-codegen/client-preset": "^4.0.1",
"@vitejs/plugin-react": "^3.1.0",
"@vitejs/plugin-react": "^4.0.0",
"typescript": "5.0.4",
"serve": "14.2.0",
"cypress": "12.12.0",
Expand Down

0 comments on commit 6e0b744

Please sign in to comment.