Skip to content

Commit

Permalink
fix: upgrade babel to 7.23.5 (#1080)
Browse files Browse the repository at this point in the history
* chore(deps): bump @babel/traverse from 7.15.0 to 7.23.2

Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.15.0 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse)

---
updated-dependencies:
- dependency-name: "@babel/traverse"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* fix: upgrade babel

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
tringenbach and dependabot[bot] authored May 31, 2024
1 parent f5f68b3 commit a4004a5
Show file tree
Hide file tree
Showing 3 changed files with 932 additions and 768 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"dependencies": {
"@amplitude/analytics-node": "^1.3.3",
"@babel/parser": "^7.15.3",
"@babel/traverse": "^7.15.0",
"@babel/traverse": "^7.23.2",
"bcp-47-normalize": "^2.0.1",
"change-case": "^4.1.2",
"consolidate": "^0.16.0",
Expand Down
5 changes: 5 additions & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@ const config = {
},
],
},
{
test: /\.mjs$/,
include: /node_modules/,
type: 'javascript/auto',
},
],
},
plugins: [
Expand Down
Loading

0 comments on commit a4004a5

Please sign in to comment.