Skip to content

Commit 3baaf76

Browse files
committed
[Dev Deps] update @babel/core, @babel/eslint-parser, @babel/parser, aud, eslint, eslint-plugin-import
1 parent 1d39f58 commit 3baaf76

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
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.20.2",
24-
"@babel/eslint-parser": "^7.19.1",
25-
"@babel/parser": "^7.20.3",
26-
"aud": "^2.0.1",
23+
"@babel/core": "^7.22.5",
24+
"@babel/eslint-parser": "^7.22.5",
25+
"@babel/parser": "^7.22.5",
26+
"aud": "^2.0.3",
2727
"auto-changelog": "^2.4.0",
2828
"babel-cli": "^6.26.0",
2929
"babel-core": "^6.26.3",
@@ -33,9 +33,9 @@
3333
"babel-polyfill": "^6.26.0",
3434
"babel-preset-env": "^1.7.0",
3535
"babylon": "^6.18.0",
36-
"eslint": "^8.27.0",
36+
"eslint": "^8.43.0",
3737
"eslint-config-airbnb-base": "^15.0.0",
38-
"eslint-plugin-import": "^2.26.0",
38+
"eslint-plugin-import": "^2.27.5",
3939
"flow-parser": "^0.126.1",
4040
"in-publish": "^2.0.1",
4141
"jest": "^20.0.4",

0 commit comments

Comments
 (0)