diff options
author | Vitaly Takmazov | 2024-12-02 01:59:29 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2024-12-02 01:59:29 +0300 |
commit | 2a26c5377d6ccd58796c30447e5afe4d58a8b528 (patch) | |
tree | 7b67982e5754370ec7b2ef9120905170041600a8 /package.json | |
parent | 44fe5c264b391ae74a65bdf8ad5a49876419c6de (diff) |
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/package.json b/package.json index ffd3fc876..d55013ede 100644 --- a/package.json +++ b/package.json @@ -22,6 +22,9 @@ "@babel/eslint-parser": "^7.25.9", "@babel/preset-env": "^7.26.0", "@babel/preset-react": "^7.25.9", + "@eslint/compat": "^1.2.3", + "@eslint/eslintrc": "^3.2.0", + "@eslint/js": "^9.16.0", "@swc/core": "^1.9.3", "@swc/jest": "^0.2.37", "@testing-library/jest-dom": "^6.6.3", @@ -33,7 +36,7 @@ "cross-env": "^7.0.3", "css-loader": "^7.1.2", "cssnano": "^7.0.6", - "eslint": "8.57.0", + "eslint": "9.16.0", "eslint-plugin-jest": "^28.9.0", "eslint-plugin-jest-dom": "^5.5.0", "eslint-plugin-jsdoc": "^50.5.0", @@ -43,6 +46,7 @@ "eslint-plugin-react-hooks": "^5.0.0", "eslint-plugin-testing-library": "^7.0.0", "eslint-webpack-plugin": "^4.2.0", + "globals": "^15.13.0", "html-webpack-plugin": "^5.6.3", "jest": "^29.7.0", "jest-fixed-jsdom": "^0.0.9", |