Skip to content

Commit 0e5ac67

Browse files
chore(deps): update dependency @vitejs/plugin-react to v5
1 parent 3206e9e commit 0e5ac67

File tree

6 files changed

+125
-99
lines changed

6 files changed

+125
-99
lines changed

examples/apollo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@graphprotocol/client-cli": "3.0.7",
2121
"@types/react": "19.0.8",
2222
"@types/react-dom": "19.0.3",
23-
"@vitejs/plugin-react": "4.3.4",
23+
"@vitejs/plugin-react": "5.0.0",
2424
"typescript": "5.9.2",
2525
"vite": "6.1.0"
2626
}

examples/execute/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@graphprotocol/client-cli": "3.0.7",
1919
"@types/react": "19.0.8",
2020
"@types/react-dom": "19.0.3",
21-
"@vitejs/plugin-react": "4.3.4",
21+
"@vitejs/plugin-react": "5.0.0",
2222
"typescript": "5.9.2",
2323
"vite": "6.1.0"
2424
}

examples/react-query/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@graphprotocol/client-cli": "3.0.7",
2020
"@types/react": "19.0.8",
2121
"@types/react-dom": "19.0.3",
22-
"@vitejs/plugin-react": "4.3.4",
22+
"@vitejs/plugin-react": "5.0.0",
2323
"typescript": "5.9.2",
2424
"vite": "6.1.0"
2525
}

examples/urql-live-query/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@graphprotocol/client-cli": "3.0.7",
2121
"@types/react": "19.0.8",
2222
"@types/react-dom": "19.0.3",
23-
"@vitejs/plugin-react": "4.3.4",
23+
"@vitejs/plugin-react": "5.0.0",
2424
"typescript": "5.9.2",
2525
"vite": "6.1.0"
2626
}

examples/urql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@graphprotocol/client-cli": "3.0.7",
2121
"@types/react": "19.0.8",
2222
"@types/react-dom": "19.0.3",
23-
"@vitejs/plugin-react": "4.3.4",
23+
"@vitejs/plugin-react": "5.0.0",
2424
"typescript": "5.9.2",
2525
"vite": "6.1.0"
2626
}

0 commit comments

Comments
 (0)