Skip to content

Commit 4cf7667

Browse files
committed
Update dependency @vitejs/plugin-react to v1.1.0
1 parent 8aa23e8 commit 4cf7667

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"devDependencies": {
2222
"@types/react": "17.0.34",
2323
"@types/react-dom": "17.0.11",
24-
"@vitejs/plugin-react": "1.0.8",
24+
"@vitejs/plugin-react": "1.1.0",
2525
"typescript": "4.4.4",
2626
"vite": "2.6.14"
2727
}

example/yarn.lock

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.16.0.tgz#ea269d7f78deb3a7826c39a4048eecda541ebdaa"
1515
integrity sha512-DGjt2QZse5SGd9nfOSqO4WLJ8NN/oHkijbXbPrxuoJO3oIPJL3TciZs9FX+cOHNiY9E9l0opL8g7BmLe3T+9ew==
1616

17-
"@babel/core@^7.15.5":
17+
"@babel/core@^7.16.0":
1818
version "7.16.0"
1919
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.16.0.tgz#c4ff44046f5fe310525cc9eb4ef5147f0c5374d4"
2020
integrity sha512-mYZEvshBRHGsIAiyH5PzCFTCfbWfoYbO/jcSdXQSUQu1/pW0xDZAUP7KEc32heqWTAfAHhV9j1vH8Sav7l+JNQ==
@@ -188,28 +188,28 @@
188188
dependencies:
189189
"@babel/helper-plugin-utils" "^7.14.5"
190190

191-
"@babel/plugin-transform-react-jsx-development@^7.14.5":
191+
"@babel/plugin-transform-react-jsx-development@^7.16.0":
192192
version "7.16.0"
193193
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.16.0.tgz#1cb52874678d23ab11d0d16488d54730807303ef"
194194
integrity sha512-qq65iSqBRq0Hr3wq57YG2AmW0H6wgTnIzpffTphrUWUgLCOK+zf1f7G0vuOiXrp7dU1qq+fQBoqZ3wCDAkhFzw==
195195
dependencies:
196196
"@babel/plugin-transform-react-jsx" "^7.16.0"
197197

198-
"@babel/plugin-transform-react-jsx-self@^7.14.9":
198+
"@babel/plugin-transform-react-jsx-self@^7.16.0":
199199
version "7.16.0"
200200
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.16.0.tgz#09202158abbc716a08330f392bfb98d6b9acfa0c"
201201
integrity sha512-97yCFY+2GvniqOThOSjPor8xUoDiQ0STVWAQMl3pjhJoFVe5DuXDLZCRSZxu9clx+oRCbTiXGgKEG/Yoyo6Y+w==
202202
dependencies:
203203
"@babel/helper-plugin-utils" "^7.14.5"
204204

205-
"@babel/plugin-transform-react-jsx-source@^7.14.5":
205+
"@babel/plugin-transform-react-jsx-source@^7.16.0":
206206
version "7.16.0"
207207
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.16.0.tgz#d40c959d7803aae38224594585748693e84c0a22"
208208
integrity sha512-8yvbGGrHOeb/oyPc9tzNoe9/lmIjz3HLa9Nc5dMGDyNpGjfFrk8D2KdEq9NRkftZzeoQEW6yPQ29TMZtrLiUUA==
209209
dependencies:
210210
"@babel/helper-plugin-utils" "^7.14.5"
211211

212-
"@babel/plugin-transform-react-jsx@^7.14.9", "@babel/plugin-transform-react-jsx@^7.16.0":
212+
"@babel/plugin-transform-react-jsx@^7.16.0":
213213
version "7.16.0"
214214
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.16.0.tgz#55b797d4960c3de04e07ad1c0476e2bc6a4889f1"
215215
integrity sha512-rqDgIbukZ44pqq7NIRPGPGNklshPkvlmvqjdx3OZcGPk4zGIenYkxDTvl3LsSL8gqcc3ZzGmXPE6hR/u/voNOw==
@@ -301,18 +301,18 @@
301301
resolved "https://registry.yarnpkg.com/@types/scheduler/-/scheduler-0.16.2.tgz#1a62f89525723dde24ba1b01b092bf5df8ad4d39"
302302
integrity sha512-hppQEBDmlwhFAXKJX2KnWLYu5yMfi91yazPb2l+lbJiwW+wdo1gNeRA+3RgNSO39WYX2euey41KEwnqesU2Jew==
303303

304-
"@vitejs/plugin-react@1.0.8":
305-
version "1.0.8"
306-
resolved "https://registry.yarnpkg.com/@vitejs/plugin-react/-/plugin-react-1.0.8.tgz#98163d107fbc02b2c22c299657d4911490bb8820"
307-
integrity sha512-Rt0tClew2QQokF03MoiIXTMMTIVKTH0eYulN9i81v/LitH4MfDHzIgetPzKvp+uCO9Fyb3tfYNKCw6l2/zW00w==
304+
"@vitejs/plugin-react@1.1.0":
305+
version "1.1.0"
306+
resolved "https://registry.yarnpkg.com/@vitejs/plugin-react/-/plugin-react-1.1.0.tgz#8dc889a3b37d475c4c5196bfa9dd6052182d6a1e"
307+
integrity sha512-hRAqG6/lYf0mfDm/1r0U81vwPWMpyi87e4bFK+LvVQQeIgdh6TwvfuF20waenSGSumz6JH2bfk9DbxdgDLRp/w==
308308
dependencies:
309-
"@babel/core" "^7.15.5"
310-
"@babel/plugin-transform-react-jsx" "^7.14.9"
311-
"@babel/plugin-transform-react-jsx-development" "^7.14.5"
312-
"@babel/plugin-transform-react-jsx-self" "^7.14.9"
313-
"@babel/plugin-transform-react-jsx-source" "^7.14.5"
309+
"@babel/core" "^7.16.0"
310+
"@babel/plugin-transform-react-jsx" "^7.16.0"
311+
"@babel/plugin-transform-react-jsx-development" "^7.16.0"
312+
"@babel/plugin-transform-react-jsx-self" "^7.16.0"
313+
"@babel/plugin-transform-react-jsx-source" "^7.16.0"
314314
"@rollup/pluginutils" "^4.1.1"
315-
react-refresh "^0.10.0"
315+
react-refresh "^0.11.0"
316316
resolve "^1.20.0"
317317

318318
ansi-styles@^3.2.1:
@@ -671,10 +671,10 @@ [email protected]:
671671
regenerator-runtime "^0.13.7"
672672
whatwg-fetch "^3.4.1"
673673

674-
react-refresh@^0.10.0:
675-
version "0.10.0"
676-
resolved "https://registry.yarnpkg.com/react-refresh/-/react-refresh-0.10.0.tgz#2f536c9660c0b9b1d500684d9e52a65e7404f7e3"
677-
integrity sha512-PgidR3wST3dDYKr6b4pJoqQFpPGNKDSCDx4cZoshjXipw3LzO7mG1My2pwEzz2JVkF+inx3xRpDeQLFQGH/hsQ==
674+
react-refresh@^0.11.0:
675+
version "0.11.0"
676+
resolved "https://registry.yarnpkg.com/react-refresh/-/react-refresh-0.11.0.tgz#77198b944733f0f1f1a90e791de4541f9f074046"
677+
integrity sha512-F27qZr8uUqwhWZboondsPx8tnC3Ct3SxZA3V5WyEvujRyyNv0VYPhoBg1gZ8/MV5tubQp76Trw8lTv9hzRBa+A==
678678

679679
680680
version "17.0.2"

0 commit comments

Comments
 (0)