fix(web): pin typescript to 5.7.2 (5.7.0 was never published)

This commit is contained in:
yiekheng 2026-05-02 20:37:33 +08:00
parent 5cac356007
commit ccb6c27c3d

View File

@ -19,6 +19,6 @@
"@types/react": "19.0.0",
"@types/react-dom": "19.0.0",
"tailwindcss": "4.0.0",
"typescript": "5.7.0"
"typescript": "5.7.2"
}
}