diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2023-06-02 11:34:38 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2023-06-02 11:34:38 +0900 |
| commit | 91d790bbb65521eedc783aba9e863d188d30540b (patch) | |
| tree | 4f0df8598616a32dd03fc2ea22840f7ce6dbb7fc /packages/frontend/package.json | |
| parent | fix style (diff) | |
| download | sharkey-91d790bbb65521eedc783aba9e863d188d30540b.tar.gz sharkey-91d790bbb65521eedc783aba9e863d188d30540b.tar.bz2 sharkey-91d790bbb65521eedc783aba9e863d188d30540b.zip | |
update deps
Diffstat (limited to 'packages/frontend/package.json')
| -rw-r--r-- | packages/frontend/package.json | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/packages/frontend/package.json b/packages/frontend/package.json index 6720a5939b..506d187901 100644 --- a/packages/frontend/package.json +++ b/packages/frontend/package.json @@ -20,13 +20,13 @@ "@rollup/plugin-replace": "5.0.2", "@rollup/pluginutils": "5.0.2", "@syuilo/aiscript": "0.13.3", - "@tabler/icons-webfont": "2.17.0", + "@tabler/icons-webfont": "2.21.0", "@vitejs/plugin-vue": "4.2.3", - "@vue-macros/reactivity-transform": "0.3.8", + "@vue-macros/reactivity-transform": "0.3.9", "@vue/compiler-sfc": "3.3.4", - "astring": "1.8.5", + "astring": "1.8.6", "autosize": "6.0.1", - "broadcast-channel": "4.20.2", + "broadcast-channel": "5.1.0", "browser-image-resizer": "github:misskey-dev/browser-image-resizer#v2.2.1-misskey.3", "buraha": "github:misskey-dev/buraha", "canvas-confetti": "1.6.0", @@ -35,7 +35,7 @@ "chartjs-chart-matrix": "2.0.1", "chartjs-plugin-gradient": "0.6.1", "chartjs-plugin-zoom": "2.0.1", - "chromatic": "6.17.4", + "chromatic": "6.18.0", "compare-versions": "5.0.3", "cropperjs": "2.0.0-beta.2", "date-fns": "2.30.0", @@ -63,13 +63,13 @@ "strict-event-emitter-types": "2.0.0", "syuilo-password-strength": "0.0.1", "textarea-caret": "3.1.0", - "three": "0.151.3", + "three": "0.153.0", "throttle-debounce": "5.0.0", "tinycolor2": "1.6.0", "tsc-alias": "1.8.6", "tsconfig-paths": "4.2.0", "twemoji-parser": "14.0.0", - "typescript": "5.0.4", + "typescript": "5.1.3", "uuid": "9.0.0", "vanilla-tilt": "1.8.0", "vite": "4.3.9", @@ -114,19 +114,19 @@ "@types/uuid": "9.0.1", "@types/websocket": "1.0.5", "@types/ws": "8.5.4", - "@typescript-eslint/eslint-plugin": "5.59.5", - "@typescript-eslint/parser": "5.59.5", - "@vitest/coverage-c8": "0.31.1", + "@typescript-eslint/eslint-plugin": "5.59.8", + "@typescript-eslint/parser": "5.59.8", + "@vitest/coverage-c8": "0.31.4", "@vue/runtime-core": "3.3.4", "acorn": "^8.8.2", "chokidar-cli": "3.0.0", "cross-env": "7.0.3", "cypress": "12.13.0", - "eslint": "8.40.0", + "eslint": "8.41.0", "eslint-plugin-import": "2.27.5", "eslint-plugin-vue": "9.14.1", "fast-glob": "3.2.12", - "happy-dom": "9.19.2", + "happy-dom": "9.20.3", "micromatch": "3.1.10", "msw": "1.2.1", "msw-storybook-addon": "1.8.0", @@ -138,7 +138,7 @@ "storybook-addon-misskey-theme": "github:misskey-dev/storybook-addon-misskey-theme", "summaly": "github:misskey-dev/summaly", "vite-plugin-turbosnap": "1.0.2", - "vitest": "0.31.1", + "vitest": "0.31.4", "vitest-fetch-mock": "0.2.2", "vue-eslint-parser": "9.3.0", "vue-tsc": "1.6.5" |