Skip to content

Commit eaf5778

Browse files
committed
[Dev Deps] update @babel/core, @babel/parser, eslint
1 parent 9763972 commit eaf5778

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
@@ -18,9 +18,9 @@
1818
"test:watch": "npm run tests-only -- --watch"
1919
},
2020
"devDependencies": {
21-
"@babel/core": "^7.18.5",
21+
"@babel/core": "^7.18.6",
2222
"@babel/eslint-parser": "^7.18.2",
23-
"@babel/parser": "^7.18.5",
23+
"@babel/parser": "^7.18.6",
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.18.0",
33+
"eslint": "^8.19.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)