diff --git a/docs-site/package.json b/docs-site/package.json index 4e982a8f5..932cccf27 100644 --- a/docs-site/package.json +++ b/docs-site/package.json @@ -53,5 +53,5 @@ "dependencies": { "jsdom": "^26.0.0" }, - "packageManager": "pnpm@10.2.1" + "packageManager": "pnpm@10.4.0" } diff --git a/package.json b/package.json index 461cc4450..f1f0a88fc 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "prettier-plugin-svelte": "3.3.3", "typescript-eslint": "8.23.0" }, - "packageManager": "pnpm@10.2.1", + "packageManager": "pnpm@10.4.0", "lint-staged": { "*.{cjs,js,ts,svelte}": [ "eslint --cache --fix", diff --git a/packages/svelte-fluent/package.json b/packages/svelte-fluent/package.json index 030c26657..83ff5fd76 100644 --- a/packages/svelte-fluent/package.json +++ b/packages/svelte-fluent/package.json @@ -108,5 +108,5 @@ ] } }, - "packageManager": "pnpm@10.2.1" + "packageManager": "pnpm@10.4.0" } diff --git a/testsuite/package.json b/testsuite/package.json index ba4412ce6..0df0ad261 100644 --- a/testsuite/package.json +++ b/testsuite/package.json @@ -37,5 +37,5 @@ "dependencies": { "jsdom": "^26.0.0" }, - "packageManager": "pnpm@10.2.1" + "packageManager": "pnpm@10.4.0" }