diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2022-12-04 10:39:11 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2022-12-04 10:39:11 +0900 |
| commit | 69016735be41ba874c5e0430a5b3dcf86d71f53e (patch) | |
| tree | 68bad2156cd3ffe6e6a6066148c1655f1ac2245d /packages/client/package.json | |
| parent | refactor: remove needless const notation (diff) | |
| download | sharkey-69016735be41ba874c5e0430a5b3dcf86d71f53e.tar.gz sharkey-69016735be41ba874c5e0430a5b3dcf86d71f53e.tar.bz2 sharkey-69016735be41ba874c5e0430a5b3dcf86d71f53e.zip | |
update deps
Diffstat (limited to 'packages/client/package.json')
| -rw-r--r-- | packages/client/package.json | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/packages/client/package.json b/packages/client/package.json index 4935e5b5de..1d0c5ee4ec 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -48,11 +48,11 @@ "stringz": "2.1.0", "syuilo-password-strength": "0.0.1", "textarea-caret": "3.1.0", - "three": "0.146.0", + "three": "0.147.0", "throttle-debounce": "5.0.0", "tinycolor2": "1.4.2", - "tsc-alias": "1.7.1", - "tsconfig-paths": "4.1.0", + "tsc-alias": "1.8.1", + "tsconfig-paths": "4.1.1", "twemoji-parser": "14.0.0", "typescript": "4.9.3", "uuid": "9.0.0", @@ -73,17 +73,17 @@ "@types/seedrandom": "3.0.2", "@types/throttle-debounce": "5.0.0", "@types/tinycolor2": "1.4.3", - "@types/uuid": "8.3.4", + "@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", "cross-env": "7.0.3", "cypress": "11.2.0", - "eslint": "8.28.0", + "eslint": "8.29.0", "eslint-plugin-import": "2.26.0", "eslint-plugin-vue": "9.8.0", - "rollup": "3.5.0", + "rollup": "3.5.1", "start-server-and-test": "1.14.0" } } |