Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Merge branch 'v11-lts' of github.com:TeamOrangeServer/misskey into v1…
Browse files Browse the repository at this point in the history
…1-lts
  • Loading branch information
sousuke0422 committed Sep 12, 2021
2 parents 146e099 + 2230bef commit a2d7662
Show file tree
Hide file tree
Showing 3 changed files with 106 additions and 98 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16.8.0-alpine3.13 AS base
FROM node:16.9.0-alpine3.13 AS base

ENV NODE_ENV=production

Expand Down
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"@types/gulp-mocha": "0.0.33",
"@types/gulp-rename": "2.0.1",
"@types/gulp-replace": "1.1.0",
"@types/ioredis": "4.27.1",
"@types/ioredis": "4.27.2",
"@types/is-url": "1.2.30",
"@types/js-yaml": "4.0.3",
"@types/jsdom": "16.2.13",
Expand All @@ -82,10 +82,10 @@
"@types/koa-views": "2.0.4",
"@types/koa__cors": "3.0.3",
"@types/koa__multer": "2.0.3",
"@types/koa__router": "8.0.7",
"@types/koa__router": "8.0.8",
"@types/lolex": "5.1.1",
"@types/mocha": "9.0.0",
"@types/node": "16.7.10",
"@types/node": "16.9.1",
"@types/node-fetch": "2.5.12",
"@types/nodemailer": "6.4.4",
"@types/nprogress": "0.2.0",
Expand All @@ -97,14 +97,14 @@
"@types/qrcode": "1.4.1",
"@types/random-seed": "0.3.3",
"@types/ratelimiter": "3.4.2",
"@types/redis": "2.8.31",
"@types/redis": "2.8.32",
"@types/rename": "1.0.4",
"@types/request": "2.48.7",
"@types/request-promise-native": "1.0.18",
"@types/request-stats": "3.0.0",
"@types/rimraf": "3.0.2",
"@types/seedrandom": "3.0.1",
"@types/sharp": "0.28.6",
"@types/sharp": "0.29.1",
"@types/showdown": "1.9.4",
"@types/speakeasy": "2.0.6",
"@types/throttle-debounce": "2.1.0",
Expand All @@ -117,19 +117,19 @@
"@types/websocket": "1.0.4",
"@types/ws": "7.4.7",
"@typescript-eslint/parser": "4.26.1",
"@vue/composition-api": "1.1.4",
"@vue/composition-api": "1.1.5",
"abort-controller": "3.0.0",
"animejs": "3.2.1",
"apexcharts": "3.27.3",
"apexcharts": "3.28.1",
"autobind-decorator": "2.4.0",
"autosize": "5.0.1",
"autwh": "0.1.0",
"aws-sdk": "2.982.0",
"aws-sdk": "2.986.0",
"bcryptjs": "2.4.3",
"blurhash": "1.1.4",
"bootstrap-vue": "2.21.2",
"broadcast-channel": "4.2.0",
"bull": "3.29.1",
"bull": "3.29.2",
"cafy": "15.2.1",
"cbor": "8.0.0",
"chalk": "4.1.2",
Expand Down Expand Up @@ -166,7 +166,7 @@
"http-signature": "1.3.5",
"https-proxy-agent": "5.0.0",
"insert-text-at-cursor": "0.3.0",
"ioredis": "4.27.0",
"ioredis": "4.27.9",
"ip-cidr": "3.0.4",
"is-svg": "4.3.1",
"js-yaml": "4.1.0",
Expand Down Expand Up @@ -228,16 +228,16 @@
"rimraf": "3.0.2",
"rndstr": "1.0.0",
"s-age": "1.1.2",
"sass": "1.39.0",
"sass": "1.39.2",
"sass-loader": "12.1.0",
"seedrandom": "3.0.5",
"sharp": "0.29.0",
"sharp": "0.29.1",
"showdown": "1.9.1",
"showdown-highlightjs-extension": "0.1.2",
"sonic-channel": "1.2.6",
"speakeasy": "2.0.0",
"stringz": "2.1.0",
"stylus": "0.54.8",
"stylus": "0.55.0",
"stylus-loader": "6.1.0",
"syslog-pro": "1.0.0",
"systeminformation": "5.8.7",
Expand Down Expand Up @@ -279,10 +279,10 @@
"vuex": "3.6.2",
"vuex-persistedstate": "4.0.0",
"web-push": "3.4.5",
"webpack": "5.51.2",
"webpack": "5.52.1",
"webpack-cli": "4.8.0",
"websocket": "1.0.34",
"ws": "8.2.1",
"ws": "8.2.2",
"xev": "2.0.1"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit a2d7662

Please sign in to comment.