Skip to content

Commit 83a5de8

Browse files
authored
fix: Bump ast-types version (#1823)
Set ast-types version to 0.14.2 to fix ChainExpression issue. Fixes #1704
1 parent e561c2d commit 83a5de8

File tree

2 files changed

+48
-9
lines changed

2 files changed

+48
-9
lines changed

package-lock.json

Lines changed: 46 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@
3030
"dependencies": {
3131
"@tippyjs/react": "4.1.0",
3232
"@vxna/mini-html-webpack-template": "^2.0.0",
33-
"assert": "1.5.0",
3433
"acorn": "^6.4.1",
3534
"acorn-jsx": "^5.1.0",
36-
"ast-types": "~0.13.2",
35+
"ast-types": "~0.14.2",
36+
"assert": "1.5.0",
3737
"buble": "0.20.0",
3838
"clean-webpack-plugin": "^3.0.0",
3939
"clipboard-copy": "^3.1.0",

0 commit comments

Comments
 (0)