Run pnpm update -r

This commit is contained in:
Joscha 2025-03-02 18:30:26 +01:00
parent 5c80ec185d
commit 4c8a22368d
2 changed files with 4 additions and 4 deletions

4
pnpm-lock.yaml generated
View file

@ -28,7 +28,7 @@ importers:
specifier: ^0.7.0
version: 0.7.0(typescript@5.7.3)(vue@3.5.13(typescript@5.7.3))
typescript:
specifier: ~5.7.2
specifier: ~5.7.3
version: 5.7.3
vite:
specifier: ^6.2.0
@ -37,7 +37,7 @@ importers:
specifier: ^7.7.2
version: 7.7.2(rollup@4.34.9)(vite@6.2.0(@types/node@22.13.8))(vue@3.5.13(typescript@5.7.3))
vue-tsc:
specifier: ^2.2.4
specifier: ^2.2.8
version: 2.2.8(typescript@5.7.3)
packages:

View file

@ -15,9 +15,9 @@
"devDependencies": {
"@vitejs/plugin-vue": "^5.2.1",
"@vue/tsconfig": "^0.7.0",
"typescript": "~5.7.2",
"typescript": "~5.7.3",
"vite": "^6.2.0",
"vite-plugin-vue-devtools": "^7.7.2",
"vue-tsc": "^2.2.4"
"vue-tsc": "^2.2.8"
}
}