Skip to content

Commit 1cd3f75

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 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.18.2",
20+
"@babel/core": "^7.18.5",
2121
"@babel/eslint-parser": "^7.18.2",
22-
"@babel/parser": "^7.18.4",
22+
"@babel/parser": "^7.18.5",
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.16.0",
32+
"eslint": "^8.18.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)