Skip to content

Commit

Permalink
Merge pull request #20 from junwatu/master
Browse files Browse the repository at this point in the history
Replace babel-eslint with @babel/eslint-parser
  • Loading branch information
junwatu committed Oct 4, 2022
2 parents 6678b4b + 8e18520 commit 2fb7063
Show file tree
Hide file tree
Showing 2 changed files with 106 additions and 54 deletions.
158 changes: 105 additions & 53 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,12 @@
"devDependencies": {
"@babel/cli": "^7.14.x",
"@babel/core": "^7.15.x",
"@babel/eslint-parser": "^7.19.1",
"@babel/preset-env": "^7.15.x",
"@babel/preset-flow": "^7.14.x",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.0.4",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.1.0",
"babel-jest": "^27.1.x",
"babel-loader": "^8.1.0",
"core-js": "^3.6.5",
Expand Down

0 comments on commit 2fb7063

Please sign in to comment.