update deps

This commit is contained in:
syuilo 2022-03-19 19:22:58 +09:00
parent 75191a942f
commit 815c8bf4c8
6 changed files with 506 additions and 1018 deletions

View file

@ -10,8 +10,8 @@
"lodash": "^4.17.21"
},
"dependencies": {
"@discordapp/twemoji": "13.1.0",
"@fortawesome/fontawesome-free": "6.0.0",
"@discordapp/twemoji": "13.1.1",
"@fortawesome/fontawesome-free": "6.1.0",
"@syuilo/aiscript": "0.11.1",
"@types/escape-regexp": "0.0.1",
"@types/glob": "7.2.0",
@ -33,8 +33,8 @@
"@types/webpack": "5.28.0",
"@types/webpack-stream": "3.2.12",
"@types/websocket": "1.0.5",
"@types/ws": "8.5.2",
"@typescript-eslint/parser": "5.14.0",
"@types/ws": "8.5.3",
"@typescript-eslint/parser": "5.15.0",
"@vue/compiler-sfc": "3.2.31",
"abort-controller": "3.0.0",
"autobind-decorator": "2.4.0",
@ -49,10 +49,10 @@
"compare-versions": "4.1.3",
"content-disposition": "0.5.4",
"css-loader": "6.7.1",
"cssnano": "5.1.1",
"cssnano": "5.1.4",
"date-fns": "2.28.0",
"escape-regexp": "0.0.1",
"eslint": "8.10.0",
"eslint": "8.11.0",
"eslint-plugin-vue": "8.5.0",
"eventemitter3": "4.0.7",
"feed": "4.2.2",
@ -62,17 +62,17 @@
"ip-cidr": "3.0.4",
"json5": "2.2.0",
"json5-loader": "4.0.1",
"katex": "0.15.2",
"katex": "0.15.3",
"matter-js": "0.18.0",
"mfm-js": "0.21.0",
"misskey-js": "0.0.14",
"mocha": "9.2.1",
"mocha": "9.2.2",
"ms": "2.1.3",
"nested-property": "4.0.0",
"parse5": "6.0.1",
"photoswipe": "git+https://github.com/dimsemenov/photoswipe#v5-beta",
"portscanner": "2.2.0",
"postcss": "8.4.8",
"postcss": "8.4.12",
"postcss-loader": "6.2.1",
"prismjs": "1.27.0",
"private-ip": "2.3.3",
@ -96,10 +96,10 @@
"three": "0.138.3",
"throttle-debounce": "3.0.1",
"tinycolor2": "1.4.2",
"ts-loader": "9.2.7",
"ts-loader": "9.2.8",
"tsc-alias": "1.5.0",
"tsconfig-paths": "3.13.0",
"twemoji-parser": "13.1.0",
"tsconfig-paths": "3.14.0",
"twemoji-parser": "14.0.0",
"typescript": "4.6.2",
"uuid": "8.3.2",
"v-debounce": "0.1.2",
@ -107,7 +107,7 @@
"vue": "3.2.31",
"vue-loader": "17.0.0",
"vue-prism-editor": "2.0.0-alpha.2",
"vue-router": "4.0.13",
"vue-router": "4.0.14",
"vue-style-loader": "4.1.3",
"vue-svg-loader": "0.17.0-beta.2",
"vuedraggable": "4.0.1",
@ -117,9 +117,9 @@
"ws": "8.5.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "5.12.1",
"@typescript-eslint/eslint-plugin": "5.15.0",
"cross-env": "7.0.3",
"cypress": "9.5.1",
"cypress": "9.5.2",
"eslint-plugin-import": "2.25.4",
"start-server-and-test": "1.14.0"
}