diff options
| author | syuilo <4439005+syuilo@users.noreply.github.com> | 2024-05-04 20:56:14 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-04 20:56:14 +0900 |
| commit | 2b21c1936212b6e1288d545b71544888e84ce8ab (patch) | |
| tree | 36b64120b61e372fc92cccc1ca2ac55886733558 /packages/frontend/package.json | |
| parent | chore(frontend): ui tweak (diff) | |
| download | sharkey-2b21c1936212b6e1288d545b71544888e84ce8ab.tar.gz sharkey-2b21c1936212b6e1288d545b71544888e84ce8ab.tar.bz2 sharkey-2b21c1936212b6e1288d545b71544888e84ce8ab.zip | |
update deps (#13624)
* update deps
* Update package.json
* update deps
* build: pass --strip-leading-paths to restore 0.2.x behavior (#13684)
* :v:
* :v:
* pureimageの代わりに@napi-rs/canvasを使う (#13748)
* pureimageの代わりに@napi-rs/canvasを使う
* remove writestream
* remove createtemp
* wip
* Update ClientServerService.ts
* update pnpm to 9.x
* update deps
* re: update pnpm to 9.x
* update node
* :v:
---------
Co-authored-by: anatawa12 <anatawa12@icloud.com>
Co-authored-by: tamaina <tamaina@hotmail.co.jp>
Diffstat (limited to 'packages/frontend/package.json')
| -rw-r--r-- | packages/frontend/package.json | 64 |
1 files changed, 32 insertions, 32 deletions
diff --git a/packages/frontend/package.json b/packages/frontend/package.json index 43a7759fa6..a482373200 100644 --- a/packages/frontend/package.json +++ b/packages/frontend/package.json @@ -17,7 +17,7 @@ "lint": "pnpm typecheck && pnpm eslint" }, "dependencies": { - "@discordapp/twemoji": "15.0.2", + "@discordapp/twemoji": "15.0.3", "@github/webauthn-json": "2.1.1", "@mcaptcha/vanilla-glue": "0.1.0-alpha-3", "@misskey-dev/browser-image-resizer": "2024.1.0", @@ -25,23 +25,23 @@ "@rollup/plugin-replace": "5.0.5", "@rollup/pluginutils": "5.1.0", "@syuilo/aiscript": "0.18.0", - "@tabler/icons-webfont": "2.44.0", - "@twemoji/parser": "15.0.0", + "@tabler/icons-webfont": "3.3.0", + "@twemoji/parser": "15.1.1", "@vitejs/plugin-vue": "5.0.4", - "@vue/compiler-sfc": "3.4.21", + "@vue/compiler-sfc": "3.4.26", "aiscript-vscode": "github:aiscript-dev/aiscript-vscode#v0.1.4", "astring": "1.8.6", "broadcast-channel": "7.0.0", "buraha": "0.0.1", - "canvas-confetti": "1.9.2", + "canvas-confetti": "1.9.3", "chart.js": "4.4.2", "chartjs-adapter-date-fns": "3.0.0", "chartjs-chart-matrix": "2.0.1", "chartjs-plugin-gradient": "0.6.1", "chartjs-plugin-zoom": "2.0.1", - "chromatic": "11.0.0", + "chromatic": "11.3.0", "compare-versions": "6.1.0", - "cropperjs": "2.0.0-beta.4", + "cropperjs": "2.0.0-beta.5", "date-fns": "2.30.0", "escape-regexp": "0.0.1", "estree-walker": "3.0.3", @@ -57,27 +57,27 @@ "misskey-reversi": "workspace:*", "photoswipe": "5.4.3", "punycode": "2.3.1", - "rollup": "4.12.0", - "sanitize-html": "2.12.1", - "sass": "1.71.1", - "shiki": "1.2.0", + "rollup": "4.17.2", + "sanitize-html": "2.13.0", + "sass": "1.76.0", + "shiki": "1.4.0", "strict-event-emitter-types": "2.0.0", "textarea-caret": "3.1.0", - "three": "0.162.0", + "three": "0.164.1", "throttle-debounce": "5.0.0", "tinycolor2": "1.6.0", "tsc-alias": "1.8.8", "tsconfig-paths": "4.2.0", - "typescript": "5.3.3", + "typescript": "5.4.5", "uuid": "9.0.1", - "v-code-diff": "1.9.0", - "vite": "5.1.4", - "vue": "3.4.21", + "v-code-diff": "1.11.0", + "vite": "5.2.11", + "vue": "3.4.26", "vuedraggable": "next" }, "devDependencies": { "@misskey-dev/eslint-plugin": "1.0.0", - "@misskey-dev/summaly": "5.0.3", + "@misskey-dev/summaly": "5.1.0", "@storybook/addon-actions": "8.0.9", "@storybook/addon-essentials": "8.0.9", "@storybook/addon-interactions": "8.0.9", @@ -96,46 +96,46 @@ "@storybook/types": "8.0.9", "@storybook/vue3": "8.0.9", "@storybook/vue3-vite": "8.0.9", - "@testing-library/vue": "8.0.2", + "@testing-library/vue": "8.0.3", "@types/escape-regexp": "0.0.3", "@types/estree": "1.0.5", "@types/matter-js": "0.19.6", - "@types/micromatch": "4.0.6", - "@types/node": "20.11.22", + "@types/micromatch": "4.0.7", + "@types/node": "20.12.7", "@types/punycode": "2.1.4", "@types/sanitize-html": "2.11.0", "@types/throttle-debounce": "5.0.2", "@types/tinycolor2": "1.4.6", "@types/uuid": "9.0.8", "@types/ws": "8.5.10", - "@typescript-eslint/eslint-plugin": "7.1.0", - "@typescript-eslint/parser": "7.1.0", + "@typescript-eslint/eslint-plugin": "7.7.1", + "@typescript-eslint/parser": "7.7.1", "@vitest/coverage-v8": "0.34.6", - "@vue/runtime-core": "3.4.21", + "@vue/runtime-core": "3.4.26", "acorn": "8.11.3", "cross-env": "7.0.3", - "cypress": "13.6.6", + "cypress": "13.8.1", "eslint": "8.57.0", "eslint-plugin-import": "2.29.1", - "eslint-plugin-vue": "9.22.0", + "eslint-plugin-vue": "9.25.0", "fast-glob": "3.3.2", - "happy-dom": "13.6.2", + "happy-dom": "14.7.1", "intersection-observer": "0.12.2", "micromatch": "4.0.5", - "msw": "2.1.7", - "msw-storybook-addon": "2.0.0-beta.1", + "msw": "2.2.14", + "msw-storybook-addon": "2.0.1", "nodemon": "3.1.0", "prettier": "3.2.5", - "react": "18.2.0", - "react-dom": "18.2.0", + "react": "18.3.1", + "react-dom": "18.3.1", "start-server-and-test": "2.0.3", "storybook": "8.0.9", "storybook-addon-misskey-theme": "github:misskey-dev/storybook-addon-misskey-theme", "vite-plugin-turbosnap": "1.0.3", "vitest": "0.34.6", "vitest-fetch-mock": "0.2.2", - "vue-component-type-helpers": "1.8.27", + "vue-component-type-helpers": "2.0.16", "vue-eslint-parser": "9.4.2", - "vue-tsc": "1.8.27" + "vue-tsc": "2.0.16" } } |