Skip to content

Commit 364b71e

Browse files
committed
chore(babylon): Update babylon to 7.0.0-beta.20
beta 21+ breaks react-docgen because of babel/babylon#713
1 parent 439fecf commit 364b71e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"dependencies": {
3535
"async": "^2.1.4",
3636
"babel-runtime": "^6.9.2",
37-
"babylon": "v7.0.0-beta.17",
37+
"babylon": "v7.0.0-beta.20",
3838
"commander": "^2.9.0",
3939
"doctrine": "^2.0.0",
4040
"node-dir": "^0.1.10",

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -752,9 +752,9 @@ babylon@^6.17.0, babylon@^6.17.2, babylon@^6.17.4:
752752
version "6.17.4"
753753
resolved "https://registry.yarnpkg.com/babylon/-/babylon-6.17.4.tgz#3e8b7402b88d22c3423e137a1577883b15ff869a"
754754

755-
756-
version "7.0.0-beta.17"
757-
resolved "https://registry.yarnpkg.com/babylon/-/babylon-7.0.0-beta.17.tgz#2aad4d6764f409dfb3ac216d855dc93d70d37911"
755+
756+
version "7.0.0-beta.20"
757+
resolved "https://registry.yarnpkg.com/babylon/-/babylon-7.0.0-beta.20.tgz#7dbc70cc88de13334066fe5200e0efaa30c0490e"
758758

759759
balanced-match@^1.0.0:
760760
version "1.0.0"

0 commit comments

Comments
 (0)