1
0
Fork 1
mirror of https://example.com synced 2024-11-22 05:26:38 +09:00

chore: upgrade dependencies

holding @swc/cli and megalodon
This commit is contained in:
naskya 2024-01-25 03:50:41 +09:00
parent 9f4d6a6ed0
commit 030e31f3c5
Signed by: naskya
GPG key ID: 712D413B3A9FED5C
10 changed files with 222 additions and 207 deletions

View file

@ -9,7 +9,7 @@
"engines": {
"node": ">= 18.17.0"
},
"packageManager": "pnpm@8.14.2",
"packageManager": "pnpm@8.14.3",
"private": true,
"scripts": {
"rebuild": "pnpm run clean && pnpm run build",
@ -44,14 +44,14 @@
"js-yaml": "4.1.0"
},
"devDependencies": {
"@biomejs/biome": "1.5.2",
"@biomejs/cli-darwin-arm64": "1.5.2",
"@biomejs/cli-darwin-x64": "1.5.2",
"@biomejs/cli-linux-arm64": "1.5.2",
"@biomejs/cli-linux-x64": "1.5.2",
"@types/node": "20.11.5",
"@biomejs/biome": "1.5.3",
"@biomejs/cli-darwin-arm64": "1.5.3",
"@biomejs/cli-darwin-x64": "1.5.3",
"@biomejs/cli-linux-arm64": "1.5.3",
"@biomejs/cli-linux-x64": "1.5.3",
"@types/node": "20.11.6",
"execa": "8.0.1",
"pnpm": "8.14.2",
"pnpm": "8.14.3",
"typescript": "5.3.3"
}
}

View file

