mirror of
https://github.com/syuilo/ai.git
synced 2025-03-25 21:12:56 +00:00
Update all non-major dependencies
This commit is contained in:
parent
a62729a121
commit
dc290c2ed4
3 changed files with 392 additions and 381 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM node:18.12.0-bullseye-slim
|
||||
FROM node:18.12.1-bullseye-slim
|
||||
|
||||
RUN apt-get update && apt-get install -y tini git build-essential libcairo2-dev libpango1.0-dev libjpeg-dev libgif-dev librsvg2-dev
|
||||
|
||||
|
|
14
package.json
14
package.json
|
@ -22,7 +22,7 @@
|
|||
"autobind-decorator": "2.4.0",
|
||||
"canvas": "2.10.2",
|
||||
"chalk": "4.1.2",
|
||||
"jsdom": "20.0.2",
|
||||
"jsdom": "20.0.3",
|
||||
"lokijs": "1.5.12",
|
||||
"memory-streams": "0.1.3",
|
||||
"misskey-reversi": "0.0.5",
|
||||
|
@ -36,9 +36,9 @@
|
|||
"timeout-as-promise": "1.0.0",
|
||||
"ts-node": "10.9.1",
|
||||
"twemoji-parser": "14.0.0",
|
||||
"typescript": "4.8.4",
|
||||
"typescript": "4.9.3",
|
||||
"uuid": "9.0.0",
|
||||
"ws": "8.10.0"
|
||||
"ws": "8.11.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@koa/router": "12.0.0",
|
||||
|
@ -48,11 +48,11 @@
|
|||
"@types/koa__router": "12.0.0",
|
||||
"@types/node-fetch": "2",
|
||||
"@types/websocket": "1.0.5",
|
||||
"@typescript-eslint/eslint-plugin": "5.41.0",
|
||||
"@typescript-eslint/parser": "5.41.0",
|
||||
"eslint": "8.26.0",
|
||||
"@typescript-eslint/eslint-plugin": "5.44.0",
|
||||
"@typescript-eslint/parser": "5.44.0",
|
||||
"eslint": "8.28.0",
|
||||
"eslint-config-google": "0.14.0",
|
||||
"jest": "29.2.2",
|
||||
"jest": "29.3.1",
|
||||
"koa": "2.13.4",
|
||||
"koa-json-body": "5.3.0",
|
||||
"ts-jest": "29.0.3",
|
||||
|
|
Loading…
Reference in a new issue