Skip to content

Commit

Permalink
fix: add @babel/plugin-syntax-dynamic-import as a direct dependency
Browse files Browse the repository at this point in the history
since it is no longer a transitive dependency of babel-preset
  • Loading branch information
kabaros committed Oct 21, 2024
1 parent 93ccf76 commit 0a08377
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.8.3",
"@babel/plugin-proposal-optional-chaining": "^7.8.3",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.14.7",
"@babel/preset-react": "^7.0.0",
"@babel/preset-typescript": "^7.6.0",
Expand Down

0 comments on commit 0a08377

Please sign in to comment.