diff --git a/template-eslint/react-js/package.json b/template-eslint/react-js/package.json index 131a0f1..8b51a26 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.32.0", - "eslint": "^9.32.0", + "@eslint/js": "^9.35.0", + "eslint": "^9.35.0", "eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-react-refresh": "^0.4.20", "globals": "^16.3.0" diff --git a/template-eslint/react-ts/eslint.config.mjs b/template-eslint/react-ts/eslint.config.mjs index cb0435d..8ae7b66 100644 --- a/template-eslint/react-ts/eslint.config.mjs +++ b/template-eslint/react-ts/eslint.config.mjs @@ -1,11 +1,11 @@ import js from '@eslint/js'; -import { globalIgnores } from 'eslint/config'; +import { defineConfig, globalIgnores } from 'eslint/config'; import reactHooks from 'eslint-plugin-react-hooks'; import reactRefresh from 'eslint-plugin-react-refresh'; import globals from 'globals'; import tseslint from 'typescript-eslint'; -export default tseslint.config([ +export default defineConfig([ globalIgnores(['dist']), { files: ['**/*.{ts,tsx}'], diff --git a/template-eslint/react-ts/package.json b/template-eslint/react-ts/package.json index 802345e..1debad0 100644 --- a/template-eslint/react-ts/package.json +++ b/template-eslint/react-ts/package.json @@ -6,11 +6,11 @@ "lint": "eslint ." }, "devDependencies": { - "@eslint/js": "^9.32.0", - "eslint": "^9.32.0", + "@eslint/js": "^9.35.0", + "eslint": "^9.35.0", "eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-react-refresh": "^0.4.20", "globals": "^16.3.0", - "typescript-eslint": "^8.38.0" + "typescript-eslint": "^8.42.0" } } diff --git a/template-eslint/svelte-js/package.json b/template-eslint/svelte-js/package.json index 4f72b5c..250a63c 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.32.0", - "eslint": "^9.32.0", + "@eslint/js": "^9.35.0", + "eslint": "^9.35.0", "eslint-plugin-svelte": "^3.11.0", "globals": "^16.3.0" } diff --git a/template-eslint/svelte-ts/eslint.config.mjs b/template-eslint/svelte-ts/eslint.config.mjs index 2269b9b..c75aab8 100644 --- a/template-eslint/svelte-ts/eslint.config.mjs +++ b/template-eslint/svelte-ts/eslint.config.mjs @@ -3,7 +3,7 @@ import svelte from 'eslint-plugin-svelte'; import globals from 'globals'; import ts from 'typescript-eslint'; -/** @type {import('eslint').Linter.FlatConfig[]} */ +/** @type {import('eslint').Linter.Config[]} */ export default [ js.configs.recommended, ...ts.configs.recommended, diff --git a/template-eslint/svelte-ts/package.json b/template-eslint/svelte-ts/package.json index be0a31c..8e8117b 100644 --- a/template-eslint/svelte-ts/package.json +++ b/template-eslint/svelte-ts/package.json @@ -6,11 +6,11 @@ "lint": "eslint ." }, "devDependencies": { - "@eslint/js": "^9.32.0", - "eslint": "^9.32.0", - "eslint-plugin-svelte": "^3.11.0", + "@eslint/js": "^9.35.0", + "eslint": "^9.35.0", + "eslint-plugin-svelte": "^3.12.2", "globals": "^16.3.0", - "typescript-eslint": "^8.38.0" + "typescript-eslint": "^8.42.0" }, "type": "module" } diff --git a/template-eslint/vanilla-js/package.json b/template-eslint/vanilla-js/package.json index 94284f3..b8f41bf 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.32.0", - "eslint": "^9.32.0", + "@eslint/js": "^9.35.0", + "eslint": "^9.35.0", "globals": "^16.3.0" } } diff --git a/template-eslint/vanilla-ts/package.json b/template-eslint/vanilla-ts/package.json index 8472616..db81281 100644 --- a/template-eslint/vanilla-ts/package.json +++ b/template-eslint/vanilla-ts/package.json @@ -6,9 +6,9 @@ "lint": "eslint ." }, "devDependencies": { - "@eslint/js": "^9.32.0", - "eslint": "^9.32.0", + "@eslint/js": "^9.35.0", + "eslint": "^9.35.0", "globals": "^16.3.0", - "typescript-eslint": "^8.38.0" + "typescript-eslint": "^8.42.0" } } diff --git a/template-eslint/vue-js/package.json b/template-eslint/vue-js/package.json index 68eb0cc..e1abe6f 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.32.0", - "eslint": "^9.32.0", + "@eslint/js": "^9.35.0", + "eslint": "^9.35.0", "eslint-plugin-vue": "^10.4.0", "globals": "^16.3.0" } diff --git a/template-eslint/vue-ts/package.json b/template-eslint/vue-ts/package.json index 7fc0d74..ee404e5 100644 --- a/template-eslint/vue-ts/package.json +++ b/template-eslint/vue-ts/package.json @@ -7,9 +7,9 @@ }, "devDependencies": { "@vue/eslint-config-typescript": "^14.6.0", - "eslint": "^9.32.0", + "eslint": "^9.35.0", "eslint-plugin-vue": "^10.4.0", "globals": "^16.3.0", - "typescript-eslint": "^8.38.0" + "typescript-eslint": "^8.42.0" } }