use node 22, update deps (#822)
Co-authored-by: riku6460 <17585784+riku6460@users.noreply.github.com>
This commit is contained in:
parent
f4ebae3956
commit
b4865fd9ae
22 changed files with 2480 additions and 2366 deletions
|
@ -27,10 +27,10 @@
|
|||
"@rollup/plugin-typescript": "12.1.1",
|
||||
"@rollup/pluginutils": "5.1.3",
|
||||
"@syuilo/aiscript": "0.19.0",
|
||||
"@tabler/icons-webfont": "3.21.0",
|
||||
"@tabler/icons-webfont": "3.22.0",
|
||||
"@twemoji/parser": "15.1.1",
|
||||
"@vitejs/plugin-vue": "5.1.4",
|
||||
"@vue/compiler-sfc": "3.5.12",
|
||||
"@vitejs/plugin-vue": "5.2.0",
|
||||
"@vue/compiler-sfc": "3.5.13",
|
||||
"aiscript-vscode": "github:aiscript-dev/aiscript-vscode#v0.1.9",
|
||||
"astring": "1.9.0",
|
||||
"broadcast-channel": "7.0.0",
|
||||
|
@ -40,8 +40,8 @@
|
|||
"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.18.0",
|
||||
"chartjs-plugin-zoom": "2.1.0",
|
||||
"chromatic": "11.18.1",
|
||||
"compare-versions": "6.1.1",
|
||||
"cropperjs": "2.0.0-rc.0",
|
||||
"date-fns": "4.1.0",
|
||||
|
@ -59,10 +59,10 @@
|
|||
"misskey-reversi": "workspace:*",
|
||||
"photoswipe": "5.4.4",
|
||||
"punycode": "2.3.1",
|
||||
"rollup": "4.24.4",
|
||||
"rollup": "4.27.3",
|
||||
"sanitize-html": "2.13.1",
|
||||
"sass": "1.80.6",
|
||||
"shiki": "1.22.2",
|
||||
"sass": "1.81.0",
|
||||
"shiki": "1.23.1",
|
||||
"strict-event-emitter-types": "2.0.0",
|
||||
"textarea-caret": "3.1.0",
|
||||
"three": "0.170.0",
|
||||
|
@ -71,40 +71,40 @@
|
|||
"tsc-alias": "1.8.10",
|
||||
"tsconfig-paths": "4.2.0",
|
||||
"typescript": "5.6.3",
|
||||
"uuid": "11.0.2",
|
||||
"uuid": "11.0.3",
|
||||
"v-code-diff": "1.13.1",
|
||||
"vite": "5.4.10",
|
||||
"vue": "3.5.12",
|
||||
"vite": "5.4.11",
|
||||
"vue": "3.5.13",
|
||||
"vue-gtag": "2.0.1",
|
||||
"vuedraggable": "next"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@misskey-dev/eslint-plugin": "1.0.0",
|
||||
"@misskey-dev/summaly": "MisskeyIO/summaly#5.1.1",
|
||||
"@storybook/addon-actions": "8.4.2",
|
||||
"@storybook/addon-essentials": "8.4.2",
|
||||
"@storybook/addon-interactions": "8.4.2",
|
||||
"@storybook/addon-links": "8.4.2",
|
||||
"@storybook/addon-mdx-gfm": "8.4.2",
|
||||
"@storybook/addon-storysource": "8.4.2",
|
||||
"@storybook/blocks": "8.4.2",
|
||||
"@storybook/components": "8.4.2",
|
||||
"@storybook/core-events": "8.4.2",
|
||||
"@storybook/manager-api": "8.4.2",
|
||||
"@storybook/preview-api": "8.4.2",
|
||||
"@storybook/react": "8.4.2",
|
||||
"@storybook/react-vite": "8.4.2",
|
||||
"@storybook/test": "8.4.2",
|
||||
"@storybook/theming": "8.4.2",
|
||||
"@storybook/types": "8.4.2",
|
||||
"@storybook/vue3": "8.4.2",
|
||||
"@storybook/vue3-vite": "8.4.2",
|
||||
"@storybook/addon-actions": "8.4.5",
|
||||
"@storybook/addon-essentials": "8.4.5",
|
||||
"@storybook/addon-interactions": "8.4.5",
|
||||
"@storybook/addon-links": "8.4.5",
|
||||
"@storybook/addon-mdx-gfm": "8.4.5",
|
||||
"@storybook/addon-storysource": "8.4.5",
|
||||
"@storybook/blocks": "8.4.5",
|
||||
"@storybook/components": "8.4.5",
|
||||
"@storybook/core-events": "8.4.5",
|
||||
"@storybook/manager-api": "8.4.5",
|
||||
"@storybook/preview-api": "8.4.5",
|
||||
"@storybook/react": "8.4.5",
|
||||
"@storybook/react-vite": "8.4.5",
|
||||
"@storybook/test": "8.4.5",
|
||||
"@storybook/theming": "8.4.5",
|
||||
"@storybook/types": "8.4.5",
|
||||
"@storybook/vue3": "8.4.5",
|
||||
"@storybook/vue3-vite": "8.4.5",
|
||||
"@testing-library/vue": "8.1.0",
|
||||
"@types/escape-regexp": "0.0.3",
|
||||
"@types/estree": "1.0.6",
|
||||
"@types/matter-js": "0.19.7",
|
||||
"@types/micromatch": "4.0.9",
|
||||
"@types/node": "22.9.0",
|
||||
"@types/node": "22.9.1",
|
||||
"@types/punycode": "2.1.4",
|
||||
"@types/sanitize-html": "2.13.0",
|
||||
"@types/throttle-debounce": "5.0.2",
|
||||
|
@ -112,29 +112,29 @@
|
|||
"@types/ws": "8.5.13",
|
||||
"@typescript-eslint/eslint-plugin": "7.10.0",
|
||||
"@typescript-eslint/parser": "7.10.0",
|
||||
"@vitest/coverage-v8": "2.1.4",
|
||||
"@vue/runtime-core": "3.5.12",
|
||||
"@vitest/coverage-v8": "2.1.5",
|
||||
"@vue/runtime-core": "3.5.13",
|
||||
"acorn": "8.14.0",
|
||||
"cross-env": "7.0.3",
|
||||
"cypress": "13.15.2",
|
||||
"cypress": "13.16.0",
|
||||
"eslint": "8.57.1",
|
||||
"eslint-plugin-import": "2.31.0",
|
||||
"eslint-plugin-vue": "9.30.0",
|
||||
"eslint-plugin-vue": "9.31.0",
|
||||
"fast-glob": "3.3.2",
|
||||
"happy-dom": "15.11.0",
|
||||
"happy-dom": "15.11.6",
|
||||
"intersection-observer": "0.12.2",
|
||||
"micromatch": "4.0.8",
|
||||
"msw": "2.6.2",
|
||||
"msw": "2.6.5",
|
||||
"msw-storybook-addon": "2.0.4",
|
||||
"nodemon": "3.1.7",
|
||||
"prettier": "3.3.3",
|
||||
"react": "18.3.1",
|
||||
"react-dom": "18.3.1",
|
||||
"start-server-and-test": "2.0.8",
|
||||
"storybook": "8.4.2",
|
||||
"storybook": "8.4.5",
|
||||
"storybook-addon-misskey-theme": "github:misskey-dev/storybook-addon-misskey-theme",
|
||||
"vite-plugin-turbosnap": "1.0.3",
|
||||
"vitest": "2.1.4",
|
||||
"vitest": "2.1.5",
|
||||
"vitest-fetch-mock": "0.3.0",
|
||||
"vue-component-type-helpers": "2.1.10",
|
||||
"vue-eslint-parser": "9.4.3",
|
||||
|
|
|
@ -6,7 +6,7 @@ import { type UserConfig, defineConfig } from 'vite';
|
|||
|
||||
import locales from '../../locales/index.js';
|
||||
import meta from '../../package.json';
|
||||
import packageInfo from './package.json' assert { type: 'json' };
|
||||
import packageInfo from './package.json' with { type: 'json' };
|
||||
import pluginUnwindCssModuleClassName from './lib/rollup-plugin-unwind-css-module-class-name.js';
|
||||
import pluginJson5 from './vite.json5.js';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue