Skip to content

Commit e5555d1

Browse files
committed
[Dev Deps] update @babel/core, @babel/eslint-parser, @babel/parser, eslint
1 parent fa8a5e8 commit e5555d1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
"postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
2121
},
2222
"devDependencies": {
23-
"@babel/core": "^7.22.5",
24-
"@babel/eslint-parser": "^7.22.5",
25-
"@babel/parser": "^7.22.5",
23+
"@babel/core": "^7.22.9",
24+
"@babel/eslint-parser": "^7.22.9",
25+
"@babel/parser": "^7.22.7",
2626
"aud": "^2.0.3",
2727
"auto-changelog": "^2.4.0",
2828
"babel-cli": "^6.26.0",
@@ -33,7 +33,7 @@
3333
"babel-polyfill": "^6.26.0",
3434
"babel-preset-env": "^1.7.0",
3535
"babylon": "^6.18.0",
36-
"eslint": "^8.43.0",
36+
"eslint": "^8.45.0",
3737
"eslint-config-airbnb-base": "^15.0.0",
3838
"eslint-plugin-import": "^2.27.5",
3939
"flow-parser": "^0.126.1",

0 commit comments

Comments
 (0)