test: bump ct typescript version (#29855)

This commit is contained in:
Max Schmitt 2024-03-11 17:09:26 +01:00 committed by GitHub
parent 7f6f17d1c3
commit 94e61fc95a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@
"@types/react": "^18.0.26", "@types/react": "^18.0.26",
"@types/react-dom": "^18.0.10", "@types/react-dom": "^18.0.10",
"@vitejs/plugin-react": "^4.2.1", "@vitejs/plugin-react": "^4.2.1",
"typescript": "^4.5.4", "typescript": "^5.2.2",
"vite": "^5.0.11" "vite": "^5.0.11"
} }
} }

View File

@ -15,7 +15,7 @@
"solid-js": "^1.7.3" "solid-js": "^1.7.3"
}, },
"devDependencies": { "devDependencies": {
"typescript": "^4.7.4", "typescript": "^5.2.2",
"vite": "^5.0.11", "vite": "^5.0.11",
"vite-plugin-solid": "^2.6.1" "vite-plugin-solid": "^2.6.1"
} }