diff options
| author | かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com> | 2025-01-28 14:46:44 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-28 05:46:44 +0000 |
| commit | 2c3a41e4a02e41eaf0055bbf9c3736ceadc4e341 (patch) | |
| tree | b0eb841a8e1bb19a04a0e3ffc41a765c1b649a07 /packages/frontend-embed | |
| parent | wip (#15348) (diff) | |
| download | sharkey-2c3a41e4a02e41eaf0055bbf9c3736ceadc4e341.tar.gz sharkey-2c3a41e4a02e41eaf0055bbf9c3736ceadc4e341.tar.bz2 sharkey-2c3a41e4a02e41eaf0055bbf9c3736ceadc4e341.zip | |
fix(frontend): tabler-iconsが読み込めない問題を修正(暫定的対応) (#15332)
* fix(frontend): update tabler icons
* Update Changelog
* update
* update
Diffstat (limited to 'packages/frontend-embed')
| -rw-r--r-- | packages/frontend-embed/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/frontend-embed/package.json b/packages/frontend-embed/package.json index a0353b4c7f..ab5026ab0d 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": "5.0.7", "@rollup/pluginutils": "5.1.3", - "@tabler/icons-webfont": "3.3.0", + "@tabler/icons-webfont": "https://github.com/misskey-dev/tabler-icons/archive/refs/tags/3.29.0-mi.1913+5921534bc.tar.gz", "@twemoji/parser": "15.1.1", "@vitejs/plugin-vue": "5.2.0", "@vue/compiler-sfc": "3.5.12", |