Skip to content

Commit

Permalink
update eslint related deps
Browse files Browse the repository at this point in the history
  • Loading branch information
plbstl committed Jan 16, 2025
1 parent 4448139 commit d74ac5d
Show file tree
Hide file tree
Showing 2 changed files with 127 additions and 212 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@
"update-version": "bash update_version.sh"
},
"dependencies": {
"eslint-plugin-tailwindcss": "^3.17.4",
"eslint-plugin-tailwindcss": "^3.17.5",
"react": "18.3.1",
"react-dom": "18.3.1"
},
"devDependencies": {
"@eslint/compat": "^1.1.1",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.10.0",
"@eslint/compat": "^1.2.5",
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.18.0",
"@types/chrome": "^0.0.270",
"@types/eslint-plugin-jsx-a11y": "^6.10.0",
"@types/eslint__eslintrc": "^2.1.2",
Expand All @@ -50,18 +50,18 @@
"autoprefixer": "^10.4.20",
"cross-env": "^7.0.3",
"esbuild": "^0.23.0",
"eslint": "^9.10.0",
"eslint": "^9.18.0",
"eslint-config-airbnb-typescript": "18.0.0",
"eslint-config-prettier": "9.1.0",
"eslint-import-resolver-typescript": "3.6.3",
"eslint-plugin-import-x": "4.2.1",
"eslint-plugin-jsx-a11y": "6.10.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-react": "7.35.2",
"eslint-plugin-react-hooks": "5.1.0-rc-4f604941-20240830",
"globals": "^15.9.0",
"eslint-config-prettier": "10.0.1",
"eslint-import-resolver-typescript": "3.7.0",
"eslint-plugin-import-x": "4.6.1",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-prettier": "5.2.2",
"eslint-plugin-react": "7.37.4",
"eslint-plugin-react-hooks": "5.1.0",
"globals": "^15.14.0",
"husky": "^9.1.4",
"jiti": "^1.21.6",
"jiti": "^2.4.2",
"lint-staged": "^15.2.7",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
Expand All @@ -70,7 +70,7 @@
"tailwindcss": "^3.4.14",
"tslib": "^2.6.3",
"typescript": "5.5.4",
"typescript-eslint": "^8.5.0",
"typescript-eslint": "^8.20.0",
"turbo": "^2.3.3",
"vite": "6.0.5"
},
Expand Down
Loading

0 comments on commit d74ac5d

Please sign in to comment.