mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-05-24 22:19:09 -05:00
chore(idp): bump to pnpm-11 and migrate config
This commit is contained in:
@@ -1,2 +0,0 @@
|
||||
auto-install-peers=true
|
||||
public-hoist-pattern[]=*
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user