mirror of
https://github.com/gapmiss/badges.git
synced 2026-07-22 08:00:30 +00:00
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:
parent
299ab45e8e
commit
249d6405a4
5 changed files with 5061 additions and 3054 deletions
3
.npmrc
3
.npmrc
|
|
@ -1 +1,2 @@
|
|||
tag-version-prefix=""
|
||||
tag-version-prefix=""
|
||||
legacy-peer-deps=true
|
||||
5057
package-lock.json
generated
Normal file
5057
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -26,7 +26,7 @@
|
|||
"typescript-eslint": "^8.59.4"
|
||||
},
|
||||
"dependencies": {
|
||||
"@codemirror/state": "6.5.0",
|
||||
"@codemirror/view": "6.38.6"
|
||||
"@codemirror/state": "^6.0.0",
|
||||
"@codemirror/view": "^6.0.0"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
3049
pnpm-lock.yaml
3049
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
|
|
@ -1,2 +0,0 @@
|
|||
allowBuilds:
|
||||
esbuild: set this to true or false
|
||||
Loading…
Reference in a new issue