diff --git a/package.json b/package.json index 9e3d664..4ea5d0e 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "private": true, "type": "module", "license": "CC0-1.0", - "packageManager": "pnpm@10.34.1", + "packageManager": "pnpm@11.5.0", "scripts": { "postinstall": "simple-git-hooks", "dev": "vitepress dev src", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 9fde9e5..557a788 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1906,8 +1906,8 @@ packages: base64-js@1.5.1: resolution: {integrity: sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==} - baseline-browser-mapping@2.10.33: - resolution: {integrity: sha512-bA6+tcSLpz2tIEdDXZPpPTIuxBcC4+w6SieaYyfigIa4h8GlFxbA17v22Vx3JUtuZQj9SgOsnbK+aTBzyDyEuw==} + baseline-browser-mapping@2.10.32: + resolution: {integrity: sha512-wbPvpyjJPC0zdfdKXxqEL3Ea+bOMD/87X4lftiJkkaBiuG6ALQy1SLmEd7BSmVCuwCQsBrCamgBoLyfFDD1EPg==} engines: {node: '>=6.0.0'} hasBin: true @@ -6255,7 +6255,7 @@ snapshots: base64-js@1.5.1: {} - baseline-browser-mapping@2.10.33: {} + baseline-browser-mapping@2.10.32: {} birpc@2.8.0: {} @@ -6285,7 +6285,7 @@ snapshots: browserslist@4.28.2: dependencies: - baseline-browser-mapping: 2.10.33 + baseline-browser-mapping: 2.10.32 caniuse-lite: 1.0.30001793 electron-to-chromium: 1.5.364 node-releases: 2.0.46 diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml new file mode 100644 index 0000000..e7d3198 --- /dev/null +++ b/pnpm-workspace.yaml @@ -0,0 +1,5 @@ +allowBuilds: + esbuild: true + nice-napi: true + sharp: true + simple-git-hooks: true