Skip to content

Commit afb4791

Browse files
committedAug 24, 2024
chore: update babel plugins
Signed-off-by: echo094 <[email protected]>
1 parent 8700041 commit afb4791

File tree

2 files changed

+112
-184
lines changed

2 files changed

+112
-184
lines changed
 

‎package-lock.json

+108-180
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
"lint": "eslint --ext .js --fix src"
99
},
1010
"dependencies": {
11-
"@babel/generator": "^7.17.10",
12-
"@babel/parser": "^7.17.10",
13-
"@babel/traverse": "^7.17.10",
14-
"@babel/types": "^7.17.10",
11+
"@babel/generator": "^7.25.0",
12+
"@babel/parser": "^7.25.0",
13+
"@babel/traverse": "^7.25.2",
14+
"@babel/types": "^7.25.0",
1515
"eslint": "^8.23.0",
1616
"eslint-config-prettier": "^8.5.0",
1717
"eslint-plugin-prettier": "^4.2.1",

0 commit comments

Comments
 (0)
Please sign in to comment.