Skip to content

Commit

Permalink
require @babel/traverse before 7.21.4 to work around its bug
Browse files Browse the repository at this point in the history
  • Loading branch information
mirabilos committed Apr 19, 2023
1 parent 3ecbb3f commit 05a0b8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -36,6 +36,7 @@
"@babel/core": "^7.20.2",
"@babel/plugin-transform-strict-mode": "^7.18.6",
"@babel/preset-env": "^7.20.2",
"@babel/traverse": "<7.21.4",
"babel-plugin-add-module-exports": "^1.0.4",
"browser-pack": "^6.1.0",
"browserify": "^17.0.0",
Expand Down

1 comment on commit 05a0b8a

@mirabilos
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note 3a3f81f is also needed to work around babel/babel#15427 (comment)

Please sign in to comment.