Skip to content

Commit a4004a5

Browse files
fix: upgrade babel to 7.23.5 (#1080)
* 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>
1 parent f5f68b3 commit a4004a5

File tree

3 files changed

+932
-768
lines changed

3 files changed

+932
-768
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"dependencies": {
4444
"@amplitude/analytics-node": "^1.3.3",
4545
"@babel/parser": "^7.15.3",
46-
"@babel/traverse": "^7.15.0",
46+
"@babel/traverse": "^7.23.2",
4747
"bcp-47-normalize": "^2.0.1",
4848
"change-case": "^4.1.2",
4949
"consolidate": "^0.16.0",

webpack.config.js

+5
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,11 @@ const config = {
5050
},
5151
],
5252
},
53+
{
54+
test: /\.mjs$/,
55+
include: /node_modules/,
56+
type: 'javascript/auto',
57+
},
5358
],
5459
},
5560
plugins: [

0 commit comments

Comments
 (0)