Skip to content

Commit a629ee6

Browse files
committed
chore(deps): update dependency @babel/preset-env to v7.7.1
1 parent 62c0ecb commit a629ee6

File tree

2 files changed

+15
-6
lines changed

2 files changed

+15
-6
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"@babel/core": "7.7.0",
4848
"@babel/plugin-proposal-class-properties": "7.7.0",
4949
"@babel/plugin-proposal-object-rest-spread": "7.6.2",
50-
"@babel/preset-env": "7.7.0",
50+
"@babel/preset-env": "7.7.1",
5151
"@babel/preset-typescript": "7.7.0",
5252
"@types/debug": "4.1.5",
5353
"@types/jest": "24.0.21",

yarn.lock

+14-5
Original file line numberDiff line numberDiff line change
@@ -782,10 +782,10 @@
782782
"@babel/helper-create-regexp-features-plugin" "^7.7.0"
783783
"@babel/helper-plugin-utils" "^7.0.0"
784784

785-
"@babel/[email protected].0":
786-
version "7.7.0"
787-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.7.0.tgz#46dccc1df6b6a195044421b3f61a029866d92eef"
788-
integrity sha512-AgvG8VJDehjK0Ky86xvaqKpx0ASKQk63dfghqqFt6yf9gqmcvc5TodM0ZT0XZvw9fxfrG1PqJ1Xt+8bDnHv9xw==
785+
"@babel/[email protected].1":
786+
version "7.7.1"
787+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.7.1.tgz#04a2ff53552c5885cf1083e291c8dd5490f744bb"
788+
integrity sha512-/93SWhi3PxcVTDpSqC+Dp4YxUu3qZ4m7I76k0w73wYfn7bGVuRIO4QUz95aJksbS+AD1/mT1Ie7rbkT0wSplaA==
789789
dependencies:
790790
"@babel/helper-module-imports" "^7.7.0"
791791
"@babel/helper-plugin-utils" "^7.0.0"
@@ -832,7 +832,7 @@
832832
"@babel/plugin-transform-template-literals" "^7.4.4"
833833
"@babel/plugin-transform-typeof-symbol" "^7.2.0"
834834
"@babel/plugin-transform-unicode-regex" "^7.7.0"
835-
"@babel/types" "^7.7.0"
835+
"@babel/types" "^7.7.1"
836836
browserslist "^4.6.0"
837837
core-js-compat "^3.1.1"
838838
invariant "^2.2.2"
@@ -961,6 +961,15 @@
961961
lodash "^4.17.13"
962962
to-fast-properties "^2.0.0"
963963

964+
"@babel/types@^7.7.1":
965+
version "7.7.1"
966+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.7.1.tgz#8b08ea368f2baff236613512cf67109e76285827"
967+
integrity sha512-kN/XdANDab9x1z5gcjDc9ePpxexkt+1EQ2MQUiM4XnMvQfvp87/+6kY4Ko2maLXH+tei/DgJ/ybFITeqqRwDiA==
968+
dependencies:
969+
esutils "^2.0.2"
970+
lodash "^4.17.13"
971+
to-fast-properties "^2.0.0"
972+
964973
"@cnakazawa/watch@^1.0.3":
965974
version "1.0.3"
966975
resolved "https://registry.yarnpkg.com/@cnakazawa/watch/-/watch-1.0.3.tgz#099139eaec7ebf07a27c1786a3ff64f39464d2ef"

0 commit comments

Comments
 (0)