diff options
| author | かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com> | 2026-01-11 15:00:00 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-11 15:00:00 +0900 |
| commit | 4bc0026900a1e55501df1fd32862b39a73825659 (patch) | |
| tree | 6abc5dbd0721ca7baec3b3d6b2d4be3e246bf3ed /packages/frontend-embed/package.json | |
| parent | enhance(frontend): 連合なしが指定されているときに公開範囲... (diff) | |
| download | misskey-4bc0026900a1e55501df1fd32862b39a73825659.tar.gz misskey-4bc0026900a1e55501df1fd32862b39a73825659.tar.bz2 misskey-4bc0026900a1e55501df1fd32862b39a73825659.zip | |
deps(frontend): update vue-tsc to v3.2.1 (#17091)
Diffstat (limited to 'packages/frontend-embed/package.json')
| -rw-r--r-- | packages/frontend-embed/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/frontend-embed/package.json b/packages/frontend-embed/package.json index 4d5e73cf32..6af553e745 100644 --- a/packages/frontend-embed/package.json +++ b/packages/frontend-embed/package.json @@ -11,7 +11,6 @@ }, "dependencies": { "@discordapp/twemoji": "16.0.1", - "i18n": "workspace:*", "@rollup/plugin-json": "6.1.0", "@rollup/plugin-replace": "6.0.3", "@rollup/pluginutils": "5.3.0", @@ -20,6 +19,7 @@ "buraha": "0.0.1", "estree-walker": "3.0.3", "frontend-shared": "workspace:*", + "i18n": "workspace:*", "icons-subsetter": "workspace:*", "json5": "2.2.3", "mfm-js": "0.25.0", @@ -62,6 +62,6 @@ "vite-plugin-turbosnap": "1.0.3", "vue-component-type-helpers": "3.2.1", "vue-eslint-parser": "10.2.0", - "vue-tsc": "3.1.8" + "vue-tsc": "3.2.1" } } |