diff --git a/template-eslint/react-js/package.json b/template-eslint/react-js/package.json index 30398fb..13146af 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.0", "eslint-plugin-react-hooks": "^7.0.1", "eslint-plugin-react-refresh": "^0.5.2", "globals": "^17.4.0" diff --git a/template-eslint/react-ts/package.json b/template-eslint/react-ts/package.json index bea7f8b..b306092 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.0", "eslint-plugin-react-hooks": "^7.0.1", "eslint-plugin-react-refresh": "^0.5.2", "globals": "^17.4.0", diff --git a/template-eslint/svelte-js/package.json b/template-eslint/svelte-js/package.json index b23e600..61e5ac4 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.0", "eslint-plugin-svelte": "^3.17.0", "globals": "^17.4.0" } diff --git a/template-eslint/svelte-ts/package.json b/template-eslint/svelte-ts/package.json index d963383..b91793b 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.0", "eslint-plugin-svelte": "^3.17.0", "globals": "^17.4.0", "typescript-eslint": "^8.58.0" diff --git a/template-eslint/vanilla-js/package.json b/template-eslint/vanilla-js/package.json index 590e9bb..5b72019 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.0", "globals": "^17.4.0" } } diff --git a/template-eslint/vanilla-ts/package.json b/template-eslint/vanilla-ts/package.json index 3d46227..36fc718 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.0", "globals": "^17.4.0", "typescript-eslint": "^8.58.0" } diff --git a/template-eslint/vue-js/package.json b/template-eslint/vue-js/package.json index 8129904..099ac1f 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.0", "eslint-plugin-vue": "^10.8.0", "globals": "^17.4.0" } diff --git a/template-eslint/vue-ts/package.json b/template-eslint/vue-ts/package.json index de85379..701d1b2 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.0", "eslint-plugin-vue": "^10.8.0", "globals": "^17.4.0", "typescript-eslint": "^8.58.0"