Skip to content

Commit c005fd4

Browse files
Bump @babel/plugin-transform-react-jsx from 7.9.4 to 7.10.1 (OctoLinker#940)
1 parent f6f5784 commit c005fd4

File tree

2 files changed

+41
-27
lines changed

2 files changed

+41
-27
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"devDependencies": {
2525
"@babel/core": "^7.9.6",
2626
"@babel/plugin-proposal-object-rest-spread": "^7.10.1",
27-
"@babel/plugin-transform-react-jsx": "^7.3.0",
27+
"@babel/plugin-transform-react-jsx": "^7.10.1",
2828
"@babel/plugin-transform-runtime": "^7.9.6",
2929
"@babel/preset-env": "^7.9.6",
3030
"async": "^3.0.1",

yarn.lock

Lines changed: 40 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,13 @@
5050
lodash "^4.17.13"
5151
source-map "^0.5.0"
5252

53+
"@babel/helper-annotate-as-pure@^7.10.1":
54+
version "7.10.1"
55+
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.10.1.tgz#f6d08acc6f70bbd59b436262553fb2e259a1a268"
56+
integrity sha512-ewp3rvJEwLaHgyWGe4wQssC2vjks3E80WiUe2BpMb0KhreTjMROCbxXcEovTrbeGVdQct5VjQfrv9EgC+xMzCw==
57+
dependencies:
58+
"@babel/types" "^7.10.1"
59+
5360
"@babel/helper-annotate-as-pure@^7.8.3":
5461
version "7.8.3"
5562
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.8.3.tgz#60bc0bc657f63a0924ff9a4b4a0b24a13cf4deee"
@@ -65,22 +72,22 @@
6572
"@babel/helper-explode-assignable-expression" "^7.8.3"
6673
"@babel/types" "^7.8.3"
6774

68-
"@babel/helper-builder-react-jsx-experimental@^7.9.0":
69-
version "7.9.0"
70-
resolved "https://registry.yarnpkg.com/@babel/helper-builder-react-jsx-experimental/-/helper-builder-react-jsx-experimental-7.9.0.tgz#066d80262ade488f9c1b1823ce5db88a4cedaa43"
71-
integrity sha512-3xJEiyuYU4Q/Ar9BsHisgdxZsRlsShMe90URZ0e6przL26CCs8NJbDoxH94kKT17PcxlMhsCAwZd90evCo26VQ==
75+
"@babel/helper-builder-react-jsx-experimental@^7.10.1":
76+
version "7.10.1"
77+
resolved "https://registry.yarnpkg.com/@babel/helper-builder-react-jsx-experimental/-/helper-builder-react-jsx-experimental-7.10.1.tgz#9a7d58ad184d3ac3bafb1a452cec2bad7e4a0bc8"
78+
integrity sha512-irQJ8kpQUV3JasXPSFQ+LCCtJSc5ceZrPFVj6TElR6XCHssi3jV8ch3odIrNtjJFRZZVbrOEfJMI79TPU/h1pQ==
7279
dependencies:
73-
"@babel/helper-annotate-as-pure" "^7.8.3"
74-
"@babel/helper-module-imports" "^7.8.3"
75-
"@babel/types" "^7.9.0"
80+
"@babel/helper-annotate-as-pure" "^7.10.1"
81+
"@babel/helper-module-imports" "^7.10.1"
82+
"@babel/types" "^7.10.1"
7683

77-
"@babel/helper-builder-react-jsx@^7.9.0":
78-
version "7.9.0"
79-
resolved "https://registry.yarnpkg.com/@babel/helper-builder-react-jsx/-/helper-builder-react-jsx-7.9.0.tgz#16bf391990b57732700a3278d4d9a81231ea8d32"
80-
integrity sha512-weiIo4gaoGgnhff54GQ3P5wsUQmnSwpkvU0r6ZHq6TzoSzKy4JxHEgnxNytaKbov2a9z/CVNyzliuCOUPEX3Jw==
84+
"@babel/helper-builder-react-jsx@^7.10.1":
85+
version "7.10.1"
86+
resolved "https://registry.yarnpkg.com/@babel/helper-builder-react-jsx/-/helper-builder-react-jsx-7.10.1.tgz#a327f0cf983af5554701b1215de54a019f09b532"
87+
integrity sha512-KXzzpyWhXgzjXIlJU1ZjIXzUPdej1suE6vzqgImZ/cpAsR/CC8gUcX4EWRmDfWz/cs6HOCPMBIJ3nKoXt3BFuw==
8188
dependencies:
82-
"@babel/helper-annotate-as-pure" "^7.8.3"
83-
"@babel/types" "^7.9.0"
89+
"@babel/helper-annotate-as-pure" "^7.10.1"
90+
"@babel/types" "^7.10.1"
8491

8592
"@babel/helper-compilation-targets@^7.9.6":
8693
version "7.9.6"
@@ -165,6 +172,13 @@
165172
dependencies:
166173
"@babel/types" "^7.8.3"
167174

175+
"@babel/helper-module-imports@^7.10.1":
176+
version "7.10.1"
177+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.10.1.tgz#dd331bd45bccc566ce77004e9d05fe17add13876"
178+
integrity sha512-SFxgwYmZ3HZPyZwJRiVNLRHWuW2OgE5k2nrVs6D9Iv4PPnXVffuEHy83Sfx/l4SqF+5kyJXjAyUmrG7tNm+qVg==
179+
dependencies:
180+
"@babel/types" "^7.10.1"
181+
168182
"@babel/helper-module-imports@^7.8.3":
169183
version "7.8.3"
170184
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.8.3.tgz#7fe39589b39c016331b6b8c3f441e8f0b1419498"
@@ -397,12 +411,12 @@
397411
dependencies:
398412
"@babel/helper-plugin-utils" "^7.8.0"
399413

400-
"@babel/plugin-syntax-jsx@^7.8.3":
401-
version "7.8.3"
402-
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.8.3.tgz#521b06c83c40480f1e58b4fd33b92eceb1d6ea94"
403-
integrity sha512-WxdW9xyLgBdefoo0Ynn3MRSkhe5tFVxxKNVdnZSh318WrG2e2jH+E9wd/++JsqcLJZPfz87njQJ8j2Upjm0M0A==
414+
"@babel/plugin-syntax-jsx@^7.10.1":
415+
version "7.10.1"
416+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.10.1.tgz#0ae371134a42b91d5418feb3c8c8d43e1565d2da"
417+
integrity sha512-+OxyOArpVFXQeXKLO9o+r2I4dIoVoy6+Uu0vKELrlweDM3QJADZj+Z+5ERansZqIZBcLj42vHnDI8Rz9BnRIuQ==
404418
dependencies:
405-
"@babel/helper-plugin-utils" "^7.8.3"
419+
"@babel/helper-plugin-utils" "^7.10.1"
406420

407421
"@babel/plugin-syntax-logical-assignment-operators@^7.8.3":
408422
version "7.8.3"
@@ -638,15 +652,15 @@
638652
dependencies:
639653
"@babel/helper-plugin-utils" "^7.8.3"
640654

641-
"@babel/plugin-transform-react-jsx@^7.3.0":
642-
version "7.9.4"
643-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.9.4.tgz#86f576c8540bd06d0e95e0b61ea76d55f6cbd03f"
644-
integrity sha512-Mjqf3pZBNLt854CK0C/kRuXAnE6H/bo7xYojP+WGtX8glDGSibcwnsWwhwoSuRg0+EBnxPC1ouVnuetUIlPSAw==
655+
"@babel/plugin-transform-react-jsx@^7.10.1":
656+
version "7.10.1"
657+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.10.1.tgz#91f544248ba131486decb5d9806da6a6e19a2896"
658+
integrity sha512-MBVworWiSRBap3Vs39eHt+6pJuLUAaK4oxGc8g+wY+vuSJvLiEQjW1LSTqKb8OUPtDvHCkdPhk7d6sjC19xyFw==
645659
dependencies:
646-
"@babel/helper-builder-react-jsx" "^7.9.0"
647-
"@babel/helper-builder-react-jsx-experimental" "^7.9.0"
648-
"@babel/helper-plugin-utils" "^7.8.3"
649-
"@babel/plugin-syntax-jsx" "^7.8.3"
660+
"@babel/helper-builder-react-jsx" "^7.10.1"
661+
"@babel/helper-builder-react-jsx-experimental" "^7.10.1"
662+
"@babel/helper-plugin-utils" "^7.10.1"
663+
"@babel/plugin-syntax-jsx" "^7.10.1"
650664

651665
"@babel/plugin-transform-regenerator@^7.8.7":
652666
version "7.8.7"

0 commit comments

Comments
 (0)