chore(idp): bump to pnpm-11 and migrate config

This commit is contained in:
Ralf Haferkamp
2026-05-21 12:17:31 +02:00
parent a52de9fe9e
commit 075bddd1cb
3 changed files with 13 additions and 10 deletions
-2
View File
@@ -1,2 +0,0 @@
auto-install-peers=true
public-hoist-pattern[]=*
+1 -8
View File
@@ -82,12 +82,5 @@
"webpack-manifest-plugin": "5.0.0",
"workbox-webpack-plugin": "7.4.0"
},
"pnpm": {
"overrides": {
"fast-uri": ">=3.1.2",
"serialize-javascript@<7.0.3": ">=7.0.3",
"@xmldom/xmldom": ">=0.8.13"
}
},
"packageManager": "pnpm@9.15.4"
"packageManager": "pnpm@11.1.3"
}
+12
View File
@@ -0,0 +1,12 @@
autoInstallPeers: true
publicHoistPattern:
- "*"
overrides:
fast-uri: ">=3.1.2"
"serialize-javascript@<7.0.3": ">=7.0.3"
"@xmldom/xmldom": ">=0.8.13"
allowBuilds:
esbuild: true