Skip to content

Commit

Permalink
Bump eslint & related deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jhen0409 committed Jul 23, 2023
1 parent 8cc850b commit 9d6cfaa
Show file tree
Hide file tree
Showing 3 changed files with 1,039 additions and 681 deletions.
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"parser": "babel-eslint",
"parser": "@babel/eslint-parser",
"extends": "airbnb",
"env": {
"browser": true,
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.22.9",
"@babel/eslint-parser": "^7.22.9",
"@babel/plugin-transform-react-constant-elements": "^7.22.5",
"@babel/plugin-transform-react-inline-elements": "^7.22.5",
"@babel/preset-env": "^7.22.9",
Expand All @@ -36,7 +37,6 @@
"@electron/osx-sign": "^1.0.4",
"@electron/universal": "^1.4.1",
"apollo-boost": "^0.1.27",
"babel-eslint": "^8.2.2",
"babel-loader": "^9.1.3",
"babel-plugin-transform-react-remove-prop-types": "^0.4.10",
"cross-env": "^5.2.0",
Expand All @@ -46,11 +46,11 @@
"electron-installer-dmg": "^4.0.0",
"electron-installer-windows": "^3.0.0",
"electron-packager": "^17.1.1",
"eslint": "^4.18.2",
"eslint-config-airbnb": "^10.0.0",
"eslint-plugin-import": "^1.12.0",
"eslint-plugin-jsx-a11y": "^2.0.1",
"eslint-plugin-react": "^6.0.0",
"eslint": "^8.45.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.33.0",
"jest": "^29.6.1",
"mobx": "^3.6.2",
"mobx-remotedev": "^0.2.8",
Expand Down
Loading

0 comments on commit 9d6cfaa

Please sign in to comment.