Skip to content

Commit 3d83f6f

Browse files
committed
[Dev Deps] update @babel/core, @babel/eslint-parser, @babel/parser, eslint
1 parent 00a30c5 commit 3d83f6f

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
@@ -17,9 +17,9 @@
1717
"test:watch": "npm run tests-only -- --watch"
1818
},
1919
"devDependencies": {
20-
"@babel/core": "^7.17.10",
21-
"@babel/eslint-parser": "^7.17.0",
22-
"@babel/parser": "^7.17.10",
20+
"@babel/core": "^7.18.2",
21+
"@babel/eslint-parser": "^7.18.2",
22+
"@babel/parser": "^7.18.4",
2323
"aud": "^2.0.0",
2424
"babel-cli": "^6.26.0",
2525
"babel-core": "^6.26.3",
@@ -29,7 +29,7 @@
2929
"babel-polyfill": "^6.26.0",
3030
"babel-preset-env": "^1.7.0",
3131
"babylon": "^6.18.0",
32-
"eslint": "^8.14.0",
32+
"eslint": "^8.16.0",
3333
"eslint-config-airbnb-base": "^15.0.0",
3434
"eslint-plugin-import": "^2.26.0",
3535
"flow-parser": "^0.126.1",

0 commit comments

Comments
 (0)