mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-05 12:25:54 +02:00
deps: Update dependencies (#17304)
* update deps * update dependencies (major) * fix: migrate meilisearch * fix: migrate color-convert types * fix cypress? * rollback ts v5 as it is not supported by cypress * fix fake-timers
This commit is contained in:
@@ -24,11 +24,11 @@
|
||||
"mfm-js": "0.25.0",
|
||||
"misskey-js": "workspace:*",
|
||||
"punycode.js": "2.3.1",
|
||||
"rollup": "4.60.0",
|
||||
"shiki": "3.23.0",
|
||||
"rollup": "4.60.1",
|
||||
"shiki": "4.0.2",
|
||||
"tinycolor2": "1.6.0",
|
||||
"uuid": "13.0.0",
|
||||
"vue": "3.5.30"
|
||||
"vue": "3.5.32"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@misskey-dev/summaly": "5.2.5",
|
||||
@@ -36,25 +36,25 @@
|
||||
"@testing-library/vue": "8.1.0",
|
||||
"@types/estree": "1.0.8",
|
||||
"@types/micromatch": "4.0.10",
|
||||
"@types/node": "24.12.0",
|
||||
"@types/node": "24.12.2",
|
||||
"@types/punycode.js": "npm:@types/punycode@2.1.4",
|
||||
"@types/tinycolor2": "1.4.6",
|
||||
"@types/ws": "8.18.1",
|
||||
"@typescript-eslint/eslint-plugin": "8.57.2",
|
||||
"@typescript-eslint/parser": "8.57.2",
|
||||
"@typescript-eslint/eslint-plugin": "8.58.0",
|
||||
"@typescript-eslint/parser": "8.58.0",
|
||||
"@vitest/coverage-v8": "4.1.2",
|
||||
"@vue/runtime-core": "3.5.30",
|
||||
"@vue/runtime-core": "3.5.32",
|
||||
"acorn": "8.16.0",
|
||||
"cross-env": "10.1.0",
|
||||
"eslint-plugin-import": "2.32.0",
|
||||
"eslint-plugin-vue": "10.8.0",
|
||||
"happy-dom": "20.8.8",
|
||||
"happy-dom": "20.8.9",
|
||||
"intersection-observer": "0.12.2",
|
||||
"micromatch": "4.0.8",
|
||||
"msw": "2.12.14",
|
||||
"nodemon": "3.1.14",
|
||||
"prettier": "3.8.1",
|
||||
"sass-embedded": "1.98.0",
|
||||
"sass-embedded": "1.99.0",
|
||||
"start-server-and-test": "2.1.5",
|
||||
"tsx": "4.21.0",
|
||||
"vite": "8.0.7",
|
||||
|
||||
Reference in New Issue
Block a user