Fix root monorepo package json focused installation (#20292)

# Introduction
Running `yarn workspace focus twenty`( only installing root package.json
dependencies ) would fail because the yarn constraint expect the yarn
types to be installed
This commit is contained in:
Paul Rastoin
2026-05-05 17:13:31 +02:00
committed by GitHub
parent 3d60e6dbfc
commit 3b180e7cb5
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -9,6 +9,7 @@
"@nx/web": "22.5.4",
"@types/react": "^18.2.39",
"@types/react-dom": "^18.2.15",
"@yarnpkg/types": "^4.0.0",
"concurrently": "^8.2.2",
"http-server": "^14.1.1",
"nx": "22.5.4",
+1
View File
@@ -54951,6 +54951,7 @@ __metadata:
"@nx/web": "npm:22.5.4"
"@types/react": "npm:^18.2.39"
"@types/react-dom": "npm:^18.2.15"
"@yarnpkg/types": "npm:^4.0.0"
concurrently: "npm:^8.2.2"
http-server: "npm:^14.1.1"
nx: "npm:22.5.4"