mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-22 04:26:23 +08:00
chore: bump up all non-major npm dependencies
This commit is contained in:
@@ -13,8 +13,8 @@ aes-gcm = { workspace = true }
|
||||
affine_common = { workspace = true, features = ["hashcash", "napi"] }
|
||||
affine_doc_loader = { workspace = true }
|
||||
anyhow = { workspace = true }
|
||||
assetpack-core = "0.1.0"
|
||||
assetpack-transform-precomp2 = "0.1.0"
|
||||
assetpack-core = "0.2.0"
|
||||
assetpack-transform-precomp2 = "0.2.0"
|
||||
base64 = { workspace = true }
|
||||
chrono = { workspace = true }
|
||||
crc32fast = "1.5.0"
|
||||
@@ -26,8 +26,8 @@ homedir = { workspace = true }
|
||||
image = { workspace = true }
|
||||
infer = { workspace = true }
|
||||
instant-xml = "0.7.5"
|
||||
jsonschema = "0.47"
|
||||
libwebp-sys = "0.9.6"
|
||||
jsonschema = "0.48"
|
||||
libwebp-sys = "0.14.0"
|
||||
little_exif = { workspace = true }
|
||||
llm_adapter = { workspace = true, features = ["schema", "ureq-client"] }
|
||||
llm_runtime = { workspace = true, features = ["schema", "ureq-client"] }
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
"build:debug": "napi build --no-const-enum"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@napi-rs/cli": "3.5.0",
|
||||
"@napi-rs/cli": "3.7.3",
|
||||
"tiktoken": "^1.0.17"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -82,7 +82,7 @@
|
||||
"graphql-scalars": "^1.24.0",
|
||||
"graphql-upload": "^17.0.0",
|
||||
"html-validate": "^9.0.0",
|
||||
"htmlrewriter": "^0.0.12",
|
||||
"htmlrewriter": "^0.0.13",
|
||||
"http-errors": "^2.0.0",
|
||||
"ioredis": "^5.11.1",
|
||||
"is-mobile": "^5.0.0",
|
||||
@@ -98,7 +98,7 @@
|
||||
"piscina": "^5.1.4",
|
||||
"prisma": "^6.6.0",
|
||||
"react": "^19.2.1",
|
||||
"react-dom": "19.2.1",
|
||||
"react-dom": "19.2.7",
|
||||
"reflect-metadata": "^0.2.2",
|
||||
"rxjs": "^7.8.2",
|
||||
"semver": "^7.7.4",
|
||||
|
||||
Reference in New Issue
Block a user