@ -412,9 +412,9 @@ checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
[[package]]
name = "chrono"
version = "0.4.31"
version = "0.4.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f2c685bad3eb3d45a01354cedb7d5faa66194d1d58ba6e267a8de788f79db38"
checksum = "41daef31d7a747c5c847246f36de49ced6f7403b4cdabc807a97b5cc184cda7a"
dependencies = [
"android-tzdata",
"iana-time-zone",
@ -422,7 +422,7 @@ dependencies = [
"num-traits",
"serde",
"wasm-bindgen",
"windows-targets 0.48.5",
"windows-targets 0.52.0",
]
[[package]]
@ -1271,9 +1271,9 @@ dependencies = [
[[package]]
name = "napi"
version = "2.14.2"
version = "2.14.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2fc1cb00cde484640da9f01a124edbb013576a6ae9843b23857c940936b76d91"
checksum = "902495f6b80f53f8435aefbbd2241c9c675fa239cd7e5f8e28fb57f3b69ecd09"
dependencies = [
"bitflags 2.4.2",
"chrono",
@ -2025,9 +2025,9 @@ dependencies = [
[[package]]
name = "sea-orm"
version = "0.12.11"
version = "0.12.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "59f66e2129991acd51fcad7b59da1edd862edca69773cc9a19cb17b967fae2fb"
checksum = "0cbf88748872fa54192476d6d49d0775e208566a72656e267e45f6980b926c8d"
dependencies = [
"async-stream",
"async-trait",
@ -2053,9 +2053,9 @@ dependencies = [
[[package]]
name = "sea-orm-macros"
version = "0.12.11"
version = "0.12.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b03da1864306242678ac3b6567e69f70dd1252a72742baa23a4d92d2d45da3fc"
checksum = "e0dbc880d47aa53c6a572e39c99402c7fad59b50766e51e0b0fc1306510b0555"
dependencies = [
"heck",
"proc-macro2",

View file

@ -13,7 +13,7 @@ crate-type = ["cdylib", "lib"]
[dependencies]
async-trait = "0.1.77"
cfg-if = "1.0.0"
chrono = "0.4.31"
chrono = "0.4.32"
cuid2 = "0.1.2"
idna = "0.5.0"
jsonschema = "0.17.1"
@ -21,7 +21,7 @@ once_cell = "1.19.0"
parse-display = "0.8.2"
rand = "0.8.5"
schemars = { version = "0.8.16", features = ["chrono"] }
sea-orm = { version = "0.12.11", features = ["sqlx-postgres", "runtime-tokio-rustls"] }
sea-orm = { version = "0.12.12", features = ["sqlx-postgres", "runtime-tokio-rustls"] }
serde = { version = "1.0.195", features = ["derive"] }
serde_json = "1.0.111"
serde_yaml = "0.9.30"
@ -30,7 +30,7 @@ tokio = { version = "1.35.1", features = ["full"] }
url = "2.5.0"
# Default enable napi4 feature, see https://nodejs.org/api/n-api.html#node-api-version-matrix
napi = { version = "2.14.2", default-features = false, features = ["napi9", "tokio_rt", "chrono_date", "serde-json"] }
napi = { version = "2.14.4", default-features = false, features = ["napi9", "tokio_rt", "chrono_date", "serde-json"] }
napi-derive = { version = "2.14.6", optional = true }
basen = "0.1.0"

View file

@ -24,7 +24,7 @@
"license": "MIT",
"devDependencies": {
"@napi-rs/cli": "2.18.0",
"ava": "6.0.1"
"ava": "6.1.0"
},
"ava": {
"timeout": "3m"

View file

@ -28,14 +28,14 @@
"@koa/router": "12.0.1",
"@ladjs/koa-views": "9.0.0",
"@peertube/http-signature": "1.7.0",
"@redocly/openapi-core": "1.6.0",
"@redocly/openapi-core": "1.7.0",
"@sinonjs/fake-timers": "11.2.2",
"@twemoji/parser": "^15.0.0",
"adm-zip": "^0.5.10",
"ajv": "8.12.0",
"archiver": "6.0.1",
"argon2": "^0.31.2",
"aws-sdk": "2.1540.0",
"aws-sdk": "2.1542.0",
"axios": "1.6.5",
"backend-rs": "workspace:*",
"bcryptjs": "2.4.3",
@ -48,7 +48,7 @@
"cli-highlight": "2.1.11",
"color-convert": "2.0.1",
"content-disposition": "0.5.4",
"date-fns": "3.3.0",
"date-fns": "3.3.1",
"decompress": "4.2.1",
"deep-email-validator": "0.1.21",
"deepl-node": "1.11.0",
@ -59,7 +59,7 @@
"firefish-js": "workspace:*",
"got": "14.0.0",
"gunzip-maybe": "1.4.2",
"happy-dom": "13.2.0",
"happy-dom": "13.3.1",
"hpagent": "1.2.0",
"ioredis": "5.3.2",
"ip-cidr": "4.0.0",
@ -125,7 +125,7 @@
"xev": "3.0.2"
},
"devDependencies": {
"@swc/cli": "0.1.64",
"@swc/cli": "0.1.65",
"@swc/core": "1.3.105",
"@types/adm-zip": "0.5.5",
"@types/bcryptjs": "2.4.6",
@ -144,7 +144,7 @@
"@types/koa__cors": "5.0.0",
"@types/koa__multer": "2.0.7",
"@types/koa__router": "12.0.4",
"@types/node": "20.11.5",
"@types/node": "20.11.6",
"@types/node-fetch": "2.6.11",
"@types/nodemailer": "6.4.14",
"@types/oauth": "0.9.4",
@ -177,7 +177,7 @@
"ts-node": "10.9.2",
"tsconfig-paths": "4.2.0",
"typescript": "5.3.3",
"webpack": "5.89.0",
"webpack": "5.90.0",
"ws": "8.16.0"
}
}

View file

@ -46,7 +46,7 @@
"city-timezones": "1.2.1",
"compare-versions": "6.1.0",
"cropperjs": "2.0.0-beta.4",
"date-fns": "3.3.0",
"date-fns": "3.3.1",
"emojilib": "^3.0.11",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-file-progress": "1.3.0",
@ -76,7 +76,7 @@
"swiper": "11.0.5",
"syuilo-password-strength": "0.0.1",
"textarea-caret": "3.1.0",
"three": "0.160.0",
"three": "0.160.1",
"throttle-debounce": "5.0.0",
"tinycolor2": "1.6.0",
"tinyld": "^1.3.4",

View file

@ -18,10 +18,10 @@
"url": "https://code.naskya.net/naskya/firefish"
},
"devDependencies": {
"@swc/cli": "0.1.64",
"@swc/cli": "0.1.65",
"@swc/core": "1.3.105",
"@swc/types": "0.1.5",
"@types/node": "20.11.5",
"@types/node": "20.11.6",
"ts-node": "10.9.2",
"tsd": "0.30.4",
"typescript": "5.3.3"

View file

@ -9,7 +9,7 @@
"format": "pnpm biome format * --write"
},
"devDependencies": {
"@swc/cli": "0.1.64",
"@swc/cli": "0.1.65",
"@swc/core": "1.3.105",
"@swc/core-android-arm64": "1.3.11",
"firefish-js": "workspace:*",

View file

@ -21,7 +21,7 @@
"isolatedModules": true,
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"],
"@/*": ["./src/*"]
},
"typeRoots": [
"node_modules/@types",

File diff suppressed because it is too large Load diff