summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorかっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>2025-12-12 10:45:45 +0900
committerGitHub <noreply@github.com>2025-12-12 10:45:45 +0900
commitd74aded35fc8bf1c59dc2450076eb8cfbdf900eb (patch)
tree4b422d0065442d2c63751aa9b736a49ed13746b0
parentfix(frontend): オーナー不在のチャンネルをミュートできな... (diff)
downloadmisskey-d74aded35fc8bf1c59dc2450076eb8cfbdf900eb.tar.gz
misskey-d74aded35fc8bf1c59dc2450076eb8cfbdf900eb.tar.bz2
misskey-d74aded35fc8bf1c59dc2450076eb8cfbdf900eb.zip
fix: remove unused dependencies (#16969)
* fix(frontend): remove unused dependencies * fix(backend): remove unused dependencies
-rw-r--r--packages/backend/package.json9
-rw-r--r--packages/frontend-embed/package.json6
-rw-r--r--packages/frontend/package.json14
-rw-r--r--packages/frontend/src/components/index.ts2
-rw-r--r--pnpm-lock.yaml151
5 files changed, 30 insertions, 152 deletions
diff --git a/packages/backend/package.json b/packages/backend/package.json
index 40aa2f82a2..f49acff701 100644
--- a/packages/backend/package.json
+++ b/packages/backend/package.json
@@ -75,7 +75,6 @@
"@aws-sdk/lib-storage": "3.940.0",
"@discordapp/twemoji": "16.0.1",
"@fastify/accepts": "5.0.3",
- "@fastify/cookie": "11.0.2",
"@fastify/cors": "11.1.0",
"@fastify/express": "4.0.2",
"@fastify/http-proxy": "11.3.0",
@@ -107,7 +106,6 @@
"body-parser": "2.2.1",
"bullmq": "5.65.0",
"cacheable-lookup": "7.0.0",
- "cbor": "10.0.11",
"chalk": "5.6.2",
"chalk-template": "1.1.2",
"chokidar": "4.0.3",
@@ -131,7 +129,6 @@
"is-svg": "6.1.0",
"json5": "2.2.3",
"jsonld": "9.0.0",
- "jsrsasign": "11.1.0",
"juice": "11.0.3",
"meilisearch": "0.54.0",
"mfm-js": "0.25.0",
@@ -145,7 +142,6 @@
"node-html-parser": "7.0.1",
"nodemailer": "7.0.11",
"nsfwjs": "4.2.0",
- "oauth": "0.10.2",
"oauth2orize": "1.12.0",
"oauth2orize-pkce": "0.1.2",
"os-utils": "0.0.14",
@@ -174,7 +170,6 @@
"tinycolor2": "1.6.0",
"tmp": "0.2.5",
"tsc-alias": "1.8.16",
- "tsconfig-paths": "4.2.0",
"typeorm": "0.3.27",
"typescript": "5.9.3",
"ulid": "3.0.1",
@@ -199,12 +194,10 @@
"@types/http-link-header": "1.0.7",
"@types/jest": "29.5.14",
"@types/jsonld": "1.5.15",
- "@types/jsrsasign": "10.5.15",
"@types/mime-types": "3.0.1",
"@types/ms": "2.1.0",
"@types/node": "24.10.1",
"@types/nodemailer": "7.0.4",
- "@types/oauth": "0.9.6",
"@types/oauth2orize": "1.11.5",
"@types/oauth2orize-pkce": "0.1.2",
"@types/pg": "8.15.6",
@@ -225,13 +218,13 @@
"@typescript-eslint/eslint-plugin": "8.48.0",
"@typescript-eslint/parser": "8.48.0",
"aws-sdk-client-mock": "4.1.0",
+ "cbor": "10.0.11",
"cross-env": "10.1.0",
"eslint-plugin-import": "2.32.0",
"execa": "9.6.0",
"fkill": "10.0.1",
"jest": "29.7.0",
"jest-mock": "29.7.0",
- "jest-util": "29.7.0",
"js-yaml": "4.1.1",
"nodemon": "3.1.11",
"pid-port": "2.0.0",
diff --git a/packages/frontend-embed/package.json b/packages/frontend-embed/package.json
index cdf13120c0..e82cdc1f27 100644
--- a/packages/frontend-embed/package.json
+++ b/packages/frontend-embed/package.json
@@ -17,8 +17,6 @@
"@rollup/pluginutils": "5.3.0",
"@twemoji/parser": "16.0.0",
"@vitejs/plugin-vue": "6.0.2",
- "@vue/compiler-sfc": "3.5.25",
- "astring": "1.9.0",
"buraha": "0.0.1",
"estree-walker": "3.0.3",
"frontend-shared": "workspace:*",
@@ -31,9 +29,6 @@
"sass": "1.94.2",
"shiki": "3.17.0",
"tinycolor2": "1.6.0",
- "tsc-alias": "1.8.16",
- "tsconfig-paths": "4.2.0",
- "typescript": "5.9.3",
"uuid": "13.0.0",
"vite": "7.2.4",
"vue": "3.5.25"
@@ -64,6 +59,7 @@
"prettier": "3.7.1",
"start-server-and-test": "2.1.3",
"tsx": "4.20.6",
+ "typescript": "5.9.3",
"vite-plugin-turbosnap": "1.0.3",
"vue-component-type-helpers": "3.1.5",
"vue-eslint-parser": "10.2.0",
diff --git a/packages/frontend/package.json b/packages/frontend/package.json
index 785dbbcfab..68dc5bd656 100644
--- a/packages/frontend/package.json
+++ b/packages/frontend/package.json
@@ -30,10 +30,8 @@
"@syuilo/aiscript-0-19-0": "npm:@syuilo/aiscript@^0.19.0",
"@twemoji/parser": "16.0.0",
"@vitejs/plugin-vue": "6.0.2",
- "@vue/compiler-sfc": "3.5.25",
"aiscript-vscode": "github:aiscript-dev/aiscript-vscode#v0.1.15",
"analytics": "0.8.19",
- "astring": "1.9.0",
"broadcast-channel": "7.2.0",
"buraha": "0.0.1",
"canvas-confetti": "1.9.4",
@@ -46,7 +44,6 @@
"compare-versions": "6.1.1",
"cropperjs": "2.1.0",
"date-fns": "4.1.0",
- "estree-walker": "3.0.3",
"eventemitter3": "5.0.1",
"execa": "9.6.0",
"exifreader": "4.32.0",
@@ -57,7 +54,6 @@
"ios-haptics": "0.1.4",
"is-file-animated": "1.0.2",
"json5": "2.2.3",
- "magic-string": "0.30.21",
"matter-js": "0.20.0",
"mediabunny": "1.25.3",
"mfm-js": "0.25.0",
@@ -72,14 +68,10 @@
"sanitize-html": "2.17.0",
"sass": "1.94.2",
"shiki": "3.17.0",
- "strict-event-emitter-types": "2.0.0",
"textarea-caret": "3.1.0",
"three": "0.181.2",
"throttle-debounce": "5.0.2",
"tinycolor2": "1.6.0",
- "tsc-alias": "1.8.16",
- "tsconfig-paths": "4.2.0",
- "typescript": "5.9.3",
"v-code-diff": "1.13.1",
"vite": "7.2.4",
"vue": "3.5.25",
@@ -117,19 +109,20 @@
"@types/seedrandom": "3.0.8",
"@types/throttle-debounce": "5.0.2",
"@types/tinycolor2": "1.4.6",
- "@types/ws": "8.18.1",
"@typescript-eslint/eslint-plugin": "8.48.0",
"@typescript-eslint/parser": "8.48.0",
"@vitest/coverage-v8": "4.0.14",
"@vue/compiler-core": "3.5.25",
- "@vue/runtime-core": "3.5.25",
"acorn": "8.15.0",
+ "astring": "1.9.0",
"cross-env": "10.1.0",
"cypress": "15.7.0",
"eslint-plugin-import": "2.32.0",
"eslint-plugin-vue": "10.6.2",
+ "estree-walker": "3.0.3",
"happy-dom": "20.0.11",
"intersection-observer": "0.12.2",
+ "magic-string": "0.30.21",
"micromatch": "4.0.8",
"minimatch": "10.1.1",
"msw": "2.12.3",
@@ -143,6 +136,7 @@
"storybook": "10.1.0",
"storybook-addon-misskey-theme": "github:misskey-dev/storybook-addon-misskey-theme",
"tsx": "4.20.6",
+ "typescript": "5.9.3",
"vite-plugin-glsl": "1.5.4",
"vite-plugin-turbosnap": "1.0.3",
"vitest": "4.0.14",
diff --git a/packages/frontend/src/components/index.ts b/packages/frontend/src/components/index.ts
index eadf88ebd9..32c9d4bc62 100644
--- a/packages/frontend/src/components/index.ts
+++ b/packages/frontend/src/components/index.ts
@@ -77,7 +77,7 @@ export const components = {
SearchIcon: SearchIcon,
};
-declare module '@vue/runtime-core' {
+declare module 'vue' {
export interface GlobalComponents {
I18n: typeof I18n;
RouterView: typeof RouterView;
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 56a73fb5fa..f85427d764 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -99,9 +99,6 @@ importers:
'@fastify/accepts':
specifier: 5.0.3
version: 5.0.3
- '@fastify/cookie':
- specifier: 11.0.2
- version: 11.0.2
'@fastify/cors':
specifier: 11.1.0
version: 11.1.0
@@ -195,9 +192,6 @@ importers:
cacheable-lookup:
specifier: 7.0.0
version: 7.0.0
- cbor:
- specifier: 10.0.11
- version: 10.0.11
chalk:
specifier: 5.6.2
version: 5.6.2
@@ -267,9 +261,6 @@ importers:
jsonld:
specifier: 9.0.0
version: 9.0.0
- jsrsasign:
- specifier: 11.1.0
- version: 11.1.0
juice:
specifier: 11.0.3
version: 11.0.3
@@ -309,9 +300,6 @@ importers:
nsfwjs:
specifier: 4.2.0
version: 4.2.0(@tensorflow/tfjs@4.22.0(encoding@0.1.13)(seedrandom@3.0.5))(buffer@6.0.3)
- oauth:
- specifier: 0.10.2
- version: 0.10.2
oauth2orize:
specifier: 1.12.0
version: 1.12.0
@@ -396,9 +384,6 @@ importers:
tsc-alias:
specifier: 1.8.16
version: 1.8.16
- tsconfig-paths:
- specifier: 4.2.0
- version: 4.2.0
typeorm:
specifier: 0.3.27
version: 0.3.27(ioredis@5.8.2)(pg@8.16.3)(reflect-metadata@0.2.2)
@@ -466,9 +451,6 @@ importers:
'@types/jsonld':
specifier: 1.5.15
version: 1.5.15
- '@types/jsrsasign':
- specifier: 10.5.15
- version: 10.5.15
'@types/mime-types':
specifier: 3.0.1
version: 3.0.1
@@ -481,9 +463,6 @@ importers:
'@types/nodemailer':
specifier: 7.0.4
version: 7.0.4
- '@types/oauth':
- specifier: 0.9.6
- version: 0.9.6
'@types/oauth2orize':
specifier: 1.11.5
version: 1.11.5
@@ -544,6 +523,9 @@ importers:
aws-sdk-client-mock:
specifier: 4.1.0
version: 4.1.0
+ cbor:
+ specifier: 10.0.11
+ version: 10.0.11
cross-env:
specifier: 10.1.0
version: 10.1.0
@@ -562,9 +544,6 @@ importers:
jest-mock:
specifier: 29.7.0
version: 29.7.0
- jest-util:
- specifier: 29.7.0
- version: 29.7.0
js-yaml:
specifier: 4.1.1
version: 4.1.1
@@ -713,18 +692,12 @@ importers:
'@vitejs/plugin-vue':
specifier: 6.0.2
version: 6.0.2(vite@7.2.4(@types/node@24.10.1)(sass@1.94.2)(terser@5.44.1)(tsx@4.20.6))(vue@3.5.25(typescript@5.9.3))
- '@vue/compiler-sfc':
- specifier: 3.5.25
- version: 3.5.25
aiscript-vscode:
specifier: github:aiscript-dev/aiscript-vscode#v0.1.15
version: https://codeload.github.com/aiscript-dev/aiscript-vscode/tar.gz/c3cde89e79a41d93540cf8a48cd619c3f2dcb1b7
analytics:
specifier: 0.8.19
version: 0.8.19(@types/dlv@1.1.5)
- astring:
- specifier: 1.9.0
- version: 1.9.0
broadcast-channel:
specifier: 7.2.0
version: 7.2.0
@@ -761,9 +734,6 @@ importers:
date-fns:
specifier: 4.1.0
version: 4.1.0
- estree-walker:
- specifier: 3.0.3
- version: 3.0.3
eventemitter3:
specifier: 5.0.1
version: 5.0.1
@@ -797,9 +767,6 @@ importers:
json5:
specifier: 2.2.3
version: 2.2.3
- magic-string:
- specifier: 0.30.21
- version: 0.30.21
matter-js:
specifier: 0.20.0
version: 0.20.0
@@ -842,9 +809,6 @@ importers:
shiki:
specifier: 3.17.0
version: 3.17.0
- strict-event-emitter-types:
- specifier: 2.0.0
- version: 2.0.0
textarea-caret:
specifier: 3.1.0
version: 3.1.0
@@ -857,15 +821,6 @@ importers:
tinycolor2:
specifier: 1.6.0
version: 1.6.0
- tsc-alias:
- specifier: 1.8.16
- version: 1.8.16
- tsconfig-paths:
- specifier: 4.2.0
- version: 4.2.0
- typescript:
- specifier: 5.9.3
- version: 5.9.3
v-code-diff:
specifier: 1.13.1
version: 1.13.1(vue@3.5.25(typescript@5.9.3))
@@ -972,9 +927,6 @@ importers:
'@types/tinycolor2':
specifier: 1.4.6
version: 1.4.6
- '@types/ws':
- specifier: 8.18.1
- version: 8.18.1
'@typescript-eslint/eslint-plugin':
specifier: 8.48.0
version: 8.48.0(@typescript-eslint/parser@8.48.0(eslint@9.39.1)(typescript@5.9.3))(eslint@9.39.1)(typescript@5.9.3)
@@ -987,12 +939,12 @@ importers:
'@vue/compiler-core':
specifier: 3.5.25
version: 3.5.25
- '@vue/runtime-core':
- specifier: 3.5.25
- version: 3.5.25
acorn:
specifier: 8.15.0
version: 8.15.0
+ astring:
+ specifier: 1.9.0
+ version: 1.9.0
cross-env:
specifier: 10.1.0
version: 10.1.0
@@ -1005,12 +957,18 @@ importers:
eslint-plugin-vue:
specifier: 10.6.2
version: 10.6.2(@stylistic/eslint-plugin@5.5.0(eslint@9.39.1))(@typescript-eslint/parser@8.48.0(eslint@9.39.1)(typescript@5.9.3))(eslint@9.39.1)(vue-eslint-parser@10.2.0(eslint@9.39.1))
+ estree-walker:
+ specifier: 3.0.3
+ version: 3.0.3
happy-dom:
specifier: 20.0.11
version: 20.0.11
intersection-observer:
specifier: 0.12.2
version: 0.12.2
+ magic-string:
+ specifier: 0.30.21
+ version: 0.30.21
micromatch:
specifier: 4.0.8
version: 4.0.8
@@ -1050,6 +1008,9 @@ importers:
tsx:
specifier: 4.20.6
version: 4.20.6
+ typescript:
+ specifier: 5.9.3
+ version: 5.9.3
vite-plugin-glsl:
specifier: 1.5.4
version: 1.5.4(@rollup/pluginutils@5.3.0(rollup@4.53.3))(esbuild@0.27.0)(vite@7.2.4(@types/node@24.10.1)(sass@1.94.2)(terser@5.44.1)(tsx@4.20.6))
@@ -1126,12 +1087,6 @@ importers:
'@vitejs/plugin-vue':
specifier: 6.0.2
version: 6.0.2(vite@7.2.4(@types/node@24.10.1)(sass@1.94.2)(terser@5.44.1)(tsx@4.20.6))(vue@3.5.25(typescript@5.9.3))
- '@vue/compiler-sfc':
- specifier: 3.5.25
- version: 3.5.25
- astring:
- specifier: 1.9.0
- version: 1.9.0
buraha:
specifier: 0.0.1
version: 0.0.1
@@ -1171,15 +1126,6 @@ importers:
tinycolor2:
specifier: 1.6.0
version: 1.6.0
- tsc-alias:
- specifier: 1.8.16
- version: 1.8.16
- tsconfig-paths:
- specifier: 4.2.0
- version: 4.2.0
- typescript:
- specifier: 5.9.3
- version: 5.9.3
uuid:
specifier: 13.0.0
version: 13.0.0
@@ -1265,6 +1211,9 @@ importers:
tsx:
specifier: 4.20.6
version: 4.20.6
+ typescript:
+ specifier: 5.9.3
+ version: 5.9.3
vite-plugin-turbosnap:
specifier: 1.0.3
version: 1.0.3
@@ -2500,9 +2449,6 @@ packages:
'@fastify/busboy@3.2.0':
resolution: {integrity: sha512-m9FVDXU3GT2ITSe0UaMA5rU3QkfC/UXtCU8y0gSN/GugTqtVldOBWIB5V6V3sbmenVZUIpU6f+mPEO2+m5iTaA==}
- '@fastify/cookie@11.0.2':
- resolution: {integrity: sha512-GWdwdGlgJxyvNv+QcKiGNevSspMQXncjMZ1J8IvuDQk0jvkzgWWZFNC2En3s+nHndZBGV8IbLwOI/sxCZw/mzA==}
-
'@fastify/cors@11.1.0':
resolution: {integrity: sha512-sUw8ed8wP2SouWZTIbA7V2OQtMNpLj2W6qJOYhNdcmINTu6gsxVYXjQiM9mdi8UUDlcoDDJ/W2syPo1WB2QjYA==}
@@ -4774,9 +4720,6 @@ packages:
'@types/jsonld@1.5.15':
resolution: {integrity: sha512-PlAFPZjL+AuGYmwlqwKEL0IMP8M8RexH0NIPGfCVWSQ041H2rR/8OlyZSD7KsCVoN8vCfWdtWDBxX8yBVP+xow==}
- '@types/jsrsasign@10.5.15':
- resolution: {integrity: sha512-3stUTaSRtN09PPzVWR6aySD9gNnuymz+WviNHoTb85dKu+BjaV4uBbWWGykBBJkfwPtcNZVfTn2lbX00U+yhpQ==}
-
'@types/long@4.0.2':
resolution: {integrity: sha512-MqTGEo5bj5t157U6fA/BiDynNkn0YknVdh48CMPkTSpFTVmvao5UQmm7uEF6xBEo7qIMAlY/JSleYaE6VOdpaA==}
@@ -4831,9 +4774,6 @@ packages:
'@types/oauth2orize@1.11.5':
resolution: {integrity: sha512-C6hrRoh9hCnqis39OpeUZSwgw+TIzcV0CsxwJMGfQjTx4I1r+CLmuEPzoDJr5NRTfc7OMwHNLkQwrGFLKrJjMQ==}
- '@types/oauth@0.9.6':
- resolution: {integrity: sha512-H9TRCVKBNOhZZmyHLqFt9drPM9l+ShWiqqJijU1B8P3DX3ub84NjxDuy+Hjrz+fEca5Kwip3qPMKNyiLgNJtIA==}
-
'@types/offscreencanvas@2019.3.0':
resolution: {integrity: sha512-esIJx9bQg+QYF0ra8GnvfianIY8qWB0GBx54PK5Eps6m+xTj86KLavHv6qDhzKcu5UUOgNfJ2pWaIIV7TRUd9Q==}
@@ -5235,15 +5175,9 @@ packages:
'@volar/typescript@2.4.23':
resolution: {integrity: sha512-lAB5zJghWxVPqfcStmAP1ZqQacMpe90UrP5RJ3arDyrhy4aCUQqmxPPLB2PWDKugvylmO41ljK7vZ+t6INMTag==}
- '@vue/compiler-core@3.5.24':
- resolution: {integrity: sha512-eDl5H57AOpNakGNAkFDH+y7kTqrQpJkZFXhWZQGyx/5Wh7B1uQYvcWkvZi11BDhscPgj8N7XV3oRwiPnx1Vrig==}
-
'@vue/compiler-core@3.5.25':
resolution: {integrity: sha512-vay5/oQJdsNHmliWoZfHPoVZZRmnSWhug0BYT34njkYTPqClh3DNWLkZNJBVSjsNMrg0CCrBfoKkjZQPM/QVUw==}
- '@vue/compiler-dom@3.5.24':
- resolution: {integrity: sha512-1QHGAvs53gXkWdd3ZMGYuvQFXHW4ksKWPG8HP8/2BscrbZ0brw183q2oNWjMrSWImYLHxHrx1ItBQr50I/q2zw==}
-
'@vue/compiler-dom@3.5.25':
resolution: {integrity: sha512-4We0OAcMZsKgYoGlMjzYvaoErltdFI2/25wqanuTu+S4gismOTRTBPi4IASOjxWdzIwrYSjnqONfKvuqkXzE2Q==}
@@ -5286,9 +5220,6 @@ packages:
peerDependencies:
vue: 3.5.25
- '@vue/shared@3.5.24':
- resolution: {integrity: sha512-9cwHL2EsJBdi8NY22pngYYWzkTDhld6fAD6jlaeloNGciNSJL6bLpbxVgXl96X00Jtc6YWQv96YA/0sxex/k1A==}
-
'@vue/shared@3.5.25':
resolution: {integrity: sha512-AbOPdQQnAnzs58H2FrrDxYj/TJfmeS2jdfEEhgiKINy+bnOANmVizIEgq1r+C5zsbs6l1CCQxtcj71rwNQ4jWg==}
@@ -8096,9 +8027,6 @@ packages:
resolution: {integrity: sha512-gqXddjPqQ6G40VdnI6T6yObEC+pDNvyP95wdQhkWkg7crHH3km5qP1FsOXEkzEQwnz6gz5qGTn1c2Y52wP3OyQ==}
engines: {'0': node >=0.6.0}
- jsrsasign@11.1.0:
- resolution: {integrity: sha512-Ov74K9GihaK9/9WncTe1mPmvrO7Py665TUfUKvraXBpu+xcTWitrtuOwcjf4KMU9maPaYn0OuaWy0HOzy/GBXg==}
-
jstransformer@1.0.0:
resolution: {integrity: sha512-C9YK3Rf8q6VAPDCCU9fnqo3mAfOH6vUGnMcP4AQAYIEpWtfGLpwOTmZ+igtdK5y+VvI2n3CyYSzy4Qh34eq24A==}
@@ -8836,9 +8764,6 @@ packages:
resolution: {integrity: sha512-j4XtFDQUBsvUHPjUmvmNDUDMYed2MphMIJBhyxVVe8hGCjkuYnjIsW+D9qk8c5ciXRdnk6x6tEbiO6PLeOZdCQ==}
engines: {node: '>= 0.4.0'}
- oauth@0.10.2:
- resolution: {integrity: sha512-JtFnB+8nxDEXgNyniwz573xxbKSOu3R8D40xQKqcjwJ2CDkYqUDI53o6IuzDJBx60Z8VKCm271+t8iFjakrl8Q==}
-
object-assign@4.1.1:
resolution: {integrity: sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==}
engines: {node: '>=0.10.0'}
@@ -12865,11 +12790,6 @@ snapshots:
'@fastify/busboy@3.2.0': {}
- '@fastify/cookie@11.0.2':
- dependencies:
- cookie: 1.0.2
- fastify-plugin: 5.1.0
-
'@fastify/cors@11.1.0':
dependencies:
fastify-plugin: 5.1.0
@@ -15542,8 +15462,6 @@ snapshots:
'@types/jsonld@1.5.15': {}
- '@types/jsrsasign@10.5.15': {}
-
'@types/long@4.0.2': {}
'@types/matter-js@0.20.2': {}
@@ -15603,10 +15521,6 @@ snapshots:
'@types/express': 5.0.4
'@types/node': 24.10.1
- '@types/oauth@0.9.6':
- dependencies:
- '@types/node': 24.10.1
-
'@types/offscreencanvas@2019.3.0': {}
'@types/offscreencanvas@2019.7.3': {}
@@ -16141,14 +16055,6 @@ snapshots:
path-browserify: 1.0.1
vscode-uri: 3.1.0
- '@vue/compiler-core@3.5.24':
- dependencies:
- '@babel/parser': 7.28.5
- '@vue/shared': 3.5.24
- entities: 4.5.0
- estree-walker: 2.0.2
- source-map-js: 1.2.1
-
'@vue/compiler-core@3.5.25':
dependencies:
'@babel/parser': 7.28.5
@@ -16157,11 +16063,6 @@ snapshots:
estree-walker: 2.0.2
source-map-js: 1.2.1
- '@vue/compiler-dom@3.5.24':
- dependencies:
- '@vue/compiler-core': 3.5.24
- '@vue/shared': 3.5.24
-
'@vue/compiler-dom@3.5.25':
dependencies:
'@vue/compiler-core': 3.5.25
@@ -16192,9 +16093,9 @@ snapshots:
'@vue/language-core@2.2.12(typescript@5.9.3)':
dependencies:
'@volar/language-core': 2.4.15
- '@vue/compiler-dom': 3.5.24
+ '@vue/compiler-dom': 3.5.25
'@vue/compiler-vue2': 2.7.16
- '@vue/shared': 3.5.24
+ '@vue/shared': 3.5.25
alien-signals: 1.0.13
minimatch: 9.0.5
muggle-string: 0.4.1
@@ -16205,8 +16106,8 @@ snapshots:
'@vue/language-core@3.1.5(typescript@5.9.3)':
dependencies:
'@volar/language-core': 2.4.23
- '@vue/compiler-dom': 3.5.24
- '@vue/shared': 3.5.24
+ '@vue/compiler-dom': 3.5.25
+ '@vue/shared': 3.5.25
alien-signals: 3.1.0
muggle-string: 0.4.1
path-browserify: 1.0.1
@@ -16236,8 +16137,6 @@ snapshots:
'@vue/shared': 3.5.25
vue: 3.5.25(typescript@5.9.3)
- '@vue/shared@3.5.24': {}
-
'@vue/shared@3.5.25': {}
'@vue/test-utils@2.4.6':
@@ -19810,8 +19709,6 @@ snapshots:
json-schema: 0.4.0
verror: 1.10.0
- jsrsasign@11.1.0: {}
-
jstransformer@1.0.0:
dependencies:
is-promise: 2.2.2
@@ -20734,8 +20631,6 @@ snapshots:
transitivePeerDependencies:
- supports-color
- oauth@0.10.2: {}
-
object-assign@4.1.1: {}
object-inspect@1.13.4: {}
@@ -23113,7 +23008,7 @@ snapshots:
dependencies:
'@babel/parser': 7.28.5
'@babel/types': 7.28.5
- '@vue/compiler-dom': 3.5.24
+ '@vue/compiler-dom': 3.5.25
'@vue/compiler-sfc': 3.5.25
ast-types: 0.16.1
esm-resolve: 1.0.11