diff --git a/package.json b/package.json index fb315fe29..17046193e 100644 --- a/package.json +++ b/package.json @@ -112,27 +112,8 @@ "vitest": "^1.6.0", "wait-on": "^8.0.1" }, - "pnpm": { - "overrides": { - "@types/react": "^18.2.0", - "@types/react-dom": "^18.2.0", - "sharp": "^0.34.5" - }, - "packageExtensions": { - "@mintlify/link-rot": { - "dependencies": { - "react": "*", - "react-dom": "*" - } - } - }, - "patchedDependencies": { - "openid-client@5.6.4": "patches/openid-client@5.6.4.patch" - } - }, "engines": { - "npm": ">=10.0.0", - "node": ">=20.0.0" + "node": ">=22.13.0" }, "packageManager": "pnpm@11.5.0+sha512.dbfcc4f81cf48597afd4bc391ffdf12c11f1a9fb83a395bfa6b0a2d9cc2fd8ffebafdb1ccbd529632153f793904c2615b7f09fe1a345473fd1c35845172a8eb1", "dependencies": { diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 387fb34b6..a672daeb3 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -11,6 +11,20 @@ minimumReleaseAge: 10080 blockExoticSubdeps: true +overrides: + '@types/react': ^18.2.0 + '@types/react-dom': ^18.2.0 + sharp: ^0.34.5 + +packageExtensions: + '@mintlify/link-rot': + dependencies: + react: '*' + react-dom: '*' + +patchedDependencies: + openid-client@5.6.4: patches/openid-client@5.6.4.patch + allowBuilds: '@prisma/engines': true '@sentry/cli': true