Skip to content

Commit 478974e

Browse files
chore(deps-dev): bump @vitejs/plugin-react from 4.3.1 to 4.3.2
Bumps [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react) from 4.3.1 to 4.3.2. - [Release notes](https://github.com/vitejs/vite-plugin-react/releases) - [Changelog](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite-plugin-react/commits/v4.3.2/packages/plugin-react) --- updated-dependencies: - dependency-name: "@vitejs/plugin-react" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 33611a6 commit 478974e

File tree

2 files changed

+29
-29
lines changed

2 files changed

+29
-29
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@types/react-dom": "^18.3.0",
4141
"@typescript-eslint/eslint-plugin": "^5.62.0",
4242
"@typescript-eslint/parser": "^5.62.0",
43-
"@vitejs/plugin-react": "^4.3.1",
43+
"@vitejs/plugin-react": "^4.3.2",
4444
"eslint": "^8.57.0",
4545
"eslint-config-prettier": "^9.1.0",
4646
"eslint-plugin-prettier": "^5.2.1",

yarn.lock

+28-28
Original file line numberDiff line numberDiff line change
@@ -40,21 +40,21 @@
4040
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.25.4.tgz#7d2a80ce229890edcf4cc259d4d696cb4dae2fcb"
4141
integrity sha512-+LGRog6RAsCJrrrg/IO6LGmpphNe5DiK30dGjCoxxeGv49B10/3XYGxPsAwrDlMFcFEvdAUavDT8r9k/hSyQqQ==
4242

43-
"@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.24.5":
44-
version "7.24.7"
45-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.24.7.tgz#b676450141e0b52a3d43bc91da86aa608f950ac4"
46-
integrity sha512-nykK+LEK86ahTkX/3TgauT0ikKoNCfKHEaZYTUVupJdTLzGNvrblu4u6fa7DhZONAltdf8e662t/abY8idrd/g==
43+
"@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.25.2":
44+
version "7.25.2"
45+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.25.2.tgz#ed8eec275118d7613e77a352894cd12ded8eba77"
46+
integrity sha512-BBt3opiCOxUr9euZ5/ro/Xv8/V7yJ5bjYMqG/C1YAo8MIKAnumZalCN+msbci3Pigy4lIQfPUpfMM27HMGaYEA==
4747
dependencies:
4848
"@ampproject/remapping" "^2.2.0"
4949
"@babel/code-frame" "^7.24.7"
50-
"@babel/generator" "^7.24.7"
51-
"@babel/helper-compilation-targets" "^7.24.7"
52-
"@babel/helper-module-transforms" "^7.24.7"
53-
"@babel/helpers" "^7.24.7"
54-
"@babel/parser" "^7.24.7"
55-
"@babel/template" "^7.24.7"
56-
"@babel/traverse" "^7.24.7"
57-
"@babel/types" "^7.24.7"
50+
"@babel/generator" "^7.25.0"
51+
"@babel/helper-compilation-targets" "^7.25.2"
52+
"@babel/helper-module-transforms" "^7.25.2"
53+
"@babel/helpers" "^7.25.0"
54+
"@babel/parser" "^7.25.0"
55+
"@babel/template" "^7.25.0"
56+
"@babel/traverse" "^7.25.2"
57+
"@babel/types" "^7.25.2"
5858
convert-source-map "^2.0.0"
5959
debug "^4.1.0"
6060
gensync "^1.0.0-beta.2"
@@ -266,7 +266,7 @@
266266
"@babel/helper-split-export-declaration" "^7.24.7"
267267
"@babel/helper-validator-identifier" "^7.24.7"
268268

269-
"@babel/helper-module-transforms@^7.24.8", "@babel/helper-module-transforms@^7.25.0":
269+
"@babel/helper-module-transforms@^7.24.8", "@babel/helper-module-transforms@^7.25.0", "@babel/helper-module-transforms@^7.25.2":
270270
version "7.25.2"
271271
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.25.2.tgz#ee713c29768100f2776edf04d4eb23b8d27a66e6"
272272
integrity sha512-BjyRAbix6j/wv83ftcVJmBt72QtHI56C7JXZoG2xATiLpmoC7dpd8WnkikExHDVPpi/3qCmO6WY1EaXOluiecQ==
@@ -401,13 +401,13 @@
401401
"@babel/traverse" "^7.25.0"
402402
"@babel/types" "^7.25.0"
403403

404-
"@babel/helpers@^7.24.7":
405-
version "7.24.7"
406-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.24.7.tgz#aa2ccda29f62185acb5d42fb4a3a1b1082107416"
407-
integrity sha512-NlmJJtvcw72yRJRcnCmGvSi+3jDEg8qFu3z0AFoymmzLx5ERVWyzd9kVXr7Th9/8yIJi2Zc6av4Tqz3wFs8QWg==
404+
"@babel/helpers@^7.25.0":
405+
version "7.25.6"
406+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.25.6.tgz#57ee60141829ba2e102f30711ffe3afab357cc60"
407+
integrity sha512-Xg0tn4HcfTijTwfDwYlvVCl43V6h4KyVVX2aEm4qdO/PC6L2YvzLHFdmxhoeSA3eslcE6+ZVXHgWwopXYLNq4Q==
408408
dependencies:
409-
"@babel/template" "^7.24.7"
410-
"@babel/types" "^7.24.7"
409+
"@babel/template" "^7.25.0"
410+
"@babel/types" "^7.25.6"
411411

412412
"@babel/highlight@^7.18.6":
413413
version "7.18.6"
@@ -981,14 +981,14 @@
981981
dependencies:
982982
"@babel/plugin-transform-react-jsx" "^7.24.7"
983983

984-
"@babel/plugin-transform-react-jsx-self@^7.24.5":
984+
"@babel/plugin-transform-react-jsx-self@^7.24.7":
985985
version "7.24.7"
986986
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.24.7.tgz#66bff0248ea0b549972e733516ffad577477bdab"
987987
integrity sha512-fOPQYbGSgH0HUp4UJO4sMBFjY6DuWq+2i8rixyUMb3CdGixs/gccURvYOAhajBdKDoGajFr3mUq5rH3phtkGzw==
988988
dependencies:
989989
"@babel/helper-plugin-utils" "^7.24.7"
990990

991-
"@babel/plugin-transform-react-jsx-source@^7.24.1":
991+
"@babel/plugin-transform-react-jsx-source@^7.24.7":
992992
version "7.24.7"
993993
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.24.7.tgz#1198aab2548ad19582013815c938d3ebd8291ee3"
994994
integrity sha512-J2z+MWzZHVOemyLweMqngXrgGC42jQ//R0KdxqkIz/OrbVIIlhFI3WigZ5fO+nwFvBlncr4MGapd8vTyc7RPNQ==
@@ -2244,14 +2244,14 @@
22442244
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"
22452245
integrity sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==
22462246

2247-
"@vitejs/plugin-react@^4.3.1":
2248-
version "4.3.1"
2249-
resolved "https://registry.yarnpkg.com/@vitejs/plugin-react/-/plugin-react-4.3.1.tgz#d0be6594051ded8957df555ff07a991fb618b48e"
2250-
integrity sha512-m/V2syj5CuVnaxcUJOQRel/Wr31FFXRFlnOoq1TVtkCxsY5veGMTEmpWHndrhB2U8ScHtCQB1e+4hWYExQc6Lg==
2247+
"@vitejs/plugin-react@^4.3.2":
2248+
version "4.3.2"
2249+
resolved "https://registry.yarnpkg.com/@vitejs/plugin-react/-/plugin-react-4.3.2.tgz#1e13f666fe3135b477220d3c13b783704636b6e4"
2250+
integrity sha512-hieu+o05v4glEBucTcKMK3dlES0OeJlD9YVOAPraVMOInBCwzumaIFiUjr4bHK7NPgnAHgiskUoceKercrN8vg==
22512251
dependencies:
2252-
"@babel/core" "^7.24.5"
2253-
"@babel/plugin-transform-react-jsx-self" "^7.24.5"
2254-
"@babel/plugin-transform-react-jsx-source" "^7.24.1"
2252+
"@babel/core" "^7.25.2"
2253+
"@babel/plugin-transform-react-jsx-self" "^7.24.7"
2254+
"@babel/plugin-transform-react-jsx-source" "^7.24.7"
22552255
"@types/babel__core" "^7.20.5"
22562256
react-refresh "^0.14.2"
22572257

0 commit comments

Comments
 (0)