Skip to content

Commit 6717234

Browse files
committed
Update Babel, lower minimum @babel/runtime version
1 parent 3a38b4e commit 6717234

File tree

2 files changed

+38
-38
lines changed

2 files changed

+38
-38
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@
2929
},
3030
"license": "MIT",
3131
"dependencies": {
32-
"@babel/runtime": "^7.9.6"
32+
"@babel/runtime": "^7.9.0"
3333
},
3434
"devDependencies": {
35-
"@babel/cli": "^7.8.0",
35+
"@babel/cli": "^7.9.0",
3636
"@babel/core": "^7.9.0",
37-
"@babel/plugin-transform-runtime": "^7.9.6",
37+
"@babel/plugin-transform-runtime": "^7.9.0",
3838
"@babel/preset-env": "^7.9.0",
3939
"cross-env": "^7.0.0",
4040
"eslint": "~7.2.0",

yarn.lock

Lines changed: 35 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
# yarn lockfile v1
33

44

5-
"@babel/cli@^7.8.0":
6-
version "7.8.4"
7-
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.8.4.tgz#505fb053721a98777b2b175323ea4f090b7d3c1c"
8-
integrity sha512-XXLgAm6LBbaNxaGhMAznXXaxtCWfuv6PIDJ9Alsy9JYTOh+j2jJz+L/162kkfU1j/pTSxK1xGmlwI4pdIMkoag==
5+
"@babel/cli@^7.9.0":
6+
version "7.10.5"
7+
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.10.5.tgz#57df2987c8cf89d0fc7d4b157ec59d7619f1b77a"
8+
integrity sha512-j9H9qSf3kLdM0Ao3aGPbGZ73mEA9XazuupcS6cDGWuiyAcANoguhP0r2Lx32H5JGw4sSSoHG3x/mxVnHgvOoyA==
99
dependencies:
1010
commander "^4.0.1"
1111
convert-source-map "^1.1.0"
1212
fs-readdir-recursive "^1.1.0"
1313
glob "^7.0.0"
14-
lodash "^4.17.13"
14+
lodash "^4.17.19"
1515
make-dir "^2.1.0"
1616
slash "^2.0.0"
1717
source-map "^0.5.0"
@@ -148,12 +148,12 @@
148148
dependencies:
149149
"@babel/types" "^7.8.3"
150150

151-
"@babel/helper-module-imports@^7.8.3":
152-
version "7.8.3"
153-
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.8.3.tgz#7fe39589b39c016331b6b8c3f441e8f0b1419498"
154-
integrity sha512-R0Bx3jippsbAEtzkpZ/6FIiuzOURPcMjHp+Z6xPe6DtApDJx+w7UYyOLanZqO8+wKR9G10s/FmHXvxaMd9s6Kg==
151+
"@babel/helper-module-imports@^7.10.4", "@babel/helper-module-imports@^7.8.3":
152+
version "7.10.4"
153+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.10.4.tgz#4c5c54be04bd31670a7382797d75b9fa2e5b5620"
154+
integrity sha512-nEQJHqYavI217oD9+s5MUBzk6x1IlvoS9WTPfgG43CbMEeStE0v+r+TucWdx8KFGowPGvyOkDT9+7DHedIDnVw==
155155
dependencies:
156-
"@babel/types" "^7.8.3"
156+
"@babel/types" "^7.10.4"
157157

158158
"@babel/helper-module-transforms@^7.9.0":
159159
version "7.9.0"
@@ -175,10 +175,10 @@
175175
dependencies:
176176
"@babel/types" "^7.8.3"
177177

178-
"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3":
179-
version "7.8.3"
180-
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.8.3.tgz#9ea293be19babc0f52ff8ca88b34c3611b208670"
181-
integrity sha512-j+fq49Xds2smCUNYmEHF9kGNkhbet6yVIBp4e6oeQpH1RUs/Ir06xUKzDjDkGcaaokPiTNs2JBWHjaE4csUkZQ==
178+
"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3":
179+
version "7.10.4"
180+
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz#2f75a831269d4f677de49986dff59927533cf375"
181+
integrity sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg==
182182

183183
"@babel/helper-regex@^7.8.3":
184184
version "7.8.3"
@@ -223,10 +223,10 @@
223223
dependencies:
224224
"@babel/types" "^7.8.3"
225225

226-
"@babel/helper-validator-identifier@^7.9.0", "@babel/helper-validator-identifier@^7.9.5":
227-
version "7.9.5"
228-
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.9.5.tgz#90977a8e6fbf6b431a7dc31752eee233bf052d80"
229-
integrity sha512-/8arLKUFq882w4tWGj9JYzRpAlZgiWUJ+dtteNTDqrRBz9Iguck9Rn3ykuBDoUwh2TO4tSAJlrxDUOXWklJe4g==
226+
"@babel/helper-validator-identifier@^7.10.4", "@babel/helper-validator-identifier@^7.9.0":
227+
version "7.10.4"
228+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.4.tgz#a78c7a7251e01f616512d31b10adcf52ada5e0d2"
229+
integrity sha512-3U9y+43hz7ZM+rzG24Qe2mufW5KhvFg/NhnNph+i9mgCtdTCtMJuI1TMkrIUiK7Ix4PYlRF9I5dhqaLYA/ADXw==
230230

231231
"@babel/helper-wrap-function@^7.8.3":
232232
version "7.8.3"
@@ -618,13 +618,13 @@
618618
dependencies:
619619
"@babel/helper-plugin-utils" "^7.8.3"
620620

621-
"@babel/plugin-transform-runtime@^7.9.6":
622-
version "7.9.6"
623-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.9.6.tgz#3ba804438ad0d880a17bca5eaa0cdf1edeedb2fd"
624-
integrity sha512-qcmiECD0mYOjOIt8YHNsAP1SxPooC/rDmfmiSK9BNY72EitdSc7l44WTEklaWuFtbOEBjNhWWyph/kOImbNJ4w==
621+
"@babel/plugin-transform-runtime@^7.9.0":
622+
version "7.11.0"
623+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.11.0.tgz#e27f78eb36f19448636e05c33c90fd9ad9b8bccf"
624+
integrity sha512-LFEsP+t3wkYBlis8w6/kmnd6Kb1dxTd+wGJ8MlxTGzQo//ehtqlVL4S9DNUa53+dtPSQobN2CXx4d81FqC58cw==
625625
dependencies:
626-
"@babel/helper-module-imports" "^7.8.3"
627-
"@babel/helper-plugin-utils" "^7.8.3"
626+
"@babel/helper-module-imports" "^7.10.4"
627+
"@babel/helper-plugin-utils" "^7.10.4"
628628
resolve "^1.8.1"
629629
semver "^5.5.1"
630630

@@ -750,10 +750,10 @@
750750
"@babel/types" "^7.4.4"
751751
esutils "^2.0.2"
752752

753-
"@babel/runtime@^7.8.4", "@babel/runtime@^7.9.6":
754-
version "7.9.6"
755-
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.9.6.tgz#a9102eb5cadedf3f31d08a9ecf294af7827ea29f"
756-
integrity sha512-64AF1xY3OAkFHqOb9s4jpgk1Mm5vDZ4L3acHvAml+53nO1XbXLuDodsVpO4OIUsmemlUHMxNdYMNJmsvOwLrvQ==
753+
"@babel/runtime@^7.8.4", "@babel/runtime@^7.9.0":
754+
version "7.11.2"
755+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.11.2.tgz#f549c13c754cc40b87644b9fa9f09a6a95fe0736"
756+
integrity sha512-TeWkU52so0mPtDcaCTxNBI/IHiz0pZgr8VEFqXFtZWpYD08ZB6FaSwVAS8MKRQAP3bYKiVjwysOJgMFY28o6Tw==
757757
dependencies:
758758
regenerator-runtime "^0.13.4"
759759

@@ -781,13 +781,13 @@
781781
globals "^11.1.0"
782782
lodash "^4.17.13"
783783

784-
"@babel/types@^7.0.0", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.8.3", "@babel/types@^7.8.6", "@babel/types@^7.9.0", "@babel/types@^7.9.5", "@babel/types@^7.9.6":
785-
version "7.9.6"
786-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.9.6.tgz#2c5502b427251e9de1bd2dff95add646d95cc9f7"
787-
integrity sha512-qxXzvBO//jO9ZnoasKF1uJzHd2+M6Q2ZPIVfnFps8JJvXy0ZBbwbNOmE6SGIY5XOY6d1Bo5lb9d9RJ8nv3WSeA==
784+
"@babel/types@^7.0.0", "@babel/types@^7.10.4", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.8.3", "@babel/types@^7.8.6", "@babel/types@^7.9.0", "@babel/types@^7.9.5", "@babel/types@^7.9.6":
785+
version "7.11.0"
786+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.11.0.tgz#2ae6bf1ba9ae8c3c43824e5861269871b206e90d"
787+
integrity sha512-O53yME4ZZI0jO1EVGtF1ePGl0LHirG4P1ibcD80XyzZcKhcMFeCXmh4Xb1ifGBIV233Qg12x4rBfQgA+tmOukA==
788788
dependencies:
789-
"@babel/helper-validator-identifier" "^7.9.5"
790-
lodash "^4.17.13"
789+
"@babel/helper-validator-identifier" "^7.10.4"
790+
lodash "^4.17.19"
791791
to-fast-properties "^2.0.0"
792792

793793
"@bcoe/v8-coverage@^0.2.3":
@@ -3426,7 +3426,7 @@ lodash.sortby@^4.7.0:
34263426
resolved "https://registry.yarnpkg.com/lodash.sortby/-/lodash.sortby-4.7.0.tgz#edd14c824e2cc9c1e0b0a1b42bb5210516a42438"
34273427
integrity sha1-7dFMgk4sycHgsKG0K7UhBRakJDg=
34283428

3429-
lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.15:
3429+
lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.19:
34303430
version "4.17.19"
34313431
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.19.tgz#e48ddedbe30b3321783c5b4301fbd353bc1e4a4b"
34323432
integrity sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ==

0 commit comments

Comments
 (0)