diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2025-09-08 15:16:22 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-08 15:16:22 +0900 |
| commit | 85aea9077f26d7988b224b9dc559a5d9c6ec096b (patch) | |
| tree | 0d3c98fbcdd46fcbaf02091c81b1d39ba61bff9b /packages/frontend-embed | |
| parent | fix type (diff) | |
| download | misskey-85aea9077f26d7988b224b9dc559a5d9c6ec096b.tar.gz misskey-85aea9077f26d7988b224b9dc559a5d9c6ec096b.tar.bz2 misskey-85aea9077f26d7988b224b9dc559a5d9c6ec096b.zip | |
fix(deps): update [frontend] update dependencies (#16492)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Diffstat (limited to 'packages/frontend-embed')
| -rw-r--r-- | packages/frontend-embed/package.json | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/packages/frontend-embed/package.json b/packages/frontend-embed/package.json index 73bcd798f0..2f5a3fc369 100644 --- a/packages/frontend-embed/package.json +++ b/packages/frontend-embed/package.json @@ -13,10 +13,10 @@ "@discordapp/twemoji": "16.0.1", "@rollup/plugin-json": "6.1.0", "@rollup/plugin-replace": "6.0.2", - "@rollup/pluginutils": "5.2.0", + "@rollup/pluginutils": "5.3.0", "@twemoji/parser": "16.0.0", "@vitejs/plugin-vue": "6.0.1", - "@vue/compiler-sfc": "3.5.19", + "@vue/compiler-sfc": "3.5.21", "astring": "1.9.0", "buraha": "0.0.1", "estree-walker": "3.0.3", @@ -26,16 +26,16 @@ "mfm-js": "0.25.0", "misskey-js": "workspace:*", "punycode.js": "2.3.1", - "rollup": "4.48.0", - "sass": "1.90.0", - "shiki": "3.11.0", + "rollup": "4.50.1", + "sass": "1.92.1", + "shiki": "3.12.2", "tinycolor2": "1.6.0", "tsc-alias": "1.8.16", "tsconfig-paths": "4.2.0", "typescript": "5.9.2", "uuid": "11.1.0", - "vite": "7.1.3", - "vue": "3.5.19" + "vite": "7.1.4", + "vue": "3.5.21" }, "devDependencies": { "@misskey-dev/summaly": "5.2.3", @@ -43,14 +43,14 @@ "@testing-library/vue": "8.1.0", "@types/estree": "1.0.8", "@types/micromatch": "4.0.9", - "@types/node": "22.17.2", + "@types/node": "22.18.1", "@types/punycode.js": "npm:@types/punycode@2.1.4", "@types/tinycolor2": "1.4.6", "@types/ws": "8.18.1", - "@typescript-eslint/eslint-plugin": "8.40.0", - "@typescript-eslint/parser": "8.40.0", + "@typescript-eslint/eslint-plugin": "8.42.0", + "@typescript-eslint/parser": "8.42.0", "@vitest/coverage-v8": "3.2.4", - "@vue/runtime-core": "3.5.19", + "@vue/runtime-core": "3.5.21", "acorn": "8.15.0", "cross-env": "10.0.0", "eslint-plugin-import": "2.32.0", @@ -59,11 +59,11 @@ "happy-dom": "18.0.1", "intersection-observer": "0.12.2", "micromatch": "4.0.8", - "msw": "2.10.5", + "msw": "2.11.1", "nodemon": "3.1.10", "prettier": "3.6.2", - "start-server-and-test": "2.0.13", - "tsx": "4.20.4", + "start-server-and-test": "2.1.0", + "tsx": "4.20.5", "vite-plugin-turbosnap": "1.0.3", "vue-component-type-helpers": "3.0.6", "vue-eslint-parser": "10.2.0", |