Skip to content

Commit 2cc0b68

Browse files
feat(deps): bump @babel/plugin-transform-runtime from 7.11.0 to 7.12.1
Bumps [@babel/plugin-transform-runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-runtime) from 7.11.0 to 7.12.1. - [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.1/packages/babel-plugin-transform-runtime) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 80baad6 commit 2cc0b68

File tree

2 files changed

+20
-11
lines changed

2 files changed

+20
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"@babel/core": "^7.11.6",
5656
"@babel/plugin-proposal-class-properties": "^7.8.3",
5757
"@babel/plugin-transform-modules-commonjs": "^7.8.3",
58-
"@babel/plugin-transform-runtime": "^7.11.0",
58+
"@babel/plugin-transform-runtime": "^7.12.1",
5959
"@babel/preset-env": "^7.11.5",
6060
"@babel/preset-flow": "^7.8.3",
6161
"@babel/preset-react": "^7.8.3",

yarn.lock

Lines changed: 19 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -176,12 +176,12 @@
176176
dependencies:
177177
"@babel/types" "^7.11.0"
178178

179-
"@babel/helper-module-imports@^7.0.0", "@babel/helper-module-imports@^7.10.4":
180-
version "7.10.4"
181-
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.10.4.tgz#4c5c54be04bd31670a7382797d75b9fa2e5b5620"
182-
integrity sha512-nEQJHqYavI217oD9+s5MUBzk6x1IlvoS9WTPfgG43CbMEeStE0v+r+TucWdx8KFGowPGvyOkDT9+7DHedIDnVw==
179+
"@babel/helper-module-imports@^7.0.0", "@babel/helper-module-imports@^7.10.4", "@babel/helper-module-imports@^7.12.1":
180+
version "7.12.1"
181+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.12.1.tgz#1644c01591a15a2f084dd6d092d9430eb1d1216c"
182+
integrity sha512-ZeC1TlMSvikvJNy1v/wPIazCu3NdOwgYZLIkmIyAsGhqkNpiDoQQRmaCK8YP4Pq3GPTLPV9WXaPCJKvx06JxKA==
183183
dependencies:
184-
"@babel/types" "^7.10.4"
184+
"@babel/types" "^7.12.1"
185185

186186
"@babel/helper-module-transforms@^7.10.4", "@babel/helper-module-transforms@^7.11.0":
187187
version "7.11.0"
@@ -779,12 +779,12 @@
779779
dependencies:
780780
"@babel/helper-plugin-utils" "^7.10.4"
781781

782-
"@babel/plugin-transform-runtime@^7.11.0":
783-
version "7.11.0"
784-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.11.0.tgz#e27f78eb36f19448636e05c33c90fd9ad9b8bccf"
785-
integrity sha512-LFEsP+t3wkYBlis8w6/kmnd6Kb1dxTd+wGJ8MlxTGzQo//ehtqlVL4S9DNUa53+dtPSQobN2CXx4d81FqC58cw==
782+
"@babel/plugin-transform-runtime@^7.12.1":
783+
version "7.12.1"
784+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.12.1.tgz#04b792057eb460389ff6a4198e377614ea1e7ba5"
785+
integrity sha512-Ac/H6G9FEIkS2tXsZjL4RAdS3L3WHxci0usAnz7laPWUmFiGtj7tIASChqKZMHTSQTQY6xDbOq+V1/vIq3QrWg==
786786
dependencies:
787-
"@babel/helper-module-imports" "^7.10.4"
787+
"@babel/helper-module-imports" "^7.12.1"
788788
"@babel/helper-plugin-utils" "^7.10.4"
789789
resolve "^1.8.1"
790790
semver "^5.5.1"
@@ -996,6 +996,15 @@
996996
lodash "^4.17.19"
997997
to-fast-properties "^2.0.0"
998998

999+
"@babel/types@^7.12.1":
1000+
version "7.12.1"
1001+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.1.tgz#e109d9ab99a8de735be287ee3d6a9947a190c4ae"
1002+
integrity sha512-BzSY3NJBKM4kyatSOWh3D/JJ2O3CVzBybHWxtgxnggaxEuaSTTDqeiSb/xk9lrkw2Tbqyivw5ZU4rT+EfznQsA==
1003+
dependencies:
1004+
"@babel/helper-validator-identifier" "^7.10.4"
1005+
lodash "^4.17.19"
1006+
to-fast-properties "^2.0.0"
1007+
9991008
"@bcoe/v8-coverage@^0.2.3":
10001009
version "0.2.3"
10011010
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"

0 commit comments

Comments
 (0)