Skip to content

Commit

Permalink
chore: update eslint packages (#6786)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyletsang committed Mar 26, 2024
1 parent 78a0e5f commit bb33370
Show file tree
Hide file tree
Showing 2 changed files with 125 additions and 107 deletions.
10 changes: 5 additions & 5 deletions package.json
Expand Up @@ -91,9 +91,9 @@
"@types/sinon": "^17.0.3",
"@types/sinon-chai": "^3.2.12",
"@types/warning": "^3.0.3",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@babel/eslint-parser": "^7.23.3",
"@typescript-eslint/eslint-plugin": "^7.4.0",
"@typescript-eslint/parser": "^7.4.0",
"@babel/eslint-parser": "^7.24.1",
"babel-loader": "^9.1.3",
"babel-plugin-istanbul": "^6.1.1",
"chai": "^4.3.10",
Expand All @@ -111,7 +111,7 @@
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-mocha": "^10.2.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.33.2",
"execa": "^5.1.1",
"fs-extra": "^10.1.0",
Expand All @@ -129,7 +129,7 @@
"lint-staged": "^15.2.2",
"lodash": "^4.17.21",
"mocha": "^10.2.0",
"prettier": "^2.8.8",
"prettier": "^3.2.5",
"process": "^0.11.10",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down

0 comments on commit bb33370

Please sign in to comment.