Skip to content

Commit

Permalink
Replacing babel-eslint with @babel/eslint-parser
Browse files Browse the repository at this point in the history
asdf
  • Loading branch information
ElonVolo authored and ilanvolow committed Oct 17, 2023
1 parent 368899a commit a656ccb
Show file tree
Hide file tree
Showing 2 changed files with 428 additions and 478 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
"author": "Felix Kling",
"license": "MIT",
"dependencies": {
"@babel/core": "^7.23.0",
"@babel/core": "^7.23.2",
"@babel/eslint-parser": "^7.22.15",
"@babel/parser": "^7.23.0",
"@babel/plugin-transform-class-properties": "^7.22.5",
"@babel/plugin-transform-modules-commonjs": "^7.23.0",
Expand Down Expand Up @@ -54,11 +55,10 @@
}
},
"devDependencies": {
"babel-eslint": "^10.0.1",
"eslint": "^5.9.0",
"jest": "^29.3.1",
"jsdoc": "3.6.7",
"mkdirp": "^0.5.1"
"eslint": "^8.51.0",
"jest": "^29.7.0",
"jsdoc": "^4.0.2",
"mkdirp": "^3.0.1"
},
"jest": {
"roots": [
Expand Down
Loading

0 comments on commit a656ccb

Please sign in to comment.