diff --git a/package.json b/package.json index 317c2a7..744df56 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "engines": { "node": "^20.19.0 || >=22.12.0" }, - "packageManager": "pnpm@11.11.0", + "packageManager": "pnpm@11.13.0", "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" diff --git a/template-eslint/react-js/package.json b/template-eslint/react-js/package.json index 5b712e8..e782ef6 100644 --- a/template-eslint/react-js/package.json +++ b/template-eslint/react-js/package.json @@ -7,7 +7,7 @@ }, "devDependencies": { "@eslint/js": "^10.0.1", - "eslint": "^10.6.0", + "eslint": "^10.7.0", "eslint-plugin-react-hooks": "^7.1.1", "eslint-plugin-react-refresh": "^0.5.3", "globals": "^17.7.0" diff --git a/template-eslint/react-ts/package.json b/template-eslint/react-ts/package.json index 0077103..1ac34af 100644 --- a/template-eslint/react-ts/package.json +++ b/template-eslint/react-ts/package.json @@ -7,10 +7,10 @@ }, "devDependencies": { "@eslint/js": "^10.0.1", - "eslint": "^10.6.0", + "eslint": "^10.7.0", "eslint-plugin-react-hooks": "^7.1.1", "eslint-plugin-react-refresh": "^0.5.3", "globals": "^17.7.0", - "typescript-eslint": "^8.63.0" + "typescript-eslint": "^8.64.0" } } diff --git a/template-eslint/svelte-js/package.json b/template-eslint/svelte-js/package.json index 226446b..038e108 100644 --- a/template-eslint/svelte-js/package.json +++ b/template-eslint/svelte-js/package.json @@ -7,7 +7,7 @@ }, "devDependencies": { "@eslint/js": "^10.0.1", - "eslint": "^10.6.0", + "eslint": "^10.7.0", "eslint-plugin-svelte": "^3.20.0", "globals": "^17.7.0" } diff --git a/template-eslint/svelte-ts/package.json b/template-eslint/svelte-ts/package.json index 5d8143b..18d2bcb 100644 --- a/template-eslint/svelte-ts/package.json +++ b/template-eslint/svelte-ts/package.json @@ -7,10 +7,10 @@ }, "devDependencies": { "@eslint/js": "^10.0.1", - "eslint": "^10.6.0", + "eslint": "^10.7.0", "eslint-plugin-svelte": "^3.20.0", "globals": "^17.7.0", - "typescript-eslint": "^8.63.0" + "typescript-eslint": "^8.64.0" }, "type": "module" } diff --git a/template-eslint/vanilla-js/package.json b/template-eslint/vanilla-js/package.json index 64bca37..1cb64c9 100644 --- a/template-eslint/vanilla-js/package.json +++ b/template-eslint/vanilla-js/package.json @@ -7,7 +7,7 @@ }, "devDependencies": { "@eslint/js": "^10.0.1", - "eslint": "^10.6.0", + "eslint": "^10.7.0", "globals": "^17.7.0" } } diff --git a/template-eslint/vanilla-ts/package.json b/template-eslint/vanilla-ts/package.json index fbe3ff2..dd337fb 100644 --- a/template-eslint/vanilla-ts/package.json +++ b/template-eslint/vanilla-ts/package.json @@ -7,8 +7,8 @@ }, "devDependencies": { "@eslint/js": "^10.0.1", - "eslint": "^10.6.0", + "eslint": "^10.7.0", "globals": "^17.7.0", - "typescript-eslint": "^8.63.0" + "typescript-eslint": "^8.64.0" } } diff --git a/template-eslint/vue-js/package.json b/template-eslint/vue-js/package.json index 3f6b99a..555e70e 100644 --- a/template-eslint/vue-js/package.json +++ b/template-eslint/vue-js/package.json @@ -7,7 +7,7 @@ }, "devDependencies": { "@eslint/js": "^10.0.1", - "eslint": "^10.6.0", + "eslint": "^10.7.0", "eslint-plugin-vue": "^10.9.2", "globals": "^17.7.0" } diff --git a/template-eslint/vue-ts/package.json b/template-eslint/vue-ts/package.json index 49272f3..ee7de52 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.9.0", - "eslint": "^10.6.0", + "eslint": "^10.7.0", "eslint-plugin-vue": "^10.9.2", "globals": "^17.7.0", - "typescript-eslint": "^8.63.0" + "typescript-eslint": "^8.64.0" } }