mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 16:38:19 +01:00
chore: ⬆️ Upgrade dependencies
This commit is contained in:
parent
d000914f61
commit
e8827bccfa
11
package.json
11
package.json
|
|
@ -88,7 +88,7 @@
|
||||||
"@types/pg": "^8.11.10",
|
"@types/pg": "^8.11.10",
|
||||||
"@types/qs": "^6.9.16",
|
"@types/qs": "^6.9.16",
|
||||||
"drizzle-kit": "^0.25.0",
|
"drizzle-kit": "^0.25.0",
|
||||||
"oclif": "^4.15.6",
|
"oclif": "^4.15.8",
|
||||||
"ts-prune": "^0.10.3",
|
"ts-prune": "^0.10.3",
|
||||||
"typescript": "^5.6.3",
|
"typescript": "^5.6.3",
|
||||||
"zod-to-json-schema": "^3.23.3"
|
"zod-to-json-schema": "^3.23.3"
|
||||||
|
|
@ -111,11 +111,11 @@
|
||||||
"@sentry/bun": "^8.34.0",
|
"@sentry/bun": "^8.34.0",
|
||||||
"@tufjs/canonical-json": "^2.0.0",
|
"@tufjs/canonical-json": "^2.0.0",
|
||||||
"@versia/client": "^0.1.0",
|
"@versia/client": "^0.1.0",
|
||||||
"@versia/federation": "^0.1.1-rc.4",
|
"@versia/federation": "^0.1.1",
|
||||||
"@versia/kit": "workspace:*",
|
"@versia/kit": "workspace:*",
|
||||||
"altcha-lib": "^1.1.0",
|
"altcha-lib": "^1.1.0",
|
||||||
"blurhash": "^2.0.5",
|
"blurhash": "^2.0.5",
|
||||||
"bullmq": "^5.19.0",
|
"bullmq": "^5.20.0",
|
||||||
"c12": "^2.0.1",
|
"c12": "^2.0.1",
|
||||||
"chalk": "^5.3.0",
|
"chalk": "^5.3.0",
|
||||||
"cli-progress": "^3.12.0",
|
"cli-progress": "^3.12.0",
|
||||||
|
|
@ -138,7 +138,7 @@
|
||||||
"markdown-it-container": "^4.0.0",
|
"markdown-it-container": "^4.0.0",
|
||||||
"markdown-it-toc-done-right": "^4.2.0",
|
"markdown-it-toc-done-right": "^4.2.0",
|
||||||
"mime-types": "^2.1.35",
|
"mime-types": "^2.1.35",
|
||||||
"oauth4webapi": "^3.0.0",
|
"oauth4webapi": "^3.1.0",
|
||||||
"ora": "^8.1.0",
|
"ora": "^8.1.0",
|
||||||
"pg": "^8.13.0",
|
"pg": "^8.13.0",
|
||||||
"prom-client": "^15.1.3",
|
"prom-client": "^15.1.3",
|
||||||
|
|
@ -154,8 +154,5 @@
|
||||||
"xss": "^1.0.15",
|
"xss": "^1.0.15",
|
||||||
"zod": "^3.23.8",
|
"zod": "^3.23.8",
|
||||||
"zod-validation-error": "^3.4.0"
|
"zod-validation-error": "^3.4.0"
|
||||||
},
|
|
||||||
"patchedDependencies": {
|
|
||||||
"@versia/federation@0.1.1-rc.4": "patches/@versia%2Ffederation@0.1.1-rc.4.patch"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,42 +0,0 @@
|
||||||
diff --git a/dist/schemas.js b/dist/schemas.js
|
|
||||||
index 863bad7a46138cb41f5c946135c310029040079c..a0c671d98ce605e11729a58dfcfc256ce819b59f 100644
|
|
||||||
--- a/dist/schemas.js
|
|
||||||
+++ b/dist/schemas.js
|
|
||||||
@@ -1,27 +1,4 @@
|
|
||||||
-import {
|
|
||||||
- CollectionSchema,
|
|
||||||
- ContentFormatSchema,
|
|
||||||
- CustomEmojiExtensionSchema,
|
|
||||||
- DeleteSchema,
|
|
||||||
- DislikeSchema,
|
|
||||||
- EntitySchema,
|
|
||||||
- ExtensionPropertySchema,
|
|
||||||
- FollowAcceptSchema,
|
|
||||||
- FollowRejectSchema,
|
|
||||||
- FollowSchema,
|
|
||||||
- GroupSchema,
|
|
||||||
- InstanceMetadataSchema,
|
|
||||||
- LikeSchema,
|
|
||||||
- NoteSchema,
|
|
||||||
- ReactionSchema,
|
|
||||||
- ShareSchema,
|
|
||||||
- UnfollowSchema,
|
|
||||||
- UserSchema,
|
|
||||||
- VanityExtensionSchema,
|
|
||||||
- VoteSchema,
|
|
||||||
- WebFingerSchema
|
|
||||||
- } from "./chunk-xkj0ty3v.js";
|
|
||||||
- export {
|
|
||||||
+export {
|
|
||||||
WebFingerSchema as WebFinger,
|
|
||||||
VanityExtensionSchema as VanityExtension,
|
|
||||||
UserSchema as User,
|
|
||||||
@@ -43,6 +20,6 @@ import {
|
|
||||||
CustomEmojiExtensionSchema as CustomEmojiExtension,
|
|
||||||
ContentFormatSchema as ContentFormat,
|
|
||||||
CollectionSchema as Collection
|
|
||||||
- };
|
|
||||||
+} from "./chunk-xkj0ty3v.js";
|
|
||||||
|
|
||||||
//# debugId=E689838DDC6D7A1264756E2164756E21
|
|
||||||
\ No newline at end of file
|
|
||||||
Loading…
Reference in a new issue