chore: bump dependencies & updated workflow

This commit is contained in:
Neko Ayaka
2025-02-18 14:27:21 +08:00
parent cbb5f2b1ee
commit 57be907359
20 changed files with 1524 additions and 1439 deletions
+2 -3
View File
@@ -34,12 +34,11 @@
"dev": "pnpm run stub",
"stub": "unbuild --stub",
"build": "unbuild",
"typecheck": "tsc --noEmit",
"package:publish": "pnpm build && pnpm publish --access public --no-git-checks"
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@proj-airi/server-shared": "workspace:^",
"crossws": "^0.3.3",
"crossws": "^0.3.4",
"defu": "^6.1.4"
}
}