Skip to content

Commit 54d0d42

Browse files
committed
upgrade @babel/plugin-transform-react-jsx-source
1 parent 6c8eb90 commit 54d0d42

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
"@babel/plugin-proposal-throw-expressions": "^7.2.0",
130130
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
131131
"@babel/plugin-syntax-import-meta": "^7.2.0",
132-
"@babel/plugin-transform-react-jsx-source": "^7.0.0",
132+
"@babel/plugin-transform-react-jsx-source": "^7.2.0",
133133
"@babel/plugin-transform-runtime": "^7.4.3",
134134
"@babel/preset-env": "^7.4.3",
135135
"@babel/preset-react": "^7.0.0",

yarn.lock

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -525,6 +525,13 @@
525525
dependencies:
526526
"@babel/helper-plugin-utils" "^7.0.0"
527527

528+
"@babel/plugin-syntax-jsx@^7.2.0":
529+
version "7.2.0"
530+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.2.0.tgz#0b85a3b4bc7cdf4cc4b8bf236335b907ca22e7c7"
531+
integrity sha512-VyN4QANJkRW6lDBmENzRszvZf3/4AXaj9YR7GwrWeeN9tEBPuXbmDYVU9bYBN0D70zCWVwUy0HWq2553VCb6Hw==
532+
dependencies:
533+
"@babel/helper-plugin-utils" "^7.0.0"
534+
528535
"@babel/plugin-syntax-logical-assignment-operators@^7.2.0":
529536
version "7.2.0"
530537
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.2.0.tgz#fcab7388530e96c6f277ce494c55caa6c141fcfb"
@@ -787,6 +794,14 @@
787794
"@babel/helper-plugin-utils" "^7.0.0"
788795
"@babel/plugin-syntax-jsx" "^7.0.0"
789796

797+
"@babel/plugin-transform-react-jsx-source@^7.2.0":
798+
version "7.2.0"
799+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.2.0.tgz#20c8c60f0140f5dd3cd63418d452801cf3f7180f"
800+
integrity sha512-A32OkKTp4i5U6aE88GwwcuV4HAprUgHcTq0sSafLxjr6AW0QahrCRCjxogkbbcdtpbXkuTOlgpjophCxb6sh5g==
801+
dependencies:
802+
"@babel/helper-plugin-utils" "^7.0.0"
803+
"@babel/plugin-syntax-jsx" "^7.2.0"
804+
790805
"@babel/plugin-transform-react-jsx@^7.0.0":
791806
version "7.0.0"
792807
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.0.0.tgz#524379e4eca5363cd10c4446ba163f093da75f3e"

0 commit comments

Comments
 (0)