Skip to content

Commit 097e0da

Browse files
chore(deps): update dependency @vitejs/plugin-react to v6
1 parent a2370d6 commit 097e0da

File tree

6 files changed

+17
-35
lines changed

6 files changed

+17
-35
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": "6.0.1",
2424
"typescript": "5.9.3",
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": "6.0.1",
2222
"typescript": "5.9.3",
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": "6.0.1",
2323
"typescript": "5.9.3",
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": "6.0.1",
2424
"typescript": "5.9.3",
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": "6.0.1",
2424
"typescript": "5.9.3",
2525
"vite": "6.1.0"
2626
}

yarn.lock

Lines changed: 12 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.26.8.tgz#821c1d35641c355284d4a870b8a4a7b0c141e367"
9090
integrity sha512-oH5UPLMWR3L2wEFLnFJ1TZXqHufiTKAiLfqw5zkhS4dKXLJ10yVztfil/twG8EDTA4F/tvVNw9nOl4ZMslB8rQ==
9191

92-
"@babel/core@7.26.8", "@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.14.0", "@babel/core@^7.22.9", "@babel/core@^7.23.9", "@babel/core@^7.26.0":
92+
"@babel/core@7.26.8", "@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.14.0", "@babel/core@^7.22.9", "@babel/core@^7.23.9":
9393
version "7.26.8"
9494
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.8.tgz#7742f11c75acea6b08a8e24c5c0c8c89e89bf53e"
9595
integrity sha512-l+lkXCHS6tQEc5oUpK28xBOZ6+HwaH7YwoYQbLFiYb4nS2/l1tKnZEtEWkD0GuiYdvArf9qBS0XlQGXzPMsNqQ==
@@ -812,20 +812,6 @@
812812
dependencies:
813813
"@babel/helper-plugin-utils" "^7.25.9"
814814

815-
"@babel/plugin-transform-react-jsx-self@^7.25.9":
816-
version "7.25.9"
817-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.25.9.tgz#c0b6cae9c1b73967f7f9eb2fca9536ba2fad2858"
818-
integrity sha512-y8quW6p0WHkEhmErnfe58r7x0A70uKphQm8Sp8cV7tjNQwK56sNVK0M73LK3WuYmsuyrftut4xAkjjgU0twaMg==
819-
dependencies:
820-
"@babel/helper-plugin-utils" "^7.25.9"
821-
822-
"@babel/plugin-transform-react-jsx-source@^7.25.9":
823-
version "7.25.9"
824-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.25.9.tgz#4c6b8daa520b5f155b5fb55547d7c9fa91417503"
825-
integrity sha512-+iqjT8xmXhhYv4/uiYd8FNQsraMFZIfxVSqxxVSZP0WbbSAWvBXAul0m/zu+7Vv4O/3WtApy9pmaTMiumEZgfg==
826-
dependencies:
827-
"@babel/helper-plugin-utils" "^7.25.9"
828-
829815
"@babel/plugin-transform-react-jsx@^7.0.0":
830816
version "7.25.9"
831817
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.25.9.tgz#06367940d8325b36edff5e2b9cbe782947ca4166"
@@ -2867,6 +2853,11 @@
28672853
resolved "https://registry.yarnpkg.com/@repeaterjs/repeater/-/repeater-3.0.6.tgz#be23df0143ceec3c69f8b6c2517971a5578fdaa2"
28682854
integrity sha512-Javneu5lsuhwNCryN+pXH93VPQ8g0dBX7wItHFgYiwQmzE1sVdg5tWHiOgHywzL2W21XQopa7IwIEnNbmeUJYA==
28692855

