diff --git a/package.json b/package.json index 4e43ae8..8b6e440 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "@tailwindcss/vite": "^4.1.18", "@vitejs/plugin-react": "5.1.2", "babel-plugin-react-compiler": "1.0.0", - "eslint": "^9.39.2", + "eslint": "^10.0.0", "eslint-config-prettier": "^10.1.8", "eslint-import-resolver-alias": "^1.1.2", "eslint-plugin-import": "^2.32.0", diff --git a/public/CHANGELOG.md b/public/CHANGELOG.md index cecd340..4d69384 100644 --- a/public/CHANGELOG.md +++ b/public/CHANGELOG.md @@ -75,6 +75,7 @@ - Bump `@vercel/analytics` to v1.6.1 - Bump `@vercel/speed-insights` to v1.3.1 - Bump `prettier-plugin-tailwindcss` to v0.7.2 +- Bump dev dependency `eslint` from 9.39.2 to 10.0.0 ---