diff --git a/apps/barrelify/project.json b/apps/barrelify/project.json index 471b485..73e8924 100644 --- a/apps/barrelify/project.json +++ b/apps/barrelify/project.json @@ -2,6 +2,7 @@ "$schema": "../../node_modules/nx/schemas/project-schema.json", "name": "barrelify", "targets": { + "pnpm-dedicated-lockfile": {}, "biome": {}, "eslint": {}, "update-ts-references": {}, diff --git a/apps/juniper/project.json b/apps/juniper/project.json index cee65dc..d7696af 100644 --- a/apps/juniper/project.json +++ b/apps/juniper/project.json @@ -2,6 +2,7 @@ "$schema": "../../node_modules/nx/schemas/project-schema.json", "name": "juniper", "targets": { + "pnpm-dedicated-lockfile": {}, "biome": {}, "eslint": {}, "update-ts-references": {}, diff --git a/apps/nx-lifecycle/project.json b/apps/nx-lifecycle/project.json index 9ed0eda..3e34fd5 100644 --- a/apps/nx-lifecycle/project.json +++ b/apps/nx-lifecycle/project.json @@ -2,6 +2,7 @@ "$schema": "../../node_modules/nx/schemas/project-schema.json", "name": "nx-lifecycle", "targets": { + "pnpm-dedicated-lockfile": {}, "biome": {}, "eslint": {}, "update-ts-references": {}, diff --git a/apps/nx-update-ts-references/project.json b/apps/nx-update-ts-references/project.json index 266fdae..9fa2084 100644 --- a/apps/nx-update-ts-references/project.json +++ b/apps/nx-update-ts-references/project.json @@ -2,6 +2,7 @@ "$schema": "../../node_modules/nx/schemas/project-schema.json", "name": "nx-update-ts-references", "targets": { + "pnpm-dedicated-lockfile": {}, "biome": {}, "eslint": {}, "npm-update-ts-references": {}, diff --git a/apps/populate-files/load-populate-files/project.json b/apps/populate-files/load-populate-files/project.json index f916e6c..d2fb492 100644 --- a/apps/populate-files/load-populate-files/project.json +++ b/apps/populate-files/load-populate-files/project.json @@ -2,6 +2,7 @@ "$schema": "../../../node_modules/nx/schemas/project-schema.json", "name": "load-populate-files", "targets": { + "pnpm-dedicated-lockfile": {}, "biome": {}, "eslint": {}, "update-ts-references": {}, diff --git a/apps/populate-files/nx-populate-files/project.json b/apps/populate-files/nx-populate-files/project.json index c916b18..7f30303 100644 --- a/apps/populate-files/nx-populate-files/project.json +++ b/apps/populate-files/nx-populate-files/project.json @@ -2,6 +2,7 @@ "$schema": "../../../node_modules/nx/schemas/project-schema.json", "name": "nx-populate-files", "targets": { + "pnpm-dedicated-lockfile": {}, "biome": {}, "eslint": {}, "update-ts-references": {}, diff --git a/apps/populate-files/populate-files/project.json b/apps/populate-files/populate-files/project.json index 8077d18..d4832f8 100644 --- a/apps/populate-files/populate-files/project.json +++ b/apps/populate-files/populate-files/project.json @@ -2,6 +2,7 @@ "$schema": "../../../node_modules/nx/schemas/project-schema.json", "name": "populate-files", "targets": { + "pnpm-dedicated-lockfile": {}, "biome": {}, "eslint": {}, "npm-update-ts-references": {}, diff --git a/tools/common-proxy/project.json b/tools/common-proxy/project.json index 16419a6..d498d7d 100644 --- a/tools/common-proxy/project.json +++ b/tools/common-proxy/project.json @@ -3,6 +3,7 @@ "name": "common-proxy", "type": "commonjs", "targets": { + "pnpm-dedicated-lockfile": {}, "biome": {}, "eslint": {}, "npm-update-ts-references": {}, diff --git a/tools/default-import/project.json b/tools/default-import/project.json index cf8cb2b..2f8fa7c 100644 --- a/tools/default-import/project.json +++ b/tools/default-import/project.json @@ -2,6 +2,7 @@ "$schema": "../../node_modules/nx/schemas/project-schema.json", "name": "default-import", "targets": { + "pnpm-dedicated-lockfile": {}, "biome": {}, "eslint": {}, "update-ts-references": {}, diff --git a/tools/entry-script/project.json b/tools/entry-script/project.json index e5d5319..ad56856 100644 --- a/tools/entry-script/project.json +++ b/tools/entry-script/project.json @@ -2,6 +2,7 @@ "$schema": "../../node_modules/nx/schemas/project-schema.json", "name": "entry-script", "targets": { + "pnpm-dedicated-lockfile": {}, "biome": {}, "eslint": {}, "update-ts-references": {}, diff --git a/tools/enum-to-array/project.json b/tools/enum-to-array/project.json index 38f1a18..2b5d3e6 100644 --- a/tools/enum-to-array/project.json +++ b/tools/enum-to-array/project.json @@ -2,6 +2,7 @@ "$schema": "../../node_modules/nx/schemas/project-schema.json", "name": "enum-to-array", "targets": { + "pnpm-dedicated-lockfile": {}, "biome": {}, "eslint": {}, "update-ts-references": {}, diff --git a/tools/find-import/project.json b/tools/find-import/project.json index 6d8b57f..2b6f546 100644 --- a/tools/find-import/project.json +++ b/tools/find-import/project.json @@ -2,6 +2,7 @@ "$schema": "../../node_modules/nx/schemas/project-schema.json", "name": "find-import", "targets": { + "pnpm-dedicated-lockfile": {}, "biome": {}, "eslint": {}, "update-ts-references": {}, diff --git a/tools/format-file/project.json b/tools/format-file/project.json index 8366b43..cf93368 100644 --- a/tools/format-file/project.json +++ b/tools/format-file/project.json @@ -3,6 +3,7 @@ "name": "format-file", "type": "module", "targets": { + "pnpm-dedicated-lockfile": {}, "biome": {}, "eslint": {}, "barrelify": {}, diff --git a/tools/haywire-launcher/project.json b/tools/haywire-launcher/project.json index 284a9de..70b209b 100644 --- a/tools/haywire-launcher/project.json +++ b/tools/haywire-launcher/project.json @@ -2,6 +2,7 @@ "$schema": "../../node_modules/nx/schemas/project-schema.json", "name": "haywire-launcher", "targets": { + "pnpm-dedicated-lockfile": {}, "biome": {}, "eslint": {}, "update-ts-references": {}, diff --git a/tools/haywire/project.json b/tools/haywire/project.json index da7ba9d..506c0d1 100644 --- a/tools/haywire/project.json +++ b/tools/haywire/project.json @@ -2,6 +2,7 @@ "$schema": "../../node_modules/nx/schemas/project-schema.json", "name": "haywire", "targets": { + "pnpm-dedicated-lockfile": {}, "barrelify": {}, "biome": {}, "eslint": {}, diff --git a/tools/iso-crypto/project.json b/tools/iso-crypto/project.json index 48e21af..9f5f6e5 100644 --- a/tools/iso-crypto/project.json +++ b/tools/iso-crypto/project.json @@ -2,6 +2,7 @@ "$schema": "../../node_modules/nx/schemas/project-schema.json", "name": "iso-crypto", "targets": { + "pnpm-dedicated-lockfile": {}, "biome": {}, "eslint": {}, "barrelify": {}, diff --git a/tools/mocha-chain/project.json b/tools/mocha-chain/project.json index 3b3ea53..41f65a2 100644 --- a/tools/mocha-chain/project.json +++ b/tools/mocha-chain/project.json @@ -2,6 +2,7 @@ "$schema": "../../node_modules/nx/schemas/project-schema.json", "name": "mocha-chain", "targets": { + "pnpm-dedicated-lockfile": {}, "biome": {}, "eslint": {}, "npm-update-ts-references": {}, diff --git a/tools/named-patch/project.json b/tools/named-patch/project.json index be0d0a1..2b52c4f 100644 --- a/tools/named-patch/project.json +++ b/tools/named-patch/project.json @@ -2,6 +2,7 @@ "$schema": "../../node_modules/nx/schemas/project-schema.json", "name": "named-patch", "targets": { + "pnpm-dedicated-lockfile": {}, "biome": {}, "eslint": {}, "update-ts-references": {}, diff --git a/tools/normalized-react-query/project.json b/tools/normalized-react-query/project.json index eb71f5d..d5a4e6f 100644 --- a/tools/normalized-react-query/project.json +++ b/tools/normalized-react-query/project.json @@ -2,6 +2,7 @@ "$schema": "../../node_modules/nx/schemas/project-schema.json", "name": "normalized-react-query", "targets": { + "pnpm-dedicated-lockfile": {}, "biome": {}, "eslint": {}, "update-ts-references": {}, diff --git a/tools/nx-plugin-handler/project.json b/tools/nx-plugin-handler/project.json index 8bbcafa..bad7da5 100644 --- a/tools/nx-plugin-handler/project.json +++ b/tools/nx-plugin-handler/project.json @@ -2,6 +2,7 @@ "$schema": "../../node_modules/nx/schemas/project-schema.json", "name": "nx-plugin-handler", "targets": { + "pnpm-dedicated-lockfile": {}, "biome": {}, "eslint": {}, "npm-update-ts-references": {}, diff --git a/tools/nx-tsc/project.json b/tools/nx-tsc/project.json index d0ba936..c124e64 100644 --- a/tools/nx-tsc/project.json +++ b/tools/nx-tsc/project.json @@ -2,6 +2,7 @@ "$schema": "../../node_modules/nx/schemas/project-schema.json", "name": "nx-tsc", "targets": { + "pnpm-dedicated-lockfile": {}, "biome": {}, "eslint": {}, "npm-update-ts-references": {}, diff --git a/tools/parse-cwd/project.json b/tools/parse-cwd/project.json index 59d48a4..388dd30 100644 --- a/tools/parse-cwd/project.json +++ b/tools/parse-cwd/project.json @@ -2,6 +2,7 @@ "$schema": "../../node_modules/nx/schemas/project-schema.json", "name": "parse-cwd", "targets": { + "pnpm-dedicated-lockfile": {}, "biome": {}, "eslint": {}, "update-ts-references": {}, diff --git a/tools/punycode-esm/project.json b/tools/punycode-esm/project.json index 4f0b0d2..a1e35c0 100644 --- a/tools/punycode-esm/project.json +++ b/tools/punycode-esm/project.json @@ -2,6 +2,7 @@ "$schema": "../../node_modules/nx/schemas/project-schema.json", "name": "punycode-esm", "targets": { + "pnpm-dedicated-lockfile": {}, "biome": {}, "eslint": {}, "update-ts-references": {}, diff --git a/tools/sinon-typed-stub/project.json b/tools/sinon-typed-stub/project.json index fdf708e..811e5d0 100644 --- a/tools/sinon-typed-stub/project.json +++ b/tools/sinon-typed-stub/project.json @@ -2,6 +2,7 @@ "$schema": "../../node_modules/nx/schemas/project-schema.json", "name": "sinon-typed-stub", "targets": { + "pnpm-dedicated-lockfile": {}, "biome": {}, "eslint": {}, "npm-update-ts-references": {}, diff --git a/tools/static-emitter/project.json b/tools/static-emitter/project.json index 5cf9926..2e7b651 100644 --- a/tools/static-emitter/project.json +++ b/tools/static-emitter/project.json @@ -2,6 +2,7 @@ "$schema": "../../node_modules/nx/schemas/project-schema.json", "name": "static-emitter", "targets": { + "pnpm-dedicated-lockfile": {}, "biome": {}, "eslint": {}, "update-ts-references": {},