Skip to content

Commit eb9d408

Browse files
Bump @babel/preset-react from 7.12.7 to 7.12.10 (#208)
Bumps [@babel/preset-react](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-react) from 7.12.7 to 7.12.10. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.12.10/packages/babel-preset-react) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 21d27b5 commit eb9d408

File tree

1 file changed

+34
-25
lines changed

1 file changed

+34
-25
lines changed

yarn.lock

Lines changed: 34 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,13 @@
6969
dependencies:
7070
"@babel/types" "^7.10.4"
7171

72+
"@babel/helper-annotate-as-pure@^7.12.10":
73+
version "7.12.10"
74+
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.12.10.tgz#54ab9b000e60a93644ce17b3f37d313aaf1d115d"
75+
integrity sha512-XplmVbC1n+KY6jL8/fgLVXXUauDIB+lD5+GsQEh6F6GBF1dq1qy4DP4yXWzDKcoqXB3X58t61e85Fitoww4JVQ==
76+
dependencies:
77+
"@babel/types" "^7.12.10"
78+
7279
"@babel/helper-builder-binary-assignment-operator-visitor@^7.10.4":
7380
version "7.10.4"
7481
resolved "https://registry.yarnpkg.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.10.4.tgz#bb0b75f31bf98cbf9ff143c1ae578b87274ae1a3"
@@ -77,6 +84,15 @@
7784
"@babel/helper-explode-assignable-expression" "^7.10.4"
7885
"@babel/types" "^7.10.4"
7986

87+
"@babel/helper-builder-react-jsx-experimental@^7.12.10":
88+
version "7.12.10"
89+
resolved "https://registry.yarnpkg.com/@babel/helper-builder-react-jsx-experimental/-/helper-builder-react-jsx-experimental-7.12.10.tgz#a58cb96a793dc0fcd5c9ed3bb36d62fdc60534c2"
90+
integrity sha512-3Kcr2LGpL7CTRDTTYm1bzeor9qZbxbvU2AxsLA6mUG9gYarSfIKMK0UlU+azLWI+s0+BH768bwyaziWB2NOJlQ==
91+
dependencies:
92+
"@babel/helper-annotate-as-pure" "^7.12.10"
93+
"@babel/helper-module-imports" "^7.12.5"
94+
"@babel/types" "^7.12.10"
95+
8096
"@babel/helper-builder-react-jsx-experimental@^7.12.4":
8197
version "7.12.4"
8298
resolved "https://registry.yarnpkg.com/@babel/helper-builder-react-jsx-experimental/-/helper-builder-react-jsx-experimental-7.12.4.tgz#55fc1ead5242caa0ca2875dcb8eed6d311e50f48"
@@ -707,27 +723,13 @@
707723
"@babel/helper-plugin-utils" "^7.10.4"
708724
"@babel/plugin-syntax-jsx" "^7.12.1"
709725

