fix
This commit is contained in:
parent
3e593c4563
commit
9ad37e5663
|
@ -62,8 +62,7 @@
|
|||
"terser": "5.36.0",
|
||||
"typescript": "5.6.3",
|
||||
"esbuild": "0.24.0",
|
||||
"glob": "11.0.0",
|
||||
"tsx": "4.19.2"
|
||||
"glob": "11.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@misskey-dev/eslint-plugin": "2.0.3",
|
||||
|
|
|
@ -9,10 +9,13 @@
|
|||
"lint": "eslint"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tabler/icons-webfont": "https://github.com/misskey-dev/tabler-icons/archive/refs/tags/3.29.0-mi.1913+5921534bc.tar.gz",
|
||||
"@types/node": "22.9.0",
|
||||
"@typescript-eslint/eslint-plugin": "7.17.0",
|
||||
"@typescript-eslint/parser": "7.17.0",
|
||||
"eslint": "8.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@tabler/icons-webfont": "https://github.com/misskey-dev/tabler-icons/archive/refs/tags/3.29.0-mi.1913+5921534bc.tar.gz",
|
||||
"harfbuzzjs": "0.4.4",
|
||||
"tiny-glob": "^0.2.9",
|
||||
"tsx": "4.4.0",
|
||||
|
|
509
pnpm-lock.yaml
509
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue