Skip to content

Commit 16bccab

Browse files
Bump @babel/plugin-transform-react-jsx from 7.12.12 to 7.12.13 (OctoLinker#1202)
1 parent 5fc6b8d commit 16bccab

File tree

2 files changed

+17
-24
lines changed

2 files changed

+17
-24
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"devDependencies": {
2828
"@babel/core": "^7.12.13",
2929
"@babel/plugin-proposal-object-rest-spread": "^7.11.0",
30-
"@babel/plugin-transform-react-jsx": "^7.12.12",
30+
"@babel/plugin-transform-react-jsx": "^7.12.13",
3131
"@babel/plugin-transform-runtime": "^7.12.15",
3232
"@babel/preset-env": "^7.12.13",
3333
"async": "^3.0.1",

yarn.lock

Lines changed: 16 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,6 @@
4444
jsesc "^2.5.1"
4545
source-map "^0.5.0"
4646

47-
"@babel/helper-annotate-as-pure@^7.12.10":
48-
version "7.12.10"
49-
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.12.10.tgz#54ab9b000e60a93644ce17b3f37d313aaf1d115d"
50-
integrity sha512-XplmVbC1n+KY6jL8/fgLVXXUauDIB+lD5+GsQEh6F6GBF1dq1qy4DP4yXWzDKcoqXB3X58t61e85Fitoww4JVQ==
51-
dependencies:
52-
"@babel/types" "^7.12.10"
53-
5447
"@babel/helper-annotate-as-pure@^7.12.13":
5548
version "7.12.13"
5649
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.12.13.tgz#0f58e86dfc4bb3b1fcd7db806570e177d439b6ab"
@@ -132,7 +125,7 @@
132125
dependencies:
133126
"@babel/types" "^7.12.13"
134127

135-
"@babel/helper-module-imports@^7.12.13", "@babel/helper-module-imports@^7.12.5":
128+
"@babel/helper-module-imports@^7.12.13":
136129
version "7.12.13"
137130
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.12.13.tgz#ec67e4404f41750463e455cc3203f6a32e93fcb0"
138131
integrity sha512-NGmfvRp9Rqxy0uHSSVP+SRIW1q31a7Ji10cLBcqSDUngGentY4FRiHOFZFE1CLU5eiL0oE8reH7Tg1y99TDM/g==
@@ -405,12 +398,12 @@
405398
dependencies:
406399
"@babel/helper-plugin-utils" "^7.8.0"
407400

408-
"@babel/plugin-syntax-jsx@^7.12.1":
409-
version "7.12.1"
410-
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.12.1.tgz#9d9d357cc818aa7ae7935917c1257f67677a0926"
411-
integrity sha512-1yRi7yAtB0ETgxdY9ti/p2TivUxJkTdhu/ZbF9MshVGqOx1TdB3b7xCXs49Fupgg50N45KcAsRP/ZqWjs9SRjg==
401+
"@babel/plugin-syntax-jsx@^7.12.13":
402+
version "7.12.13"
403+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.12.13.tgz#044fb81ebad6698fe62c478875575bcbb9b70f15"
404+
integrity sha512-d4HM23Q1K7oq/SLNmG6mRt85l2csmQ0cHRaxRXjKW0YFdEXqlZ5kzFQKH5Uc3rDJECgu+yCRgPkG04Mm98R/1g==
412405
dependencies:
413-
"@babel/helper-plugin-utils" "^7.10.4"
406+
"@babel/helper-plugin-utils" "^7.12.13"
414407

415408
"@babel/plugin-syntax-logical-assignment-operators@^7.10.4", "@babel/plugin-syntax-logical-assignment-operators@^7.8.3":
416409
version "7.10.4"
@@ -644,16 +637,16 @@
644637
dependencies:
645638
"@babel/helper-plugin-utils" "^7.12.13"
646639

647-
"@babel/plugin-transform-react-jsx@^7.12.12":
648-
version "7.12.12"
649-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.12.12.tgz#b0da51ffe5f34b9a900e9f1f5fb814f9e512d25e"
650-
integrity sha512-JDWGuzGNWscYcq8oJVCtSE61a5+XAOos+V0HrxnDieUus4UMnBEosDnY1VJqU5iZ4pA04QY7l0+JvHL1hZEfsw==
640+
"@babel/plugin-transform-react-jsx@^7.12.13":
641+
version "7.12.13"
642+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.12.13.tgz#6c9f993b9f6fb6f0e32a4821ed59349748576a3e"
643+
integrity sha512-hhXZMYR8t9RvduN2uW4sjl6MRtUhzNE726JvoJhpjhxKgRUVkZqTsA0xc49ALZxQM7H26pZ/lLvB2Yrea9dllA==
651644
dependencies:
652-
"@babel/helper-annotate-as-pure" "^7.12.10"
653-
"@babel/helper-module-imports" "^7.12.5"
654-
"@babel/helper-plugin-utils" "^7.10.4"
655-
"@babel/plugin-syntax-jsx" "^7.12.1"
656-
"@babel/types" "^7.12.12"
645+
"@babel/helper-annotate-as-pure" "^7.12.13"
646+
"@babel/helper-module-imports" "^7.12.13"
647+
"@babel/helper-plugin-utils" "^7.12.13"
648+
"@babel/plugin-syntax-jsx" "^7.12.13"
649+
"@babel/types" "^7.12.13"
657650

658651
"@babel/plugin-transform-regenerator@^7.12.13":
659652
version "7.12.13"
@@ -859,7 +852,7 @@
859852
globals "^11.1.0"
860853
lodash "^4.17.19"
861854

862-
"@babel/types@^7.0.0", "@babel/types@^7.12.1", "@babel/types@^7.12.10", "@babel/types@^7.12.12", "@babel/types@^7.12.13", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.7.0":
855+
"@babel/types@^7.0.0", "@babel/types@^7.12.1", "@babel/types@^7.12.13", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.7.0":
863856
version "7.12.13"
864857
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.13.tgz#8be1aa8f2c876da11a9cf650c0ecf656913ad611"
865858
integrity sha512-oKrdZTld2im1z8bDwTOQvUbxKwE+854zc16qWZQlcTqMN00pWxHQ4ZeOq0yDMnisOpRykH2/5Qqcrk/OlbAjiQ==

0 commit comments

Comments
 (0)