chore: ⬆️ Upgrade several deps

From yarn upgrade-interactive
This commit is contained in:
ThatOneCalculator 2022-09-07 16:23:33 -07:00
parent c9792492cb
commit 0f21d4c077
5 changed files with 273 additions and 412 deletions

View file

@ -41,8 +41,8 @@
"dependencies": {
"@bull-board/api": "^4.2.2",
"@bull-board/ui": "^4.2.2",
"@tensorflow/tfjs": "^3.18.0",
"eslint": "^8.20.0",
"@tensorflow/tfjs": "^3.20.0",
"eslint": "^8.23.0",
"execa": "5.1.1",
"gulp": "4.0.2",
"gulp-cssnano": "2.1.3",
@ -57,12 +57,12 @@
"@swc/core": "^1.2.244",
"@types/gulp": "4.0.9",
"@types/gulp-rename": "2.0.1",
"@typescript-eslint/parser": "5.35.1",
"@typescript-eslint/parser": "5.36.2",
"cross-env": "7.0.3",
"cypress": "10.6.0",
"cypress": "10.7.0",
"start-server-and-test": "1.14.0",
"typescript": "4.8.2",
"unplugin-swc": "^1.3.2",
"vue-eslint-parser": "^9.0.2"
"vue-eslint-parser": "^9.0.3"
}
}

View file

@ -33,7 +33,7 @@
"aws-sdk": "2.1204.0",
"bcryptjs": "2.4.3",
"blurhash": "1.1.5",
"bull": "4.8.5",
"bull": "4.9.0",
"cacheable-lookup": "6.1.0",
"cbor": "8.1.0",
"chalk": "5.0.1",
@ -76,10 +76,10 @@
"nested-property": "4.0.0",
"node-fetch": "3.2.10",
"nodemailer": "6.7.8",
"nsfwjs": "2.4.1",
"nsfwjs": "2.4.2",
"oauth": "^0.9.15",
"os-utils": "0.0.14",
"parse5": "7.0.0",
"parse5": "7.1.1",
"pg": "8.8.0",
"private-ip": "2.3.4",
"probe-image-size": "7.2.3",
@ -99,7 +99,7 @@
"s-age": "1.1.2",
"sanitize-html": "2.7.1",
"semver": "7.3.7",
"sharp": "0.30.6",
"sharp": "0.30.7",
"speakeasy": "2.0.0",
"strict-event-emitter-types": "2.0.0",
"stringz": "2.1.0",
@ -145,7 +145,7 @@
"@types/koa__multer": "2.0.4",
"@types/koa__router": "8.0.11",
"@types/mocha": "9.1.1",
"@types/node": "18.7.13",
"@types/node": "18.7.16",
"@types/node-fetch": "3.0.3",
"@types/nodemailer": "6.4.5",
"@types/oauth": "0.9.1",
@ -167,8 +167,8 @@
"@types/web-push": "3.3.2",
"@types/websocket": "1.0.5",
"@types/ws": "8.5.3",
"@typescript-eslint/eslint-plugin": "5.35.1",
"@typescript-eslint/parser": "5.35.1",
"@typescript-eslint/eslint-plugin": "5.36.2",
"@typescript-eslint/parser": "5.36.2",
"cross-env": "7.0.3",
"eslint": "8.23.0",
"eslint-plugin-import": "2.26.0",

View file

@ -8,13 +8,13 @@
},
"dependencies": {
"@discordapp/twemoji": "14.0.2",
"@fortawesome/fontawesome-free": "6.1.2",
"@fortawesome/fontawesome-free": "6.2.0",
"@rollup/plugin-alias": "3.1.9",
"@rollup/plugin-json": "4.1.0",
"@rollup/pluginutils": "^4.2.1",
"@syuilo/aiscript": "0.11.1",
"@vitejs/plugin-vue": "3.0.3",
"@vue/compiler-sfc": "3.2.37",
"@vitejs/plugin-vue": "3.1.0",
"@vue/compiler-sfc": "3.2.38",
"autobind-decorator": "2.4.0",
"autosize": "5.0.1",
"blurhash": "1.1.5",
@ -25,7 +25,7 @@
"chartjs-plugin-gradient": "0.5.1",
"chartjs-plugin-zoom": "1.2.1",
"compare-versions": "5.0.1",
"cropperjs": "2.0.0-beta",
"cropperjs": "2.0.0-beta.1",
"date-fns": "2.29.2",
"escape-regexp": "0.0.1",
"eventemitter3": "4.0.7",
@ -36,13 +36,13 @@
"matter-js": "0.18.0",
"mfm-js": "0.23.0",
"misskey-js": "0.0.14",
"photoswipe": "5.3.0",
"photoswipe": "5.3.2",
"prismjs": "1.29.0",
"punycode": "2.1.1",
"querystring": "0.2.1",
"rndstr": "1.0.0",
"s-age": "1.1.2",
"sass": "1.54.5",
"sass": "1.54.9",
"seedrandom": "3.0.5",
"strict-event-emitter-types": "2.0.0",
"stringz": "2.1.0",
@ -60,11 +60,11 @@
"uuid": "8.3.2",
"vanilla-tilt": "1.7.2",
"vite": "^3.1.0",
"vue": "3.2.37",
"vue": "3.2.38",
"vue-plyr": "^7.0.0",
"vue-prism-editor": "2.0.0-alpha.2",
"vue3-lottie": "^2.2.5",
"vuedraggable": "4.0.1"
"vue3-lottie": "^2.3.0",
"vuedraggable": "4.1.0"
},
"devDependencies": {
"@types/escape-regexp": "0.0.1",
@ -78,14 +78,14 @@
"@types/throttle-debounce": "5.0.0",
"@types/tinycolor2": "1.4.3",
"@types/uuid": "8.3.4",
"@typescript-eslint/eslint-plugin": "5.35.1",
"@typescript-eslint/parser": "5.35.1",
"@typescript-eslint/eslint-plugin": "5.36.2",
"@typescript-eslint/parser": "5.36.2",
"cross-env": "7.0.3",
"cypress": "10.6.0",
"cypress": "10.7.0",
"eslint": "8.23.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-vue": "9.4.0",
"rollup": "2.78.1",
"rollup": "2.79.0",
"start-server-and-test": "1.14.0"
}
}

View file

@ -7,11 +7,11 @@
"lint": "eslint --quiet src/**/*.{ts}"
},
"dependencies": {
"esbuild": "^0.14.42",
"esbuild": "^0.14.54",
"idb-keyval": "^6.1.0",
"misskey-js": "0.0.14"
},
"devDependencies": {
"eslint": "^8.16.0"
"eslint": "^8.23.0"
}
}

631
yarn.lock

File diff suppressed because it is too large Load diff