Skip to content

Commit 963f864

Browse files
committed
chore: Strictly require a version of babylon with semicolon bug fix
Fixes #795
1 parent f83dec4 commit 963f864

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"babel-traverse": "^6.16.0",
1919
"babel-types": "^6.16.0",
2020
"babelify": "^7.3.0",
21-
"babylon": "^6.11.4",
21+
"babylon": "^6.17.2",
2222
"chalk": "^1.1.1",
2323
"chokidar": "^1.2.0",
2424
"concat-stream": "^1.5.0",

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -978,7 +978,7 @@ babelify@^7.3.0:
978978
babel-core "^6.0.14"
979979
object-assign "^4.0.0"
980980

981-
babylon@^6.11.0, babylon@^6.11.4, babylon@^6.13.0, babylon@^6.15.0, babylon@^6.17.0:
981+
babylon@^6.11.0, babylon@^6.13.0, babylon@^6.15.0, babylon@^6.17.0, babylon@^6.17.2:
982982
version "6.17.2"
983983
resolved "https://registry.yarnpkg.com/babylon/-/babylon-6.17.2.tgz#201d25ef5f892c41bae49488b08db0dd476e9f5c"
984984

0 commit comments

Comments
 (0)