Skip to content

Commit dafe297

Browse files
chore(deps): roll back dependency @babel/plugin-external-helpers to 7.0.0-beta.52 (#123)
1 parent cca3be1 commit dafe297

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"devDependencies": {
3737
"@babel/cli": "7.0.0-beta.52",
3838
"@babel/core": "7.0.0-beta.52",
39-
"@babel/plugin-external-helpers": "7.0.0-beta.53",
39+
"@babel/plugin-external-helpers": "7.0.0-beta.52",
4040
"@babel/preset-env": "7.0.0-beta.52",
4141
"@babel/preset-typescript": "7.0.0-beta.53",
4242
"babel-eslint": "8.2.5",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -281,11 +281,11 @@
281281
version "7.0.0-beta.52"
282282
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.0.0-beta.52.tgz#4e935b62cd9bf872bd37bcf1f63d82fe7b0237a2"
283283

284-
"@babel/plugin-external-helpers@7.0.0-beta.53":
285-
version "7.0.0-beta.53"
286-
resolved "https://registry.yarnpkg.com/@babel/plugin-external-helpers/-/plugin-external-helpers-7.0.0-beta.53.tgz#58c308627e1c057377e1e871a6a27dd3808d2db7"
284+
"@babel/plugin-external-helpers@7.0.0-beta.52":
285+
version "7.0.0-beta.52"
286+
resolved "https://registry.yarnpkg.com/@babel/plugin-external-helpers/-/plugin-external-helpers-7.0.0-beta.52.tgz#26e81700679faf26111a7ce1be5d8c774e6f2cf8"
287287
dependencies:
288-
"@babel/helper-plugin-utils" "7.0.0-beta.53"
288+
"@babel/helper-plugin-utils" "7.0.0-beta.52"
289289

290290
"@babel/plugin-proposal-async-generator-functions@7.0.0-beta.52":
291291
version "7.0.0-beta.52"

0 commit comments

Comments
 (0)