mirror of
https://example.com
synced 2024-11-22 16:06:38 +09:00
chore: upgrade dependencies
This commit is contained in:
parent
49a1b51150
commit
9488d49208
6 changed files with 494 additions and 472 deletions
File diff suppressed because it is too large
Load diff
22
package.json
22
package.json
|
@ -6,7 +6,7 @@
|
|||
"type": "git",
|
||||
"url": "https://code.naskya.net/naskya/firefish"
|
||||
},
|
||||
"packageManager": "pnpm@8.14.0",
|
||||
"packageManager": "pnpm@8.14.1",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"rebuild": "pnpm run clean && pnpm run build",
|
||||
|
@ -34,10 +34,10 @@
|
|||
"chokidar": "3.3.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"@bull-board/api": "5.11.0",
|
||||
"@bull-board/ui": "5.11.0",
|
||||
"@bull-board/api": "5.13.0",
|
||||
"@bull-board/ui": "5.13.0",
|
||||
"@napi-rs/cli": "2.17.0",
|
||||
"@tensorflow/tfjs": "4.15.0",
|
||||
"@tensorflow/tfjs": "4.16.0",
|
||||
"gulp": "4.0.2",
|
||||
"gulp-cssnano": "2.1.3",
|
||||
"gulp-rename": "2.0.0",
|
||||
|
@ -47,19 +47,19 @@
|
|||
"seedrandom": "3.0.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@biomejs/biome": "1.4.1",
|
||||
"@biomejs/cli-darwin-arm64": "1.4.1",
|
||||
"@biomejs/cli-darwin-x64": "1.4.1",
|
||||
"@biomejs/cli-linux-arm64": "1.4.1",
|
||||
"@biomejs/cli-linux-x64": "1.4.1",
|
||||
"@biomejs/biome": "1.5.1",
|
||||
"@biomejs/cli-darwin-arm64": "1.5.1",
|
||||
"@biomejs/cli-darwin-x64": "1.5.1",
|
||||
"@biomejs/cli-linux-arm64": "1.5.1",
|
||||
"@biomejs/cli-linux-x64": "1.5.1",
|
||||
"@types/gulp": "4.0.17",
|
||||
"@types/gulp-rename": "2.0.6",
|
||||
"@types/node": "20.10.7",
|
||||
"@types/node": "20.11.0",
|
||||
"add": "2.0.6",
|
||||
"cross-env": "7.0.3",
|
||||
"execa": "8.0.1",
|
||||
"install-peers": "^1.0.4",
|
||||
"pnpm": "8.14.0",
|
||||
"pnpm": "8.14.1",
|
||||
"typescript": "5.3.3"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -36,7 +36,9 @@
|
|||
"artifacts": "napi artifacts",
|
||||
"build": "pnpm run build:napi && pnpm run build:migration",
|
||||
"build:napi": "napi build --features napi --platform --release ./built/",
|
||||
"build:migration": "cargo build --locked --release --manifest-path ./migration/Cargo.toml && cp -v ./target/release/migration ./built/migration",
|
||||
"build:migration": "pnpm run build:migration:cargo && pnpm run build:migration:copy",
|
||||
"build:migration:cargo": "cargo build --locked --release --manifest-path ./migration/Cargo.toml",
|
||||
"build:migration:copy": "cp -v ./target/release/migration ./built/migration",
|
||||
"build:debug": "napi build --features napi --platform ./built/ && cargo build --locked --manifest-path ./migration/Cargo.toml && cp -v ./target/debug/migration ./built/migration",
|
||||
"prepublishOnly": "napi prepublish -t npm",
|
||||
"universal": "napi universal",
|
||||
|
|
|
@ -21,12 +21,12 @@
|
|||
},
|
||||
"optionalDependencies": {
|
||||
"@swc/core-android-arm64": "1.3.11",
|
||||
"@tensorflow/tfjs-node": "4.15.0"
|
||||
"@tensorflow/tfjs-node": "4.16.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@bull-board/api": "5.11.0",
|
||||
"@bull-board/koa": "5.11.0",
|
||||
"@bull-board/ui": "5.11.0",
|
||||
"@bull-board/api": "5.13.0",
|
||||
"@bull-board/koa": "5.13.0",
|
||||
"@bull-board/ui": "5.13.0",
|
||||
"@discordapp/twemoji": "^15.0.2",
|
||||
"@koa/cors": "5.0.0",
|
||||
"@koa/multer": "3.0.2",
|
||||
|
@ -35,26 +35,26 @@
|
|||
"@peertube/http-signature": "1.7.0",
|
||||
"@redocly/openapi-core": "1.6.0",
|
||||
"@sinonjs/fake-timers": "11.2.2",
|
||||
"@tensorflow/tfjs": "^4.15.0",
|
||||
"@tensorflow/tfjs": "^4.16.0",
|
||||
"@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.1531.0",
|
||||
"aws-sdk": "2.1535.0",
|
||||
"axios": "1.6.5",
|
||||
"bcryptjs": "2.4.3",
|
||||
"blurhash": "2.0.5",
|
||||
"bull": "4.12.0",
|
||||
"cacheable-lookup": "TheEssem/cacheable-lookup",
|
||||
"cbor-x": "1.5.7",
|
||||
"cbor-x": "1.5.8",
|
||||
"chalk": "5.3.0",
|
||||
"chalk-template": "1.1.0",
|
||||
"chokidar": "3.5.3",
|
||||
"cli-highlight": "2.1.11",
|
||||
"color-convert": "2.0.1",
|
||||
"content-disposition": "0.5.4",
|
||||
"date-fns": "3.1.0",
|
||||
"date-fns": "3.2.0",
|
||||
"decompress": "4.2.1",
|
||||
"deep-email-validator": "0.1.21",
|
||||
"deepl-node": "1.11.0",
|
||||
|
@ -65,7 +65,7 @@
|
|||
"firefish-js": "workspace:*",
|
||||
"got": "14.0.0",
|
||||
"gunzip-maybe": "1.4.2",
|
||||
"happy-dom": "12.10.3",
|
||||
"happy-dom": "13.0.4",
|
||||
"hpagent": "1.2.0",
|
||||
"ioredis": "5.3.2",
|
||||
"ip-cidr": "4.0.0",
|
||||
|
@ -116,7 +116,7 @@
|
|||
"rss-parser": "3.13.0",
|
||||
"sanitize-html": "2.11.0",
|
||||
"semver": "7.5.4",
|
||||
"sharp": "0.33.1",
|
||||
"sharp": "0.33.2",
|
||||
"stringz": "2.1.0",
|
||||
"summaly": "2.7.0",
|
||||
"syslog-pro": "1.0.0",
|
||||
|
@ -142,7 +142,7 @@
|
|||
"@types/js-yaml": "4.0.9",
|
||||
"@types/jsonld": "1.5.13",
|
||||
"@types/jsrsasign": "10.5.12",
|
||||
"@types/koa": "2.13.12",
|
||||
"@types/koa": "2.14.0",
|
||||
"@types/koa-bodyparser": "4.3.12",
|
||||
"@types/koa-cors": "0.0.6",
|
||||
"@types/koa-favicon": "2.1.3",
|
||||
|
@ -152,7 +152,7 @@
|
|||
"@types/koa__cors": "5.0.0",
|
||||
"@types/koa__multer": "2.0.7",
|
||||
"@types/koa__router": "12.0.4",
|
||||
"@types/node": "20.10.7",
|
||||
"@types/node": "20.11.0",
|
||||
"@types/node-fetch": "2.6.10",
|
||||
"@types/nodemailer": "6.4.14",
|
||||
"@types/oauth": "0.9.4",
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
"@types/gulp-rename": "2.0.6",
|
||||
"@types/insert-text-at-cursor": "0.3.2",
|
||||
"@types/katex": "0.16.7",
|
||||
"@types/matter-js": "0.19.5",
|
||||
"@types/matter-js": "0.19.6",
|
||||
"@types/prismjs": "1.26.3",
|
||||
"@types/punycode": "2.1.3",
|
||||
"@types/seedrandom": "3.0.8",
|
||||
|
@ -31,9 +31,9 @@
|
|||
"@types/throttle-debounce": "5.0.2",
|
||||
"@types/tinycolor2": "1.4.6",
|
||||
"@types/uuid": "9.0.7",
|
||||
"@vitejs/plugin-vue": "5.0.2",
|
||||
"@vue/compiler-sfc": "3.4.5",
|
||||
"@vue/runtime-core": "3.4.5",
|
||||
"@vitejs/plugin-vue": "5.0.3",
|
||||
"@vue/compiler-sfc": "3.4.12",
|
||||
"@vue/runtime-core": "3.4.12",
|
||||
"autobind-decorator": "2.4.0",
|
||||
"autosize": "6.0.1",
|
||||
"blurhash": "2.0.5",
|
||||
|
@ -47,7 +47,7 @@
|
|||
"city-timezones": "1.2.1",
|
||||
"compare-versions": "6.1.0",
|
||||
"cropperjs": "2.0.0-beta.4",
|
||||
"date-fns": "3.1.0",
|
||||
"date-fns": "3.2.0",
|
||||
"emojilib": "^3.0.11",
|
||||
"eslint-config-prettier": "9.1.0",
|
||||
"eslint-plugin-file-progress": "1.3.0",
|
||||
|
@ -66,10 +66,10 @@
|
|||
"mfm-js": "0.24.0",
|
||||
"moment": "^2.30.1",
|
||||
"photoswipe": "5.4.3",
|
||||
"prettier": "3.1.1",
|
||||
"prettier": "3.2.1",
|
||||
"prismjs": "1.29.0",
|
||||
"punycode": "2.3.1",
|
||||
"rollup": "4.9.4",
|
||||
"rollup": "4.9.5",
|
||||
"s-age": "1.1.2",
|
||||
"sass": "1.69.7",
|
||||
"seedrandom": "3.0.5",
|
||||
|
@ -86,7 +86,7 @@
|
|||
"uuid": "9.0.1",
|
||||
"vite": "5.0.11",
|
||||
"vite-plugin-compression": "0.5.1",
|
||||
"vue": "3.4.5",
|
||||
"vue": "3.4.12",
|
||||
"vue-draggable-plus": "^0.3.4",
|
||||
"vue-plyr": "^7.0.0",
|
||||
"vue-prism-editor": "2.0.0-alpha.2"
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
"@swc/cli": "0.1.63",
|
||||
"@swc/core": "1.3.102",
|
||||
"@swc/types": "0.1.5",
|
||||
"@types/node": "20.10.7",
|
||||
"@types/node": "20.11.0",
|
||||
"ts-node": "10.9.2",
|
||||
"tsd": "0.30.3",
|
||||
"typescript": "5.3.3"
|
||||
|
|
Loading…
Reference in a new issue