chore: update TypeScript dependencies

except for pnpm, gulp, adm-zip, @syuilo/aiscript, and Megalodon
This commit is contained in:
naskya 2024-04-27 05:42:37 +09:00
parent efcadf681f
commit f80ee9f36d
No known key found for this signature in database
GPG key ID: 712D413B3A9FED5C
6 changed files with 375 additions and 360 deletions

View file

@ -45,11 +45,11 @@
"js-yaml": "4.1.0" "js-yaml": "4.1.0"
}, },
"devDependencies": { "devDependencies": {
"@biomejs/biome": "1.6.4", "@biomejs/biome": "1.7.1",
"@biomejs/cli-darwin-arm64": "^1.6.4", "@biomejs/cli-darwin-arm64": "^1.7.1",
"@biomejs/cli-darwin-x64": "^1.6.4", "@biomejs/cli-darwin-x64": "^1.7.1",
"@biomejs/cli-linux-arm64": "^1.6.4", "@biomejs/cli-linux-arm64": "^1.7.1",
"@biomejs/cli-linux-x64": "^1.6.4", "@biomejs/cli-linux-x64": "^1.7.1",
"@types/node": "20.12.7", "@types/node": "20.12.7",
"execa": "8.0.1", "execa": "8.0.1",
"pnpm": "8.15.7", "pnpm": "8.15.7",

View file

@ -22,21 +22,21 @@
"@swc/core-android-arm64": "1.3.11" "@swc/core-android-arm64": "1.3.11"
}, },
"dependencies": { "dependencies": {
"@bull-board/api": "5.15.5", "@bull-board/api": "5.16.0",
"@bull-board/koa": "5.15.5", "@bull-board/koa": "5.16.0",
"@bull-board/ui": "5.15.5", "@bull-board/ui": "5.16.0",
"@discordapp/twemoji": "^15.0.3", "@discordapp/twemoji": "^15.0.3",
"@koa/cors": "5.0.0", "@koa/cors": "5.0.0",
"@koa/multer": "3.0.2", "@koa/multer": "3.0.2",
"@koa/router": "12.0.1", "@koa/router": "12.0.1",
"@ladjs/koa-views": "9.0.0", "@ladjs/koa-views": "9.0.0",
"@peertube/http-signature": "1.7.0", "@peertube/http-signature": "1.7.0",
"@redocly/openapi-core": "1.11.0", "@redocly/openapi-core": "1.12.0",
"@sinonjs/fake-timers": "11.2.2", "@sinonjs/fake-timers": "11.2.2",
"adm-zip": "0.5.10", "adm-zip": "0.5.10",
"ajv": "8.12.0", "ajv": "8.12.0",
"archiver": "7.0.1", "archiver": "7.0.1",
"aws-sdk": "2.1599.0", "aws-sdk": "2.1608.0",
"axios": "^1.6.8", "axios": "^1.6.8",
"backend-rs": "workspace:*", "backend-rs": "workspace:*",
"blurhash": "2.0.5", "blurhash": "2.0.5",
@ -61,7 +61,7 @@
"gunzip-maybe": "^1.4.2", "gunzip-maybe": "^1.4.2",
"happy-dom": "^14.7.1", "happy-dom": "^14.7.1",
"hpagent": "1.2.0", "hpagent": "1.2.0",
"ioredis": "5.3.2", "ioredis": "5.4.1",
"ip-cidr": "4.0.0", "ip-cidr": "4.0.0",
"is-svg": "5.0.0", "is-svg": "5.0.0",
"json5": "2.2.3", "json5": "2.2.3",
@ -125,7 +125,7 @@
}, },
"devDependencies": { "devDependencies": {
"@swc/cli": "0.3.12", "@swc/cli": "0.3.12",
"@swc/core": "1.4.13", "@swc/core": "1.5.0",
"@types/adm-zip": "^0.5.5", "@types/adm-zip": "^0.5.5",
"@types/color-convert": "^2.0.3", "@types/color-convert": "^2.0.3",
"@types/content-disposition": "^0.5.8", "@types/content-disposition": "^0.5.8",
@ -155,7 +155,7 @@
"@types/pug": "2.0.10", "@types/pug": "2.0.10",
"@types/punycode": "2.1.4", "@types/punycode": "2.1.4",
"@types/qrcode": "1.5.5", "@types/qrcode": "1.5.5",
"@types/qs": "6.9.14", "@types/qs": "6.9.15",
"@types/random-seed": "0.3.5", "@types/random-seed": "0.3.5",
"@types/ratelimiter": "3.4.6", "@types/ratelimiter": "3.4.6",
"@types/rename": "1.0.7", "@types/rename": "1.0.7",
@ -170,7 +170,7 @@
"@types/websocket": "1.0.10", "@types/websocket": "1.0.10",
"@types/ws": "8.5.10", "@types/ws": "8.5.10",
"cross-env": "7.0.3", "cross-env": "7.0.3",
"eslint": "^9.0.0", "eslint": "^9.1.1",
"mocha": "10.4.0", "mocha": "10.4.0",
"pug": "3.0.2", "pug": "3.0.2",
"strict-event-emitter-types": "2.0.0", "strict-event-emitter-types": "2.0.0",
@ -178,7 +178,7 @@
"ts-loader": "9.5.1", "ts-loader": "9.5.1",
"ts-node": "10.9.2", "ts-node": "10.9.2",
"tsconfig-paths": "4.2.0", "tsconfig-paths": "4.2.0",
"type-fest": "4.15.0", "type-fest": "4.17.0",
"typescript": "5.4.5", "typescript": "5.4.5",
"webpack": "^5.91.0", "webpack": "^5.91.0",
"ws": "8.16.0" "ws": "8.16.0"

View file

@ -28,14 +28,14 @@
"@types/matter-js": "0.19.6", "@types/matter-js": "0.19.6",
"@types/prismjs": "^1.26.3", "@types/prismjs": "^1.26.3",
"@types/punycode": "2.1.4", "@types/punycode": "2.1.4",
"@types/qrcode": "1.5.1", "@types/qrcode": "1.5.5",
"@types/seedrandom": "3.0.8", "@types/seedrandom": "3.0.8",
"@types/textarea-caret": "^3.0.3", "@types/textarea-caret": "^3.0.3",
"@types/throttle-debounce": "5.0.2", "@types/throttle-debounce": "5.0.2",
"@types/tinycolor2": "1.4.6", "@types/tinycolor2": "1.4.6",
"@types/uuid": "9.0.8", "@types/uuid": "9.0.8",
"@vitejs/plugin-vue": "5.0.4", "@vitejs/plugin-vue": "5.0.4",
"@vue/runtime-core": "3.4.21", "@vue/runtime-core": "3.4.25",
"autobind-decorator": "2.4.0", "autobind-decorator": "2.4.0",
"autosize": "6.0.1", "autosize": "6.0.1",
"broadcast-channel": "7.0.0", "broadcast-channel": "7.0.0",
@ -65,14 +65,14 @@
"libopenmpt-wasm": "github:TheEssem/libopenmpt-packaging#build", "libopenmpt-wasm": "github:TheEssem/libopenmpt-packaging#build",
"matter-js": "0.19.0", "matter-js": "0.19.0",
"mfm-js": "0.24.0", "mfm-js": "0.24.0",
"multer": "1.4.4-lts.1", "multer": "1.4.5-lts.1",
"moment": "2.30.1", "moment": "2.30.1",
"photoswipe": "5.4.3", "photoswipe": "5.4.3",
"prismjs": "1.29.0", "prismjs": "1.29.0",
"punycode": "2.3.1", "punycode": "2.3.1",
"qrcode": "1.5.3", "qrcode": "1.5.3",
"qrcode-vue3": "^1.6.8", "qrcode-vue3": "^1.6.8",
"rollup": "4.14.2", "rollup": "4.16.4",
"s-age": "1.1.2", "s-age": "1.1.2",
"sass": "1.75.0", "sass": "1.75.0",
"seedrandom": "3.0.5", "seedrandom": "3.0.5",
@ -80,19 +80,19 @@
"swiper": "11.1.1", "swiper": "11.1.1",
"syuilo-password-strength": "0.0.1", "syuilo-password-strength": "0.0.1",
"textarea-caret": "3.1.0", "textarea-caret": "3.1.0",
"three": "0.163.0", "three": "0.164.1",
"throttle-debounce": "5.0.0", "throttle-debounce": "5.0.0",
"tinycolor2": "1.6.0", "tinycolor2": "1.6.0",
"tinyld": "^1.3.4", "tinyld": "^1.3.4",
"typescript": "5.4.5", "typescript": "5.4.5",
"unicode-emoji-json": "^0.6.0", "unicode-emoji-json": "^0.6.0",
"uuid": "9.0.1", "uuid": "9.0.1",
"vite": "5.2.8", "vite": "5.2.10",
"vite-plugin-compression": "^0.5.1", "vite-plugin-compression": "^0.5.1",
"vue": "3.4.21", "vue": "3.4.25",
"vue-draggable-plus": "^0.4.0", "vue-draggable-plus": "^0.4.0",
"vue-plyr": "^7.0.0", "vue-plyr": "^7.0.0",
"vue-prism-editor": "2.0.0-alpha.2", "vue-prism-editor": "2.0.0-alpha.2",
"vue-tsc": "2.0.13" "vue-tsc": "2.0.14"
} }
} }

View file

@ -21,7 +21,7 @@
}, },
"devDependencies": { "devDependencies": {
"@swc/cli": "0.3.12", "@swc/cli": "0.3.12",
"@swc/core": "1.4.13", "@swc/core": "1.5.0",
"@swc/types": "^0.1.6", "@swc/types": "^0.1.6",
"@types/jest": "^29.5.12", "@types/jest": "^29.5.12",
"@types/node": "20.12.7", "@types/node": "20.12.7",

View file

@ -11,7 +11,7 @@
"devDependencies": { "devDependencies": {
"firefish-js": "workspace:*", "firefish-js": "workspace:*",
"idb-keyval": "^6.2.1", "idb-keyval": "^6.2.1",
"vite": "5.2.8", "vite": "5.2.10",
"vite-plugin-compression": "^0.5.1" "vite-plugin-compression": "^0.5.1"
} }
} }

File diff suppressed because it is too large Load diff