diff options
| author | かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com> | 2025-03-06 14:34:24 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-06 05:34:24 +0000 |
| commit | 6d0242277def7a6bc18fee79b99a3ee7c0bf359d (patch) | |
| tree | 7eb336fa58269fed147872953ef5de3bff987a7b /packages | |
| parent | chore(deps): update [misskey-js] update dependencies (#15594) (diff) | |
| download | sharkey-6d0242277def7a6bc18fee79b99a3ee7c0bf359d.tar.gz sharkey-6d0242277def7a6bc18fee79b99a3ee7c0bf359d.tar.bz2 sharkey-6d0242277def7a6bc18fee79b99a3ee7c0bf359d.zip | |
fix(frontend): tabler-iconsが読み込めない問題を修正(正式リリースに差し替え) (#15608)
Diffstat (limited to 'packages')
| -rw-r--r-- | packages/frontend-embed/package.json | 2 | ||||
| -rw-r--r-- | packages/frontend/.storybook/preview-head.html | 2 | ||||
| -rw-r--r-- | packages/frontend/package.json | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/packages/frontend-embed/package.json b/packages/frontend-embed/package.json index 7c3e6b963f..1ee4fc2c28 100644 --- a/packages/frontend-embed/package.json +++ b/packages/frontend-embed/package.json @@ -14,7 +14,7 @@ "@rollup/plugin-json": "6.1.0", "@rollup/plugin-replace": "6.0.2", "@rollup/pluginutils": "5.1.4", - "@tabler/icons-webfont": "https://github.com/misskey-dev/tabler-icons/archive/refs/tags/3.30.0-mi.1932+ab127beee.tar.gz", + "@tabler/icons-webfont": "3.31.0", "@twemoji/parser": "15.1.1", "@vitejs/plugin-vue": "5.2.1", "@vue/compiler-sfc": "3.5.13", diff --git a/packages/frontend/.storybook/preview-head.html b/packages/frontend/.storybook/preview-head.html index ae42fd49bc..2431a71ddc 100644 --- a/packages/frontend/.storybook/preview-head.html +++ b/packages/frontend/.storybook/preview-head.html @@ -5,7 +5,7 @@ SPDX-License-Identifier: AGPL-3.0-only <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@3.3.0/dist/tabler-icons.min.css"> +<link rel="stylesheet" href="https://unpkg.com/@tabler/icons-webfont@3.31.0/dist/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 bd0d8cea30..2bf7728d0a 100644 --- a/packages/frontend/package.json +++ b/packages/frontend/package.json @@ -25,7 +25,7 @@ "@rollup/plugin-replace": "6.0.2", "@rollup/pluginutils": "5.1.4", "@syuilo/aiscript": "0.19.0", - "@tabler/icons-webfont": "https://github.com/misskey-dev/tabler-icons/archive/refs/tags/3.30.0-mi.1932+ab127beee.tar.gz", + "@tabler/icons-webfont": "3.31.0", "@twemoji/parser": "15.1.1", "@vitejs/plugin-vue": "5.2.1", "@vue/compiler-sfc": "3.5.13", |