Skip to content

Commit a25f3b7

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

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
@@ -18,9 +18,9 @@
1818
"test:watch": "npm run tests-only -- --watch"
1919
},
2020
"devDependencies": {
21-
"@babel/core": "^7.18.6",
22-
"@babel/eslint-parser": "^7.18.2",
23-
"@babel/parser": "^7.18.6",
21+
"@babel/core": "^7.18.10",
22+
"@babel/eslint-parser": "^7.18.9",
23+
"@babel/parser": "^7.18.11",
2424
"aud": "^2.0.0",
2525
"babel-cli": "^6.26.0",
2626
"babel-core": "^6.26.3",
@@ -30,7 +30,7 @@
3030
"babel-polyfill": "^6.26.0",
3131
"babel-preset-env": "^1.7.0",
3232
"babylon": "^6.18.0",
33-
"eslint": "^8.19.0",
33+
"eslint": "^8.21.0",
3434
"eslint-config-airbnb-base": "^15.0.0",
3535
"eslint-plugin-import": "^2.26.0",
3636
"flow-parser": "^0.126.1",

0 commit comments

Comments
 (0)