710-
"@babel/plugin-transform-react-jsx-self@^7.12.1":
711-
version "7.12.1"
712-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.12.1.tgz#ef43cbca2a14f1bd17807dbe4376ff89d714cf28"
713-
integrity sha512-FbpL0ieNWiiBB5tCldX17EtXgmzeEZjFrix72rQYeq9X6nUK38HCaxexzVQrZWXanxKJPKVVIU37gFjEQYkPkA==
714-
dependencies:
715-
"@babel/helper-plugin-utils" "^7.10.4"
716-
717-
"@babel/plugin-transform-react-jsx-source@^7.12.1":
718-
version "7.12.1"
719-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.12.1.tgz#d07de6863f468da0809edcf79a1aa8ce2a82a26b"
720-
integrity sha512-keQ5kBfjJNRc6zZN1/nVHCd6LLIHq4aUKcVnvE/2l+ZZROSbqoiGFRtT5t3Is89XJxBQaP7NLZX2jgGHdZvvFQ==
721-
dependencies:
722-
"@babel/helper-plugin-utils" "^7.10.4"
723-
724-
"@babel/plugin-transform-react-jsx@^7.12.7":
725-
version "7.12.7"
726-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.12.7.tgz#8b14d45f6eccd41b7f924bcb65c021e9f0a06f7f"
727-
integrity sha512-YFlTi6MEsclFAPIDNZYiCRbneg1MFGao9pPG9uD5htwE0vDbPaMUMeYd6itWjw7K4kro4UbdQf3ljmFl9y48dQ==
726+
"@babel/plugin-transform-react-jsx@^7.12.10":
727+
version "7.12.10"
728+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.12.10.tgz#a7af3097c73479123594c8c8fe39545abebd44e3"
729+
integrity sha512-MM7/BC8QdHXM7Qc1wdnuk73R4gbuOpfrSUgfV/nODGc86sPY1tgmY2M9E9uAnf2e4DOIp8aKGWqgZfQxnTNGuw==
728730
dependencies:
729731
"@babel/helper-builder-react-jsx" "^7.10.4"
730-
"@babel/helper-builder-react-jsx-experimental" "^7.12.4"
732+
"@babel/helper-builder-react-jsx-experimental" "^7.12.10"
731733
"@babel/helper-plugin-utils" "^7.10.4"
732734
"@babel/plugin-syntax-jsx" "^7.12.1"
733735

@@ -897,16 +899,14 @@
897899
esutils "^2.0.2"
898900

899901
"@babel/preset-react@^7.0.0-beta.35":
900-
version "7.12.7"
901-
resolved "https://registry.yarnpkg.com/@babel/preset-react/-/preset-react-7.12.7.tgz#36d61d83223b07b6ac4ec55cf016abb0f70be83b"
902-
integrity sha512-wKeTdnGUP5AEYCYQIMeXMMwU7j+2opxrG0WzuZfxuuW9nhKvvALBjl67653CWamZJVefuJGI219G591RSldrqQ==
902+
version "7.12.10"
903+
resolved "https://registry.yarnpkg.com/@babel/preset-react/-/preset-react-7.12.10.tgz#4fed65f296cbb0f5fb09de6be8cddc85cc909be9"
904+
integrity sha512-vtQNjaHRl4DUpp+t+g4wvTHsLQuye+n0H/wsXIZRn69oz/fvNC7gQ4IK73zGJBaxvHoxElDvnYCthMcT7uzFoQ==
903905
dependencies:
904906
"@babel/helper-plugin-utils" "^7.10.4"
905907
"@babel/plugin-transform-react-display-name" "^7.12.1"
906-
"@babel/plugin-transform-react-jsx" "^7.12.7"
908+
"@babel/plugin-transform-react-jsx" "^7.12.10"
907909
"@babel/plugin-transform-react-jsx-development" "^7.12.7"
908-
"@babel/plugin-transform-react-jsx-self" "^7.12.1"
909-
"@babel/plugin-transform-react-jsx-source" "^7.12.1"
910910
"@babel/plugin-transform-react-pure-annotations" "^7.12.1"
911911

912912
"@babel/runtime-corejs3@^7.10.2":
@@ -957,6 +957,15 @@
957957
lodash "^4.17.19"
958958
to-fast-properties "^2.0.0"
959959

960+
"@babel/types@^7.12.10":
961+
version "7.12.10"
962+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.10.tgz#7965e4a7260b26f09c56bcfcb0498af1f6d9b260"
963+
integrity sha512-sf6wboJV5mGyip2hIpDSKsr80RszPinEFjsHTalMxZAZkoQ2/2yQzxlcFN52SJqsyPfLtPmenL4g2KB3KJXPDw==
964+
dependencies:
965+
"@babel/helper-validator-identifier" "^7.10.4"
966+
lodash "^4.17.19"
967+
to-fast-properties "^2.0.0"
968+
960969
"@bcoe/v8-coverage@^0.2.3":
961970
version "0.2.3"
962971
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"

0 commit comments

Comments
 (0)