diff --git a/package.json b/package.json index 6ae16ad..6e0b0dc 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "vite-plugin-image-tools": "^4.1.1", "vitepress": "2.0.0-alpha.17" }, - "packageManager": "pnpm@11.0.0-dev.1005+sha512.91f84a392eea348ea4852a182912d2520273a4336f933b78cc44bc931eb999923c097e9433a9b355adc1f725725ea99082fc9f032a559df832632e764c92c798", + "packageManager": "pnpm@11.10.0+sha512.0b7f8b98060031904c017e3a41eb187a16d40eeb829b95c4f8cb03681761fc4ab53dd219115b9b447f4dce1a05a214764461e7d3703392a9f32f9511ce8c86c8", "scripts": { "docs:dev": "vitepress dev docs", "docs:build": "vitepress build docs", @@ -31,12 +31,5 @@ "tailwindcss": "^4.2.4", "uuid": "^14.0.0", "vue": "^3.5.33" - }, - "pnpm": { - "peerDependencyRules": { - "allowedVersions": { - "markdown-it-math@5.2.1>temml": "0.13.2" - } - } } } diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 70403da..c7852c4 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -1,7 +1,11 @@ -onlyBuiltDependencies: - - '@parcel/watcher' - - esbuild - - sharp +allowBuilds: + '@parcel/watcher': true + esbuild: true + sharp: true patchedDependencies: vitepress@2.0.0-alpha.17: patches/vitepress@2.0.0-alpha.17.patch + +peerDependencyRules: + allowedVersions: + "markdown-it-math@5.2.1>temml": "0.13.2" \ No newline at end of file