diff --git a/template-eslint/react-js/package.json b/template-eslint/react-js/package.json index 30398fb..44f54e5 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.1.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 17b8659..397e86b 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.1.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 35c3030..5814c9a 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.1.0", "eslint-plugin-svelte": "^3.16.0", "globals": "^17.4.0" } diff --git a/template-eslint/svelte-ts/package.json b/template-eslint/svelte-ts/package.json index 8ef0fb8..e7b57e2 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.1.0", "eslint-plugin-svelte": "^3.16.0", "globals": "^17.4.0", "typescript-eslint": "^8.57.1" diff --git a/template-eslint/vanilla-js/package.json b/template-eslint/vanilla-js/package.json index 590e9bb..41f0889 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.1.0", "globals": "^17.4.0" } } diff --git a/template-eslint/vanilla-ts/package.json b/template-eslint/vanilla-ts/package.json index 1e9082b..3678730 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.1.0", "globals": "^17.4.0", "typescript-eslint": "^8.57.1" } diff --git a/template-eslint/vue-js/package.json b/template-eslint/vue-js/package.json index 8129904..6171b74 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.1.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 81a9933..b4a43a9 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.1.0", "eslint-plugin-vue": "^10.8.0", "globals": "^17.4.0", "typescript-eslint": "^8.57.1"