update vue/vite and remove unused frontend deps

This commit is contained in:
Hazelnoot 2025-09-19 23:26:31 -04:00
parent 2b67172169
commit 6eb58741e8
5 changed files with 647 additions and 559 deletions

View file

@ -6,7 +6,7 @@
"type": "git",
"url": "https://activitypub.software/TransFem-org/Sharkey.git"
},
"packageManager": "pnpm@9.6.0",
"packageManager": "pnpm@10.15.1",
"workspaces": [
"packages/frontend-shared",
"packages/frontend",
@ -73,7 +73,7 @@
"glob": "11.0.2",
"globals": "16.1.0",
"ncp": "2.0.0",
"pnpm": "9.6.0",
"pnpm": "10.15.1",
"ignore-walk": "7.0.0",
"postcss": "8.5.3",
"start-server-and-test": "2.0.11",

View file

@ -21,7 +21,7 @@
"shiki": "3.3.0",
"tinycolor2": "1.6.0",
"uuid": "11.1.0",
"vue": "3.5.14"
"vue": "3.5.21"
},
"devDependencies": {
"@misskey-dev/summaly": "npm:@transfem-org/summaly@5.2.2",
@ -38,15 +38,14 @@
"@types/ws": "8.18.1",
"@typescript-eslint/eslint-plugin": "8.31.0",
"@typescript-eslint/parser": "8.31.0",
"@vitejs/plugin-vue": "5.2.3",
"@vitest/coverage-v8": "3.1.2",
"@vue/compiler-sfc": "3.5.14",
"@vue/runtime-core": "3.5.14",
"@vitejs/plugin-vue": "6.0.1",
"@vitest/coverage-v8": "3.2.4",
"@vue/runtime-core": "3.5.21",
"acorn": "8.14.1",
"astring": "1.9.0",
"cross-env": "7.0.3",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-vue": "10.0.0",
"eslint-plugin-vue": "10.4.0",
"estree-walker": "3.0.3",
"fast-glob": "3.3.3",
"happy-dom": "17.4.4",
@ -61,10 +60,10 @@
"tsc-alias": "1.8.15",
"tsconfig-paths": "4.2.0",
"typescript": "5.8.3",
"vite": "6.3.4",
"vite": "6.3.6",
"vite-plugin-turbosnap": "1.0.3",
"vue-component-type-helpers": "2.2.10",
"vue-eslint-parser": "10.1.3",
"vue-tsc": "2.2.10"
"vue-component-type-helpers": "3.0.7",
"vue-eslint-parser": "10.2.0",
"vue-tsc": "3.0.7"
}
}

View file

@ -25,16 +25,16 @@
"@typescript-eslint/eslint-plugin": "8.31.0",
"@typescript-eslint/parser": "8.31.0",
"esbuild": "0.25.3",
"eslint-plugin-vue": "10.0.0",
"eslint-plugin-vue": "10.4.0",
"nodemon": "3.1.10",
"typescript": "5.8.3",
"vue-eslint-parser": "10.1.3"
"vue-eslint-parser": "10.2.0"
},
"files": [
"js-built"
],
"dependencies": {
"misskey-js": "workspace:*",
"vue": "3.5.13"
"vue": "3.5.21"
}
}

View file

@ -48,7 +48,6 @@
"misskey-bubble-game": "workspace:*",
"misskey-js": "workspace:*",
"misskey-reversi": "workspace:*",
"moment": "2.30.1",
"photoswipe": "5.4.4",
"promise-limit": "2.7.0",
"punycode.js": "2.3.1",
@ -61,7 +60,7 @@
"typescript": "5.8.3",
"uuid": "11.1.0",
"v-code-diff": "1.13.1",
"vue": "3.5.14",
"vue": "3.5.21",
"vuedraggable": "next",
"wanakana": "5.3.1"
},
@ -107,17 +106,16 @@
"@types/ws": "8.18.1",
"@typescript-eslint/eslint-plugin": "8.31.0",
"@typescript-eslint/parser": "8.31.0",
"@vitejs/plugin-vue": "5.2.3",
"@vitest/coverage-v8": "3.1.2",
"@vue/compiler-core": "3.5.14",
"@vue/compiler-sfc": "3.5.14",
"@vue/runtime-core": "3.5.14",
"@vitejs/plugin-vue": "6.0.1",
"@vitest/coverage-v8": "3.2.4",
"@vue/compiler-core": "3.5.21",
"@vue/runtime-core": "3.5.21",
"mfm-js": "npm:@transfem-org/sfm-js@0.24.8",
"acorn": "8.14.1",
"astring": "1.9.0",
"cross-env": "7.0.3",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-vue": "10.0.0",
"eslint-plugin-vue": "10.4.0",
"estree-walker": "3.0.3",
"fast-glob": "3.3.3",
"happy-dom": "17.4.4",
@ -140,12 +138,12 @@
"three": "0.176.0",
"tsc-alias": "1.8.15",
"tsconfig-paths": "4.2.0",
"vite": "6.3.4",
"vite": "6.3.6",
"vite-plugin-turbosnap": "1.0.3",
"vitest": "3.1.2",
"vitest": "3.2.4",
"vitest-fetch-mock": "0.4.5",
"vue-component-type-helpers": "2.2.10",
"vue-eslint-parser": "10.1.3",
"vue-tsc": "2.2.10"
"vue-component-type-helpers": "3.0.7",
"vue-eslint-parser": "10.2.0",
"vue-tsc": "3.0.7"
}
}

1153
pnpm-lock.yaml generated

File diff suppressed because it is too large Load diff