1
0
mirror of https://git.boykissers.com/pawkey/pawkey-sk.git synced 2025-12-20 04:04:16 +00:00

Merge tag '2024.11.0' into feature/2024.10

This commit is contained in:
dakkar
2024-11-22 12:29:04 +00:00
234 changed files with 6612 additions and 4634 deletions

View File

@@ -21,12 +21,12 @@
"lint": "pnpm typecheck && pnpm eslint"
},
"devDependencies": {
"@types/node": "20.14.12",
"@types/node": "22.9.0",
"@typescript-eslint/eslint-plugin": "7.17.0",
"@typescript-eslint/parser": "7.17.0",
"esbuild": "0.23.0",
"eslint-plugin-vue": "9.27.0",
"typescript": "5.5.4",
"esbuild": "0.24.0",
"eslint-plugin-vue": "9.31.0",
"typescript": "5.6.3",
"vue-eslint-parser": "9.4.3"
},
"files": [
@@ -34,6 +34,6 @@
],
"dependencies": {
"misskey-js": "workspace:*",
"vue": "3.4.37"
"vue": "3.5.12"
}
}