diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2023-12-14 13:22:12 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2023-12-14 13:22:12 +0900 |
| commit | aedc1d0ee958f4ae31a56844643b6f54e4d6301c (patch) | |
| tree | 52957aee0ef0989833db71033965178da919b6d3 /packages/frontend | |
| parent | Enhance(frontend): MFMや絵文字が使える入力ボックスでオート... (diff) | |
| download | misskey-aedc1d0ee958f4ae31a56844643b6f54e4d6301c.tar.gz misskey-aedc1d0ee958f4ae31a56844643b6f54e4d6301c.tar.bz2 misskey-aedc1d0ee958f4ae31a56844643b6f54e4d6301c.zip | |
update deps
Diffstat (limited to 'packages/frontend')
| -rw-r--r-- | packages/frontend/.storybook/preview-head.html | 2 | ||||
| -rw-r--r-- | packages/frontend/package.json | 18 |
2 files changed, 10 insertions, 10 deletions
diff --git a/packages/frontend/.storybook/preview-head.html b/packages/frontend/.storybook/preview-head.html index 36ff34b48a..30f3ebfb64 100644 --- a/packages/frontend/.storybook/preview-head.html +++ b/packages/frontend/.storybook/preview-head.html @@ -1,6 +1,6 @@ <link rel="preload" href="https://github.com/misskey-dev/misskey/blob/master/packages/frontend/assets/about-icon.png?raw=true" as="image" type="image/png" crossorigin="anonymous"> <link rel="preload" href="https://github.com/misskey-dev/misskey/blob/master/packages/frontend/assets/fedi.jpg?raw=true" as="image" type="image/jpeg" crossorigin="anonymous"> -<link rel="stylesheet" href="https://unpkg.com/@tabler/icons-webfont@2.37.0/tabler-icons.min.css"> +<link rel="stylesheet" href="https://unpkg.com/@tabler/icons-webfont@2.44.0/tabler-icons.min.css"> <link rel="stylesheet" href="https://unpkg.com/@fontsource/m-plus-rounded-1c/index.css"> <style> html { diff --git a/packages/frontend/package.json b/packages/frontend/package.json index b78cfb2395..e566f86d1c 100644 --- a/packages/frontend/package.json +++ b/packages/frontend/package.json @@ -20,13 +20,13 @@ "@discordapp/twemoji": "14.1.2", "@github/webauthn-json": "2.1.1", "@rollup/plugin-alias": "5.1.0", - "@rollup/plugin-json": "6.0.1", + "@rollup/plugin-json": "6.1.0", "@rollup/plugin-replace": "5.0.5", "@rollup/pluginutils": "5.1.0", "@syuilo/aiscript": "0.16.0", - "@tabler/icons-webfont": "2.37.0", - "@vitejs/plugin-vue": "4.5.1", - "@vue/compiler-sfc": "3.3.9", + "@tabler/icons-webfont": "2.44.0", + "@vitejs/plugin-vue": "4.5.2", + "@vue/compiler-sfc": "3.3.11", "astring": "1.8.6", "autosize": "6.0.1", "aiscript-vscode": "github:aiscript-dev/aiscript-vscode#v0.0.6", @@ -57,7 +57,7 @@ "photoswipe": "5.4.3", "punycode": "2.3.1", "querystring": "0.2.1", - "rollup": "4.7.0", + "rollup": "4.9.0", "sanitize-html": "2.11.0", "shiki": "0.14.6", "sass": "1.69.5", @@ -73,7 +73,7 @@ "uuid": "9.0.1", "v-code-diff": "1.7.2", "vanilla-tilt": "1.8.1", - "vite": "5.0.7", + "vite": "5.0.8", "vue": "3.3.11", "vuedraggable": "next" }, @@ -109,8 +109,8 @@ "@types/uuid": "9.0.7", "@types/websocket": "1.0.10", "@types/ws": "8.5.10", - "@typescript-eslint/eslint-plugin": "6.13.2", - "@typescript-eslint/parser": "6.13.2", + "@typescript-eslint/eslint-plugin": "6.14.0", + "@typescript-eslint/parser": "6.14.0", "@vitest/coverage-v8": "0.34.6", "@vue/runtime-core": "3.3.11", "acorn": "8.11.2", @@ -125,7 +125,7 @@ "msw": "1.3.2", "msw-storybook-addon": "1.10.0", "nodemon": "3.0.2", - "prettier": "3.1.0", + "prettier": "3.1.1", "react": "18.2.0", "react-dom": "18.2.0", "start-server-and-test": "2.0.3", |