2856+
"@rolldown/pluginutils@1.0.0-rc.7":
2857+
version "1.0.0-rc.7"
2858+
resolved "https://registry.yarnpkg.com/@rolldown/pluginutils/-/pluginutils-1.0.0-rc.7.tgz#0414869467f0e471a6515d4f506c85fde867e022"
2859+
integrity sha512-qujRfC8sFVInYSPPMLQByRh7zhwkGFS4+tyMQ83srV1qrxL4g8E2tyxVVyxd0+8QeBM1mIk9KbWxkegRr76XzA==
2860+
28702861
"@rollup/rollup-android-arm-eabi@4.34.4":
28712862
version "4.34.4"
28722863
resolved "https://registry.yarnpkg.com/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.34.4.tgz#186addf2d9da1df57c69394f8eb74d40cc833686"
@@ -3030,7 +3021,7 @@
30303021
resolved "https://registry.yarnpkg.com/@tsconfig/node16/-/node16-1.0.4.tgz#0b92dcc0cc1c81f6f306a381f28e31b1a56536e9"
30313022
integrity sha512-vxhUy4J8lyeyinH7Azl1pdd43GJhZH/tP2weN8TntQblOY+A0XbT8DJk1/oCPuOOyg/Ja757rG0CgHcWC8OfMA==
30323023

3033-
"@types/babel__core@7.20.5", "@types/babel__core@^7.1.14", "@types/babel__core@^7.20.5":
3024+
"@types/babel__core@7.20.5", "@types/babel__core@^7.1.14":
30343025
version "7.20.5"
30353026
resolved "https://registry.yarnpkg.com/@types/babel__core/-/babel__core-7.20.5.tgz#3df15f27ba85319caa07ba08d0721889bb39c017"
30363027
integrity sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==
@@ -3264,16 +3255,12 @@
32643255
"@0no-co/graphql.web" "^1.0.5"
32653256
wonka "^6.3.2"
32663257

3267-
"@vitejs/plugin-react@4.3.4":
3268-
version "4.3.4"
3269-
resolved "https://registry.yarnpkg.com/@vitejs/plugin-react/-/plugin-react-4.3.4.tgz#c64be10b54c4640135a5b28a2432330e88ad7c20"
3270-
integrity sha512-SCCPBJtYLdE8PX/7ZQAs1QAZ8Jqwih+0VBLum1EGqmCCQal+MIUqLCzj3ZUy8ufbC0cAM4LRlSTm7IQJwWT4ug==
3258+
"@vitejs/plugin-react@6.0.1":
3259+
version "6.0.1"
3260+
resolved "https://registry.yarnpkg.com/@vitejs/plugin-react/-/plugin-react-6.0.1.tgz#d9113b71a0a592714913eafd9e5e63bcafd0ff15"
3261+
integrity sha512-l9X/E3cDb+xY3SWzlG1MOGt2usfEHGMNIaegaUGFsLkb3RCn/k8/TOXBcab+OndDI4TBtktT8/9BwwW8Vi9KUQ==
32713262
dependencies:
3272-
"@babel/core" "^7.26.0"
3273-
"@babel/plugin-transform-react-jsx-self" "^7.25.9"
3274-
"@babel/plugin-transform-react-jsx-source" "^7.25.9"
3275-
"@types/babel__core" "^7.20.5"
3276-
react-refresh "^0.14.2"
3263+
"@rolldown/pluginutils" "1.0.0-rc.7"
32773264

32783265
"@whatwg-node/disposablestack@^0.0.5":
32793266
version "0.0.5"
@@ -7216,11 +7203,6 @@ react-is@^18.0.0:
72167203
resolved "https://registry.yarnpkg.com/react-is/-/react-is-18.3.1.tgz#e83557dc12eae63a99e003a46388b1dcbb44db7e"
72177204
integrity sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==
72187205

7219-
react-refresh@^0.14.2:
7220-
version "0.14.2"
7221-
resolved "https://registry.yarnpkg.com/react-refresh/-/react-refresh-0.14.2.tgz#3833da01ce32da470f1f936b9d477da5c7028bf9"
7222-
integrity sha512-jCvmsr+1IUSMUyzOkRcvnVbX3ZYC6g9TDrDbFuFmRDq7PD4yaGbLKNQL6k2jnArV8hjYxh7hVhAZB6s9HDGpZA==
7223-
72247206
react@19.0.0:
72257207
version "19.0.0"
72267208
resolved "https://registry.yarnpkg.com/react/-/react-19.0.0.tgz#6e1969251b9f108870aa4bff37a0ce9ddfaaabdd"

0 commit comments

Comments
 (0)