Skip to content

Commit

Permalink
chore: bump eslint version
Browse files Browse the repository at this point in the history
  • Loading branch information
otabek-magic committed Nov 12, 2024
1 parent e7f0321 commit d6bab8a
Show file tree
Hide file tree
Showing 2 changed files with 1,420 additions and 375 deletions.
19 changes: 11 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
"postinstall": "husky install"
},
"devDependencies": {
"@eslint/compat": "^1.2.2",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.14.0",
"@ikscodes/browser-env": "~0.3.1",
"@ikscodes/eslint-config": "~7.0.2",
"@ikscodes/prettier-config": "~2.0.1",
Expand All @@ -29,22 +32,22 @@
"@types/rimraf": "^3.0.2",
"@types/tsc-watch": "^4.2.0",
"@types/whatwg-url": "^6.4.0",
"@typescript-eslint/eslint-plugin": "~3.4.0",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"auto": "^11.1.2",
"babel-jest": "^27.0.6",
"brotli-size": "^4.0.0",
"chalk": "~4.1.2",
"enquirer": "^2.3.6",
"esbuild": "^0.14.13",
"eslint": "~7.3.1",
"eslint": "9.14.0",
"eslint-import-resolver-typescript": "~2.0.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "~6.3.1",
"eslint-plugin-prettier": "~3.1.4",
"eslint-plugin-react": "~7.20.0",
"eslint-plugin-react-hooks": "~4.0.4",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^4.6.0",
"execa": "~5.1.1",
"fs-extra": "^10.0.0",
"globals": "^15.12.0",
"gzip-size": "^6.0.0",
"husky": "^7.0.1",
"inquirer": "^8.1.2",
Expand All @@ -58,7 +61,7 @@
"nyc": "13.1.0",
"ora": "~5.4.1",
"p-limit": "^3.1.0",
"prettier": "~2.3.2",
"prettier": "^3.3.3",
"pretty-bytes": "^5.6.0",
"react": "^16.13.1",
"react-native": "^0.62.2",
Expand Down
Loading

0 comments on commit d6bab8a

Please sign in to comment.