diff --git a/template-eslint/react-js/package.json b/template-eslint/react-js/package.json index ab94017..4449723 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.4", - "eslint": "^9.39.4", + "@eslint/js": "^10.0.1", + "eslint": "^10.2.1", "eslint-plugin-react-hooks": "^7.0.1", "eslint-plugin-react-refresh": "^0.5.2", "globals": "^17.5.0" diff --git a/template-eslint/react-ts/package.json b/template-eslint/react-ts/package.json index bae2c41..5d94f6c 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.4", - "eslint": "^9.39.4", + "@eslint/js": "^10.0.1", + "eslint": "^10.2.1", "eslint-plugin-react-hooks": "^7.0.1", "eslint-plugin-react-refresh": "^0.5.2", "globals": "^17.5.0", diff --git a/template-eslint/svelte-js/package.json b/template-eslint/svelte-js/package.json index 5e43cab..1d833b1 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.4", - "eslint": "^9.39.4", + "@eslint/js": "^10.0.1", + "eslint": "^10.2.1", "eslint-plugin-svelte": "^3.17.0", "globals": "^17.5.0" } diff --git a/template-eslint/svelte-ts/package.json b/template-eslint/svelte-ts/package.json index 6847be5..0cf64fb 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.4", - "eslint": "^9.39.4", + "@eslint/js": "^10.0.1", + "eslint": "^10.2.1", "eslint-plugin-svelte": "^3.17.0", "globals": "^17.5.0", "typescript-eslint": "^8.58.1" diff --git a/template-eslint/vanilla-js/package.json b/template-eslint/vanilla-js/package.json index bc469ea..933d135 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.4", - "eslint": "^9.39.4", + "@eslint/js": "^10.0.1", + "eslint": "^10.2.1", "globals": "^17.5.0" } } diff --git a/template-eslint/vanilla-ts/package.json b/template-eslint/vanilla-ts/package.json index f6bb082..4890ac3 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.4", - "eslint": "^9.39.4", + "@eslint/js": "^10.0.1", + "eslint": "^10.2.1", "globals": "^17.5.0", "typescript-eslint": "^8.58.1" } diff --git a/template-eslint/vue-js/package.json b/template-eslint/vue-js/package.json index 7827c6a..00f9d2c 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.4", - "eslint": "^9.39.4", + "@eslint/js": "^10.0.1", + "eslint": "^10.2.1", "eslint-plugin-vue": "^10.8.0", "globals": "^17.5.0" } diff --git a/template-eslint/vue-ts/package.json b/template-eslint/vue-ts/package.json index cedd9dc..8577366 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.7.0", - "eslint": "^9.39.4", + "eslint": "^10.2.1", "eslint-plugin-vue": "^10.8.0", "globals": "^17.5.0", "typescript-eslint": "^8.58.1"