Switch from pnpm to npm, fix codemirror deps

- Use npm with legacy-peer-deps for peer dep conflicts
- Use ^6.0.0 for @codemirror/state and @codemirror/view
- Remove pnpm lockfile and workspace config

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@gapmiss 2026-05-23 06:36:10 -05:00
parent 299ab45e8e
commit 249d6405a4
5 changed files with 5061 additions and 3054 deletions

3
.npmrc
View file

@ -1 +1,2 @@
tag-version-prefix="" tag-version-prefix=""
legacy-peer-deps=true

5057
package-lock.json generated Normal file

File diff suppressed because it is too large Load diff

View file

@ -26,7 +26,7 @@
"typescript-eslint": "^8.59.4" "typescript-eslint": "^8.59.4"
}, },
"dependencies": { "dependencies": {
"@codemirror/state": "6.5.0", "@codemirror/state": "^6.0.0",
"@codemirror/view": "6.38.6" "@codemirror/view": "^6.0.0"
} }
} }

File diff suppressed because it is too large Load diff

View file

@ -1,2 +0,0 @@
allowBuilds:
esbuild: set this to true or false