diff --git a/template-eslint/react-js/package.json b/template-eslint/react-js/package.json index 375b685..2da1789 100644 --- a/template-eslint/react-js/package.json +++ b/template-eslint/react-js/package.json @@ -6,8 +6,8 @@ "lint": "eslint ." }, "devDependencies": { - "@eslint/js": "^9.39.2", - "eslint": "^9.39.2", + "@eslint/js": "^10.0.1", + "eslint": "^10.0.2", "eslint-plugin-react-hooks": "^7.0.1", "eslint-plugin-react-refresh": "^0.5.0", "globals": "^17.3.0" diff --git a/template-eslint/react-ts/package.json b/template-eslint/react-ts/package.json index cae86e6..1aed09d 100644 --- a/template-eslint/react-ts/package.json +++ b/template-eslint/react-ts/package.json @@ -6,8 +6,8 @@ "lint": "eslint ." }, "devDependencies": { - "@eslint/js": "^9.39.2", - "eslint": "^9.39.2", + "@eslint/js": "^10.0.1", + "eslint": "^10.0.2", "eslint-plugin-react-hooks": "^7.0.1", "eslint-plugin-react-refresh": "^0.5.0", "globals": "^17.3.0", diff --git a/template-eslint/svelte-js/package.json b/template-eslint/svelte-js/package.json index 14b0522..8e3dabc 100644 --- a/template-eslint/svelte-js/package.json +++ b/template-eslint/svelte-js/package.json @@ -6,8 +6,8 @@ "lint": "eslint ." }, "devDependencies": { - "@eslint/js": "^9.39.2", - "eslint": "^9.39.2", + "@eslint/js": "^10.0.1", + "eslint": "^10.0.2", "eslint-plugin-svelte": "^3.15.0", "globals": "^17.3.0" } diff --git a/template-eslint/svelte-ts/package.json b/template-eslint/svelte-ts/package.json index 38eb99d..65e4e79 100644 --- a/template-eslint/svelte-ts/package.json +++ b/template-eslint/svelte-ts/package.json @@ -6,8 +6,8 @@ "lint": "eslint ." }, "devDependencies": { - "@eslint/js": "^9.39.2", - "eslint": "^9.39.2", + "@eslint/js": "^10.0.1", + "eslint": "^10.0.2", "eslint-plugin-svelte": "^3.15.0", "globals": "^17.3.0", "typescript-eslint": "^8.55.0" diff --git a/template-eslint/vanilla-js/package.json b/template-eslint/vanilla-js/package.json index f2a1256..d7ef183 100644 --- a/template-eslint/vanilla-js/package.json +++ b/template-eslint/vanilla-js/package.json @@ -6,8 +6,8 @@ "lint": "eslint ." }, "devDependencies": { - "@eslint/js": "^9.39.2", - "eslint": "^9.39.2", + "@eslint/js": "^10.0.1", + "eslint": "^10.0.2", "globals": "^17.3.0" } } diff --git a/template-eslint/vanilla-ts/package.json b/template-eslint/vanilla-ts/package.json index c476006..57a6fa6 100644 --- a/template-eslint/vanilla-ts/package.json +++ b/template-eslint/vanilla-ts/package.json @@ -6,8 +6,8 @@ "lint": "eslint ." }, "devDependencies": { - "@eslint/js": "^9.39.2", - "eslint": "^9.39.2", + "@eslint/js": "^10.0.1", + "eslint": "^10.0.2", "globals": "^17.3.0", "typescript-eslint": "^8.55.0" } diff --git a/template-eslint/vue-js/package.json b/template-eslint/vue-js/package.json index 7c630db..879ee55 100644 --- a/template-eslint/vue-js/package.json +++ b/template-eslint/vue-js/package.json @@ -6,8 +6,8 @@ "lint": "eslint ." }, "devDependencies": { - "@eslint/js": "^9.39.2", - "eslint": "^9.39.2", + "@eslint/js": "^10.0.1", + "eslint": "^10.0.2", "eslint-plugin-vue": "^10.7.0", "globals": "^17.3.0" } diff --git a/template-eslint/vue-ts/package.json b/template-eslint/vue-ts/package.json index 444093e..5e61524 100644 --- a/template-eslint/vue-ts/package.json +++ b/template-eslint/vue-ts/package.json @@ -7,7 +7,7 @@ }, "devDependencies": { "@vue/eslint-config-typescript": "^14.6.0", - "eslint": "^9.39.2", + "eslint": "^10.0.2", "eslint-plugin-vue": "^10.7.0", "globals": "^17.3.0", "typescript-eslint": "^8.55.0"