Revert "chore(deps): update typescript"

This reverts commit 1c4bae8c86.
This commit is contained in:
Benjamin Canac
2025-01-09 12:30:21 +01:00
parent c79acc15b0
commit 3107039b56
3 changed files with 673 additions and 193 deletions

View File

@@ -141,7 +141,7 @@
"zod": "^3.24.1" "zod": "^3.24.1"
}, },
"peerDependencies": { "peerDependencies": {
"typescript": "^5.7.2" "typescript": "^5.6.3"
}, },
"resolutions": { "resolutions": {
"@nuxt/ui": "workspace:*", "@nuxt/ui": "workspace:*",
@@ -149,7 +149,7 @@
"debug": "4.3.7", "debug": "4.3.7",
"happy-dom": "14.12.3", "happy-dom": "14.12.3",
"rollup": "^4.24.0", "rollup": "^4.24.0",
"typescript": "5.7.2", "typescript": "5.6.3",
"unimport": "3.14.5", "unimport": "3.14.5",
"unplugin": "^2.1.2", "unplugin": "^2.1.2",
"vite": "^6.0.7", "vite": "^6.0.7",

859
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@@ -8,7 +8,8 @@
"ignoreDeps": [ "ignoreDeps": [
"happy-dom", "happy-dom",
"valibot30", "valibot30",
"valibot31" "valibot31",
"typescript"
], ],
"baseBranches": ["dev", "v3"], "baseBranches": ["dev", "v3"],
"packageRules": [{ "packageRules": [{