Skip to content

Commit 0bd0091

Browse files
fix: downgrade @vitejs/plugin-react to 4.3.1 to address yarn vite not running (#1590)
1 parent 6eacef1 commit 0bd0091

File tree

1 file changed

+156
-17
lines changed

1 file changed

+156
-17
lines changed

yarn.lock

Lines changed: 156 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -733,11 +733,25 @@
733733
"@babel/highlight" "^7.25.7"
734734
picocolors "^1.0.0"
735735

736+
"@babel/code-frame@^7.25.9", "@babel/code-frame@^7.26.0":
737+
version "7.26.0"
738+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.26.0.tgz#9374b5cd068d128dac0b94ff482594273b1c2815"
739+
integrity sha512-INCKxTtbXtcNbUZ3YXutwMpEleqttcswhAdee7dhuoVrD2cnuc3PqtERBtxkX5nziX9vnBL8WXmSGwv8CuPV6g==
740+
dependencies:
741+
"@babel/helper-validator-identifier" "^7.25.9"
742+
js-tokens "^4.0.0"
743+
picocolors "^1.0.0"
744+
736745
"@babel/compat-data@^7.22.6", "@babel/compat-data@^7.25.7":
737746
version "7.25.7"
738747
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.25.7.tgz#b8479fe0018ef0ac87b6b7a5c6916fcd67ae2c9c"
739748
integrity sha512-9ickoLz+hcXCeh7jrcin+/SLWm+GkxE2kTvoYyp38p4WkdFXfQJxDFGWp/YHjiKLPx06z2A7W8XKuqbReXDzsw==
740749

750+
"@babel/compat-data@^7.25.9":
751+
version "7.26.0"
752+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.26.0.tgz#f02ba6d34e88fadd5e8861e8b38902f43cc1c819"
753+
integrity sha512-qETICbZSLe7uXv9VE8T/RWOdIE5qqyTucOt4zLYMafj2MRO271VGgLd4RACJMeBO37UPWhXiKMBk7YlJ0fOzQA==
754+
741755
742756
version "7.23.9"
743757
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.23.9.tgz#b028820718000f267870822fec434820e9b1e4d1"
@@ -759,7 +773,7 @@
759773
json5 "^2.2.3"
760774
semver "^6.3.1"
761775

762-
"@babel/core@^7.12.3", "@babel/core@^7.16.0", "@babel/core@^7.25.2", "@babel/core@^7.7.5":
776+
"@babel/core@^7.12.3", "@babel/core@^7.16.0", "@babel/core@^7.7.5":
763777
version "7.25.7"
764778
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.25.7.tgz#1b3d144157575daf132a3bc80b2b18e6e3ca6ece"
765779
integrity sha512-yJ474Zv3cwiSOO9nXJuqzvwEeM+chDuQ8GJirw+pZ91sCGCyOZ3dJkVE09fTV0VEVzXyLWhh3G/AolYTPX7Mow==
@@ -780,6 +794,27 @@
780794
json5 "^2.2.3"
781795
semver "^6.3.1"
782796

797+
"@babel/core@^7.24.5":
798+
version "7.26.0"
799+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.0.tgz#d78b6023cc8f3114ccf049eb219613f74a747b40"
800+
integrity sha512-i1SLeK+DzNnQ3LL/CswPCa/E5u4lh1k6IAEphON8F+cXt0t9euTshDru0q7/IqMa1PMPz5RnHuHscF8/ZJsStg==
801+
dependencies:
802+
"@ampproject/remapping" "^2.2.0"
803+
"@babel/code-frame" "^7.26.0"
804+
"@babel/generator" "^7.26.0"
805+
"@babel/helper-compilation-targets" "^7.25.9"
806+
"@babel/helper-module-transforms" "^7.26.0"
807+
"@babel/helpers" "^7.26.0"
808+
"@babel/parser" "^7.26.0"
809+
"@babel/template" "^7.25.9"
810+
"@babel/traverse" "^7.25.9"
811+
"@babel/types" "^7.26.0"
812+
convert-source-map "^2.0.0"
813+
debug "^4.1.0"
814+
gensync "^1.0.0-beta.2"
815+
json5 "^2.2.3"
816+
semver "^6.3.1"
817+
783818
"@babel/eslint-parser@^7.16.3":
784819
version "7.25.7"
785820
resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.25.7.tgz#27b43de786c83cbabbcb328efbb4f099ae85415e"
@@ -799,6 +834,17 @@
799834
"@jridgewell/trace-mapping" "^0.3.25"
800835
jsesc "^3.0.2"
801836

837+
"@babel/generator@^7.25.9", "@babel/generator@^7.26.0":
838+
version "7.26.0"
839+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.0.tgz#505cc7c90d92513f458a477e5ef0703e7c91b8d7"
840+
integrity sha512-/AIkAmInnWwgEAJGQr9vY0c66Mj6kjkE2ZPB1PurTRaRAh3U+J45sAQMjQDJdh4WbR3l0x5xkimXBKyBXXAu2w==
841+
dependencies:
842+
"@babel/parser" "^7.26.0"
843+
"@babel/types" "^7.26.0"
844+
"@jridgewell/gen-mapping" "^0.3.5"
845+
"@jridgewell/trace-mapping" "^0.3.25"
846+
jsesc "^3.0.2"
847+
802848
"@babel/helper-annotate-as-pure@^7.18.6", "@babel/helper-annotate-as-pure@^7.25.7":
803849
version "7.25.7"
804850
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.25.7.tgz#63f02dbfa1f7cb75a9bdb832f300582f30bb8972"
@@ -825,6 +871,17 @@
825871
lru-cache "^5.1.1"
826872
semver "^6.3.1"
827873

874+
"@babel/helper-compilation-targets@^7.25.9":
875+
version "7.25.9"
876+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.25.9.tgz#55af025ce365be3cdc0c1c1e56c6af617ce88875"
877+
integrity sha512-j9Db8Suy6yV/VHa4qzrj9yZfZxhLWQdVnRlXxmKLYlhWUVB1sB2G5sxuWYXk/whHD9iW76PmNzxZ4UCnTQTVEQ==
878+
dependencies:
879+
"@babel/compat-data" "^7.25.9"
880+
"@babel/helper-validator-option" "^7.25.9"
881+
browserslist "^4.24.0"
882+
lru-cache "^5.1.1"
883+
semver "^6.3.1"
884+
828885
"@babel/helper-create-class-features-plugin@^7.18.6", "@babel/helper-create-class-features-plugin@^7.21.0", "@babel/helper-create-class-features-plugin@^7.25.7":
829886
version "7.25.7"
830887
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.25.7.tgz#5d65074c76cae75607421c00d6bd517fe1892d6b"
@@ -874,6 +931,14 @@
874931
"@babel/traverse" "^7.25.7"
875932
"@babel/types" "^7.25.7"
876933

934+
"@babel/helper-module-imports@^7.25.9":
935+
version "7.25.9"
936+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.25.9.tgz#e7f8d20602ebdbf9ebbea0a0751fb0f2a4141715"
937+
integrity sha512-tnUA4RsrmflIM6W6RFTLFSXITtl0wKjgpnLgXyowocVPrbYrLUXSBXDgTs8BlbmIzIdlBySRQjINYs2BAkiLtw==
938+
dependencies:
939+
"@babel/traverse" "^7.25.9"
940+
"@babel/types" "^7.25.9"
941+
877942
"@babel/helper-module-transforms@^7.23.3", "@babel/helper-module-transforms@^7.25.7":
878943
version "7.25.7"
879944
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.25.7.tgz#2ac9372c5e001b19bc62f1fe7d96a18cb0901d1a"
@@ -884,6 +949,15 @@
884949
"@babel/helper-validator-identifier" "^7.25.7"
885950
"@babel/traverse" "^7.25.7"
886951

952+
"@babel/helper-module-transforms@^7.26.0":
953+
version "7.26.0"
954+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.26.0.tgz#8ce54ec9d592695e58d84cd884b7b5c6a2fdeeae"
955+
integrity sha512-xO+xu6B5K2czEnQye6BHA7DolFFmS3LB7stHZFaOLb1pAwO1HWLS8fXA+eh0A2yIvltPVmx3eNNDBJA2SLHXFw==
956+
dependencies:
957+
"@babel/helper-module-imports" "^7.25.9"
958+
"@babel/helper-validator-identifier" "^7.25.9"
959+
"@babel/traverse" "^7.25.9"
960+
887961
"@babel/helper-optimise-call-expression@^7.25.7":
888962
version "7.25.7"
889963
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.25.7.tgz#1de1b99688e987af723eed44fa7fc0ee7b97d77a"
@@ -896,6 +970,11 @@
896970
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.25.7.tgz#8ec5b21812d992e1ef88a9b068260537b6f0e36c"
897971
integrity sha512-eaPZai0PiqCi09pPs3pAFfl/zYgGaE6IdXtYvmf0qlcDTd3WCtO7JWCcRd64e0EQrcYgiHibEZnOGsSY4QSgaw==
898972

973+
"@babel/helper-plugin-utils@^7.25.9":
974+
version "7.25.9"
975+
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.25.9.tgz#9cbdd63a9443a2c92a725cca7ebca12cc8dd9f46"
976+
integrity sha512-kSMlyUVdWe25rEsRGviIgOWnoT/nfABVWlqt9N19/dIPWViAOW2s9wznP5tURbs/IDuNk4gPy3YdYRgH3uxhBw==
977+
899978
"@babel/helper-remap-async-to-generator@^7.25.7":
900979
version "7.25.7"
901980
resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.25.7.tgz#9efdc39df5f489bcd15533c912b6c723a0a65021"
@@ -935,16 +1014,31 @@
9351014
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.25.7.tgz#d50e8d37b1176207b4fe9acedec386c565a44a54"
9361015
integrity sha512-CbkjYdsJNHFk8uqpEkpCvRs3YRp9tY6FmFY7wLMSYuGYkrdUi7r2lc4/wqsvlHoMznX3WJ9IP8giGPq68T/Y6g==
9371016

1017+
"@babel/helper-string-parser@^7.25.9":
1018+
version "7.25.9"
1019+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz#1aabb72ee72ed35789b4bbcad3ca2862ce614e8c"
1020+
integrity sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==
1021+
9381022
"@babel/helper-validator-identifier@^7.25.7":
9391023
version "7.25.7"
9401024
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.7.tgz#77b7f60c40b15c97df735b38a66ba1d7c3e93da5"
9411025
integrity sha512-AM6TzwYqGChO45oiuPqwL2t20/HdMC1rTPAesnBCgPCSF1x3oN9MVUwQV2iyz4xqWrctwK5RNC8LV22kaQCNYg==
9421026

1027+
"@babel/helper-validator-identifier@^7.25.9":
1028+
version "7.25.9"
1029+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz#24b64e2c3ec7cd3b3c547729b8d16871f22cbdc7"
1030+
integrity sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==
1031+
9431032
"@babel/helper-validator-option@^7.25.7":
9441033
version "7.25.7"
9451034
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.25.7.tgz#97d1d684448228b30b506d90cace495d6f492729"
9461035
integrity sha512-ytbPLsm+GjArDYXJ8Ydr1c/KJuutjF2besPNbIZnZ6MKUxi/uTA22t2ymmA4WFjZFpjiAMO0xuuJPqK2nvDVfQ==
9471036

1037+
"@babel/helper-validator-option@^7.25.9":
1038+
version "7.25.9"
1039+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.25.9.tgz#86e45bd8a49ab7e03f276577f96179653d41da72"
1040+
integrity sha512-e/zv1co8pp55dNdEcCynfj9X7nyUKUXoUEwfXqaZt0omVOmDe9oOTdKStH4GmAw6zxMFs50ZayuMfHDKlO7Tfw==
1041+
9481042
"@babel/helper-wrap-function@^7.25.7":
9491043
version "7.25.7"
9501044
resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.25.7.tgz#9f6021dd1c4fdf4ad515c809967fc4bac9a70fe7"
@@ -962,6 +1056,14 @@
9621056
"@babel/template" "^7.25.7"
9631057
"@babel/types" "^7.25.7"
9641058

1059+
"@babel/helpers@^7.26.0":
1060+
version "7.26.0"
1061+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.0.tgz#30e621f1eba5aa45fe6f4868d2e9154d884119a4"
1062+
integrity sha512-tbhNuIxNcVb21pInl3ZSjksLCvgdZy9KwJ8brv993QtIVKJBBkYXz4q4ZbAv31GdnC+R90np23L5FbEBlthAEw==
1063+
dependencies:
1064+
"@babel/template" "^7.25.9"
1065+
"@babel/types" "^7.26.0"
1066+
9651067
"@babel/highlight@^7.25.7":
9661068
version "7.25.7"
9671069
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.25.7.tgz#20383b5f442aa606e7b5e3043b0b1aafe9f37de5"
@@ -979,6 +1081,13 @@
9791081
dependencies:
9801082
"@babel/types" "^7.25.7"
9811083

1084+
"@babel/parser@^7.25.9", "@babel/parser@^7.26.0":
1085+
version "7.26.1"
1086+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.1.tgz#44e02499960df2cdce2c456372a3e8e0c3c5c975"
1087+
integrity sha512-reoQYNiAJreZNsJzyrDNzFQ+IQ5JFiIzAHJg9bn94S3l+4++J7RsIhNMoB+lgP/9tpmiAQqspv+xfdxTSzREOw==
1088+
dependencies:
1089+
"@babel/types" "^7.26.0"
1090+
9821091
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.7":
9831092
version "7.25.7"
9841093
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.25.7.tgz#93969ac50ef4d68b2504b01b758af714e4cbdd64"
@@ -1571,19 +1680,19 @@
15711680
dependencies:
15721681
"@babel/plugin-transform-react-jsx" "^7.25.7"
15731682

1574-
"@babel/plugin-transform-react-jsx-self@^7.24.7":
1575-
version "7.25.7"
1576-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.25.7.tgz#3d11df143131fd8f5486a1f7d3839890f88f8c85"
1577-
integrity sha512-JD9MUnLbPL0WdVK8AWC7F7tTG2OS6u/AKKnsK+NdRhUiVdnzyR1S3kKQCaRLOiaULvUiqK6Z4JQE635VgtCFeg==
1683+
"@babel/plugin-transform-react-jsx-self@^7.24.5":
1684+
version "7.25.9"
1685+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.25.9.tgz#c0b6cae9c1b73967f7f9eb2fca9536ba2fad2858"
1686+
integrity sha512-y8quW6p0WHkEhmErnfe58r7x0A70uKphQm8Sp8cV7tjNQwK56sNVK0M73LK3WuYmsuyrftut4xAkjjgU0twaMg==
15781687
dependencies:
1579-
"@babel/helper-plugin-utils" "^7.25.7"
1688+
"@babel/helper-plugin-utils" "^7.25.9"
15801689

1581-
"@babel/plugin-transform-react-jsx-source@^7.24.7":
1582-
version "7.25.7"
1583-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.25.7.tgz#a0d8372310d5ea5b0447dfa03a8485f960eff7be"
1584-
integrity sha512-S/JXG/KrbIY06iyJPKfxr0qRxnhNOdkNXYBl/rmwgDd72cQLH9tEGkDm/yJPGvcSIUoikzfjMios9i+xT/uv9w==
1690+
"@babel/plugin-transform-react-jsx-source@^7.24.1":
1691+
version "7.25.9"
1692+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.25.9.tgz#4c6b8daa520b5f155b5fb55547d7c9fa91417503"
1693+
integrity sha512-+iqjT8xmXhhYv4/uiYd8FNQsraMFZIfxVSqxxVSZP0WbbSAWvBXAul0m/zu+7Vv4O/3WtApy9pmaTMiumEZgfg==
15851694
dependencies:
1586-
"@babel/helper-plugin-utils" "^7.25.7"
1695+
"@babel/helper-plugin-utils" "^7.25.9"
15871696

15881697
"@babel/plugin-transform-react-jsx@^7.14.9", "@babel/plugin-transform-react-jsx@^7.25.7":
15891698
version "7.25.7"
@@ -1853,6 +1962,15 @@
18531962
"@babel/parser" "^7.25.7"
18541963
"@babel/types" "^7.25.7"
18551964

1965+
"@babel/template@^7.25.9":
1966+
version "7.25.9"
1967+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.25.9.tgz#ecb62d81a8a6f5dc5fe8abfc3901fc52ddf15016"
1968+
integrity sha512-9DGttpmPvIxBb/2uwpVo3dqJ+O6RooAFOS+lB+xDqoE2PVCE8nfoHMdZLpfCQRLwvohzXISPZcgxt80xLfsuwg==
1969+
dependencies:
1970+
"@babel/code-frame" "^7.25.9"
1971+
"@babel/parser" "^7.25.9"
1972+
"@babel/types" "^7.25.9"
1973+
18561974
"@babel/traverse@^7.23.9", "@babel/traverse@^7.25.7":
18571975
version "7.25.7"
18581976
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.25.7.tgz#83e367619be1cab8e4f2892ef30ba04c26a40fa8"
@@ -1866,6 +1984,19 @@
18661984
debug "^4.3.1"
18671985
globals "^11.1.0"
18681986

1987+
"@babel/traverse@^7.25.9":
1988+
version "7.25.9"
1989+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.25.9.tgz#a50f8fe49e7f69f53de5bea7e413cd35c5e13c84"
1990+
integrity sha512-ZCuvfwOwlz/bawvAuvcj8rrithP2/N55Tzz342AkTvq4qaWbGfmCk/tKhNaV2cthijKrPAA8SRJV5WWe7IBMJw==
1991+
dependencies:
1992+
"@babel/code-frame" "^7.25.9"
1993+
"@babel/generator" "^7.25.9"
1994+
"@babel/parser" "^7.25.9"
1995+
"@babel/template" "^7.25.9"
1996+
"@babel/types" "^7.25.9"
1997+
debug "^4.3.1"
1998+
globals "^11.1.0"
1999+
18692000
"@babel/types@^7.0.0", "@babel/types@^7.20.7", "@babel/types@^7.23.9", "@babel/types@^7.25.7", "@babel/types@^7.4.4":
18702001
version "7.25.7"
18712002
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.25.7.tgz#1b7725c1d3a59f328cb700ce704c46371e6eef9b"
@@ -1875,6 +2006,14 @@
18752006
"@babel/helper-validator-identifier" "^7.25.7"
18762007
to-fast-properties "^2.0.0"
18772008

2009+
"@babel/types@^7.25.9", "@babel/types@^7.26.0":
2010+
version "7.26.0"
2011+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.0.tgz#deabd08d6b753bc8e0f198f8709fb575e31774ff"
2012+
integrity sha512-Z/yiTPj+lDVnF7lWeKCIJzaIkI0vYO87dMpZ4bg4TDrFe4XXLFWL1TbXU27gBP3QccxV9mZICCrnjnYlJjXHOA==
2013+
dependencies:
2014+
"@babel/helper-string-parser" "^7.25.9"
2015+
"@babel/helper-validator-identifier" "^7.25.9"
2016+
18782017
18792018
version "1.5.0"
18802019
resolved "https://registry.yarnpkg.com/@colors/colors/-/colors-1.5.0.tgz#bb504579c1cae923e6576a4f5da43d25f97bdbd9"
@@ -4298,13 +4437,13 @@
42984437
integrity sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==
42994438

43004439
"@vitejs/plugin-react@^4.0.2":
4301-
version "4.3.2"
4302-
resolved "https://registry.yarnpkg.com/@vitejs/plugin-react/-/plugin-react-4.3.2.tgz#1e13f666fe3135b477220d3c13b783704636b6e4"
4303-
integrity sha512-hieu+o05v4glEBucTcKMK3dlES0OeJlD9YVOAPraVMOInBCwzumaIFiUjr4bHK7NPgnAHgiskUoceKercrN8vg==
4440+
version "4.3.1"
4441+
resolved "https://registry.yarnpkg.com/@vitejs/plugin-react/-/plugin-react-4.3.1.tgz#d0be6594051ded8957df555ff07a991fb618b48e"
4442+
integrity sha512-m/V2syj5CuVnaxcUJOQRel/Wr31FFXRFlnOoq1TVtkCxsY5veGMTEmpWHndrhB2U8ScHtCQB1e+4hWYExQc6Lg==
43044443
dependencies:
4305-
"@babel/core" "^7.25.2"
4306-
"@babel/plugin-transform-react-jsx-self" "^7.24.7"
4307-
"@babel/plugin-transform-react-jsx-source" "^7.24.7"
4444+
"@babel/core" "^7.24.5"
4445+
"@babel/plugin-transform-react-jsx-self" "^7.24.5"
4446+
"@babel/plugin-transform-react-jsx-source" "^7.24.1"
43084447
"@types/babel__core" "^7.20.5"
43094448
react-refresh "^0.14.2"
43104449

0 commit comments

Comments
 (0)