We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
@babel/core
@babel/eslint-parser
@babel/parser
eslint
1 parent 00a30c5 commit 3d83f6fCopy full SHA for 3d83f6f
package.json
@@ -17,9 +17,9 @@
17
"test:watch": "npm run tests-only -- --watch"
18
},
19
"devDependencies": {
20
- "@babel/core": "^7.17.10",
21
- "@babel/eslint-parser": "^7.17.0",
22
- "@babel/parser": "^7.17.10",
+ "@babel/core": "^7.18.2",
+ "@babel/eslint-parser": "^7.18.2",
+ "@babel/parser": "^7.18.4",
23
"aud": "^2.0.0",
24
"babel-cli": "^6.26.0",
25
"babel-core": "^6.26.3",
@@ -29,7 +29,7 @@
29
"babel-polyfill": "^6.26.0",
30
"babel-preset-env": "^1.7.0",
31
"babylon": "^6.18.0",
32
- "eslint": "^8.14.0",
+ "eslint": "^8.16.0",
33
"eslint-config-airbnb-base": "^15.0.0",
34
"eslint-plugin-import": "^2.26.0",
35
"flow-parser": "^0.126.1",
0 commit comments