diff --git a/accelerate/nextjs-starter/package.json b/accelerate/nextjs-starter/package.json index b513474d2ab47..01570401ded28 100644 --- a/accelerate/nextjs-starter/package.json +++ b/accelerate/nextjs-starter/package.json @@ -15,7 +15,7 @@ "@types/react": "18.3.3", "@types/react-dom": "18.3.0", "autoprefixer": "10.4.19", - "eslint": "8.57.0", + "eslint": "9.3.0", "eslint-config-next": "14.2.3", "next": "14.2.3", "node-fetch": "3.3.2", diff --git a/pulse/fullstack-leaderboard/package.json b/pulse/fullstack-leaderboard/package.json index 6fe7f5cc0d2e1..da9c8b5db7a5e 100644 --- a/pulse/fullstack-leaderboard/package.json +++ b/pulse/fullstack-leaderboard/package.json @@ -24,7 +24,7 @@ "@types/node": "^20", "@types/react": "^18", "@types/react-dom": "^18", - "eslint": "^8", + "eslint": "^9.0.0", "eslint-config-next": "14.2.3", "postcss": "^8", "prisma": "^5.14.0", diff --git a/pulse/fullstack-simple-chat/client/package.json b/pulse/fullstack-simple-chat/client/package.json index 1938786aa170d..fdb0603881b82 100644 --- a/pulse/fullstack-simple-chat/client/package.json +++ b/pulse/fullstack-simple-chat/client/package.json @@ -19,7 +19,7 @@ "@types/react": "^18", "@types/react-dom": "^18", "autoprefixer": "^10", - "eslint": "^8", + "eslint": "^9.0.0", "eslint-config-next": "14.0.0", "postcss": "^8", "tailwindcss": "^3", diff --git a/pulse/product-search-with-typesense/frontend/package.json b/pulse/product-search-with-typesense/frontend/package.json index c1d9d02ee2f72..94b0d396e3e16 100644 --- a/pulse/product-search-with-typesense/frontend/package.json +++ b/pulse/product-search-with-typesense/frontend/package.json @@ -35,7 +35,7 @@ "@types/react": "^18", "@types/react-dom": "^18", "@types/react-instantsearch-dom": "^6.12.7", - "eslint": "^8", + "eslint": "^9.0.0", "eslint-config-next": "14.2.3", "postcss": "^8", "tailwindcss": "^3.4.1", diff --git a/typescript/graphql-nestjs-sdl-first/package.json b/typescript/graphql-nestjs-sdl-first/package.json index 23e844e913a98..8a35214f545e9 100644 --- a/typescript/graphql-nestjs-sdl-first/package.json +++ b/typescript/graphql-nestjs-sdl-first/package.json @@ -63,7 +63,7 @@ "@types/supertest": "6.0.2", "@typescript-eslint/eslint-plugin": "7.10.0", "@typescript-eslint/parser": "7.10.0", - "eslint": "8.57.0", + "eslint": "9.3.0", "eslint-config-prettier": "9.1.0", "eslint-plugin-prettier": "5.1.3", "jest": "29.7.0", diff --git a/typescript/graphql-nestjs/package.json b/typescript/graphql-nestjs/package.json index 35a7007c5fb28..7080b174af272 100644 --- a/typescript/graphql-nestjs/package.json +++ b/typescript/graphql-nestjs/package.json @@ -62,7 +62,7 @@ "@types/supertest": "6.0.2", "@typescript-eslint/eslint-plugin": "7.10.0", "@typescript-eslint/parser": "7.10.0", - "eslint": "8.57.0", + "eslint": "9.3.0", "eslint-config-prettier": "9.1.0", "eslint-plugin-prettier": "5.1.3", "jest": "29.7.0", diff --git a/typescript/remix/package.json b/typescript/remix/package.json index e97d513a789dc..3f9412d6878de 100644 --- a/typescript/remix/package.json +++ b/typescript/remix/package.json @@ -24,7 +24,7 @@ "@types/marked": "6.0.0", "@types/react": "18.3.3", "@types/react-dom": "18.3.0", - "eslint": "8.57.0", + "eslint": "9.3.0", "prisma": "5.14.0", "ts-node": "10.9.2", "typescript": "5.4.5" diff --git a/typescript/rest-nestjs/package.json b/typescript/rest-nestjs/package.json index a41c13c11fffc..7979c721817ba 100644 --- a/typescript/rest-nestjs/package.json +++ b/typescript/rest-nestjs/package.json @@ -56,7 +56,7 @@ "@types/supertest": "6.0.2", "@typescript-eslint/eslint-plugin": "7.10.0", "@typescript-eslint/parser": "7.10.0", - "eslint": "8.57.0", + "eslint": "9.3.0", "eslint-config-prettier": "9.1.0", "eslint-plugin-prettier": "5.1.3", "jest": "29.7.0", diff --git a/typescript/rest-nuxtjs/package.json b/typescript/rest-nuxtjs/package.json index c3f412eda9d7e..d90cf0b138002 100644 --- a/typescript/rest-nuxtjs/package.json +++ b/typescript/rest-nuxtjs/package.json @@ -16,7 +16,7 @@ "@nuxtjs/eslint-config": "12.0.0", "@nuxtjs/eslint-module": "4.1.0", "@babel/eslint-parser": "7.24.5", - "eslint": "8.57.0", + "eslint": "9.3.0", "eslint-config-prettier": "9.1.0", "eslint-plugin-nuxt": "4.0.0", "eslint-plugin-prettier": "5.1.3", diff --git a/typescript/rest-sveltekit/package.json b/typescript/rest-sveltekit/package.json index bd26443ea4037..63798f167b960 100644 --- a/typescript/rest-sveltekit/package.json +++ b/typescript/rest-sveltekit/package.json @@ -15,7 +15,7 @@ "@sveltejs/package": "2.3.1", "@typescript-eslint/eslint-plugin": "7.10.0", "@typescript-eslint/parser": "7.10.0", - "eslint": "8.57.0", + "eslint": "9.3.0", "eslint-config-prettier": "9.1.0", "eslint-plugin-svelte": "2.39.0", "prettier": "3.2.5", diff --git a/typescript/sveltekit/package.json b/typescript/sveltekit/package.json index bd26443ea4037..63798f167b960 100644 --- a/typescript/sveltekit/package.json +++ b/typescript/sveltekit/package.json @@ -15,7 +15,7 @@ "@sveltejs/package": "2.3.1", "@typescript-eslint/eslint-plugin": "7.10.0", "@typescript-eslint/parser": "7.10.0", - "eslint": "8.57.0", + "eslint": "9.3.0", "eslint-config-prettier": "9.1.0", "eslint-plugin-svelte": "2.39.0", "prettier": "3.2.5",