Skip to content

Commit 067099e

Browse files
chore(deps): update dependency @vitejs/plugin-react to v4.3.4
1 parent da70f97 commit 067099e

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@types/jest": "29.5.14",
3737
"@types/react": "18.3.12",
3838
"@types/react-dom": "18.3.1",
39-
"@vitejs/plugin-react": "4.3.3",
39+
"@vitejs/plugin-react": "4.3.4",
4040
"babel-jest": "^29.7.0",
4141
"babel-plugin-explicit-exports-references": "^1.0.2",
4242
"babel-plugin-transform-import-meta": "^2.2.1",

yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.26.2.tgz#278b6b13664557de95b8f35b90d96785850bb56e"
3535
integrity sha512-Z0WgzSEa+aUcdiJuCIqgujCshpMWgUpgOxXotrYPSA53hA3qopNaqcJpyr0hVb1FeWdnqFA35/fUtXgBK8srQg==
3636

37-
"@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.13.15", "@babel/core@^7.23.9", "@babel/core@^7.25.2", "@babel/core@^7.26.0":
37+
"@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.13.15", "@babel/core@^7.23.9", "@babel/core@^7.26.0":
3838
version "7.26.0"
3939
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.0.tgz#d78b6023cc8f3114ccf049eb219613f74a747b40"
4040
integrity sha512-i1SLeK+DzNnQ3LL/CswPCa/E5u4lh1k6IAEphON8F+cXt0t9euTshDru0q7/IqMa1PMPz5RnHuHscF8/ZJsStg==
@@ -708,14 +708,14 @@
708708
dependencies:
709709
"@babel/plugin-transform-react-jsx" "^7.25.9"
710710

711-
"@babel/plugin-transform-react-jsx-self@^7.24.7":
711+
"@babel/plugin-transform-react-jsx-self@^7.25.9":
712712
version "7.25.9"
713713
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.25.9.tgz#c0b6cae9c1b73967f7f9eb2fca9536ba2fad2858"
714714
integrity sha512-y8quW6p0WHkEhmErnfe58r7x0A70uKphQm8Sp8cV7tjNQwK56sNVK0M73LK3WuYmsuyrftut4xAkjjgU0twaMg==
715715
dependencies:
716716
"@babel/helper-plugin-utils" "^7.25.9"
717717

718-
"@babel/plugin-transform-react-jsx-source@^7.24.7":
718+
"@babel/plugin-transform-react-jsx-source@^7.25.9":
719719
version "7.25.9"
720720
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.25.9.tgz#4c6b8daa520b5f155b5fb55547d7c9fa91417503"
721721
integrity sha512-+iqjT8xmXhhYv4/uiYd8FNQsraMFZIfxVSqxxVSZP0WbbSAWvBXAul0m/zu+7Vv4O/3WtApy9pmaTMiumEZgfg==
@@ -2098,14 +2098,14 @@
20982098
"@typescript-eslint/types" "8.15.0"
20992099
eslint-visitor-keys "^4.2.0"
21002100

2101-
"@vitejs/plugin-react@4.3.3":
2102-
version "4.3.3"
2103-
resolved "https://registry.yarnpkg.com/@vitejs/plugin-react/-/plugin-react-4.3.3.tgz#28301ac6d7aaf20b73a418ee5c65b05519b4836c"
2104-
integrity sha512-NooDe9GpHGqNns1i8XDERg0Vsg5SSYRhRxxyTGogUdkdNt47jal+fbuYi+Yfq6pzRCKXyoPcWisfxE6RIM3GKA==
2101+
"@vitejs/plugin-react@4.3.4":
2102+
version "4.3.4"
2103+
resolved "https://registry.yarnpkg.com/@vitejs/plugin-react/-/plugin-react-4.3.4.tgz#c64be10b54c4640135a5b28a2432330e88ad7c20"
2104+
integrity sha512-SCCPBJtYLdE8PX/7ZQAs1QAZ8Jqwih+0VBLum1EGqmCCQal+MIUqLCzj3ZUy8ufbC0cAM4LRlSTm7IQJwWT4ug==
21052105
dependencies:
2106-
"@babel/core" "^7.25.2"
2107-
"@babel/plugin-transform-react-jsx-self" "^7.24.7"
2108-
"@babel/plugin-transform-react-jsx-source" "^7.24.7"
2106+
"@babel/core" "^7.26.0"
2107+
"@babel/plugin-transform-react-jsx-self" "^7.25.9"
2108+
"@babel/plugin-transform-react-jsx-source" "^7.25.9"
21092109
"@types/babel__core" "^7.20.5"
21102110
react-refresh "^0.14.2"
21112111

0 commit comments

Comments
 (0)