diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2022-12-10 16:38:41 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2022-12-10 16:38:41 +0900 |
| commit | c5213dddbf91e4f7dcc6af38e31abfe3b7ba09b0 (patch) | |
| tree | 4a4860766ebe1acc817b30585c225e92ee46a84a /packages/client/package.json | |
| parent | improve nest logger (diff) | |
| download | misskey-c5213dddbf91e4f7dcc6af38e31abfe3b7ba09b0.tar.gz misskey-c5213dddbf91e4f7dcc6af38e31abfe3b7ba09b0.tar.bz2 misskey-c5213dddbf91e4f7dcc6af38e31abfe3b7ba09b0.zip | |
update deps
Diffstat (limited to 'packages/client/package.json')
| -rw-r--r-- | packages/client/package.json | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/packages/client/package.json b/packages/client/package.json index 5a05e0bbf3..850250c0f4 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -13,7 +13,7 @@ "@rollup/plugin-json": "5.0.2", "@rollup/pluginutils": "5.0.2", "@syuilo/aiscript": "0.11.1", - "@vitejs/plugin-vue": "3.2.0", + "@vitejs/plugin-vue": "4.0.0", "@vue/compiler-sfc": "3.2.45", "autobind-decorator": "2.4.0", "autosize": "5.0.2", @@ -22,7 +22,7 @@ "browser-image-resizer": "git+https://github.com/misskey-dev/browser-image-resizer#v2.2.1-misskey.3", "chart.js": "4.0.1", "chartjs-adapter-date-fns": "2.0.1", - "chartjs-plugin-gradient": "0.5.1", + "chartjs-plugin-gradient": "0.6.1", "chartjs-plugin-zoom": "2.0.0", "compare-versions": "5.0.1", "cropperjs": "2.0.0-beta", @@ -42,7 +42,7 @@ "querystring": "0.2.1", "rndstr": "1.0.0", "s-age": "1.1.2", - "sass": "1.56.1", + "sass": "1.56.2", "seedrandom": "3.0.5", "strict-event-emitter-types": "2.0.0", "stringz": "2.1.0", @@ -51,13 +51,13 @@ "three": "0.147.0", "throttle-debounce": "5.0.0", "tinycolor2": "1.4.2", - "tsc-alias": "1.8.1", + "tsc-alias": "1.8.2", "tsconfig-paths": "4.1.1", "twemoji-parser": "14.0.0", - "typescript": "4.9.3", + "typescript": "4.9.4", "uuid": "9.0.0", "vanilla-tilt": "1.7.3", - "vite": "3.2.4", + "vite": "4.0.0", "vue": "3.2.45", "vue-prism-editor": "2.0.0-alpha.2", "vuedraggable": "4.0.1" @@ -76,15 +76,15 @@ "@types/uuid": "9.0.0", "@types/websocket": "1.0.5", "@types/ws": "8.5.3", - "@typescript-eslint/eslint-plugin": "5.45.0", - "@typescript-eslint/parser": "5.45.0", + "@typescript-eslint/eslint-plugin": "5.46.0", + "@typescript-eslint/parser": "5.46.0", "cross-env": "7.0.3", - "cypress": "11.2.0", + "cypress": "12.0.2", "eslint": "8.29.0", "eslint-plugin-import": "2.26.0", "eslint-plugin-vue": "9.8.0", - "rollup": "3.5.1", - "start-server-and-test": "1.14.0", + "rollup": "3.7.2", + "start-server-and-test": "1.15.2", "vue-eslint-parser": "^9.1.0" } } |