chore: bump typescript version (#2906)

This commit is contained in:
Alex Yang
2023-06-28 20:57:33 +08:00
parent 87063d20ce
commit 5a3e5a1565
8 changed files with 36 additions and 16 deletions

View File

@@ -65,7 +65,7 @@
"@types/react-dnd": "^3.0.2",
"@types/react-dom": "^18.2.6",
"@vanilla-extract/css": "^1.11.1",
"typescript": "^5.1.3",
"typescript": "^5.1.5",
"vite": "^4.3.9",
"yjs": "^13.6.6"
},

View File

@@ -34,7 +34,7 @@
"@types/prettier": "^2.7.3",
"prettier": "^2.8.8",
"ts-node": "^10.9.1",
"typescript": "^5.1.3"
"typescript": "^5.1.5"
},
"version": "0.7.0-canary.20"
}

View File

@@ -21,7 +21,7 @@
"cross-env": "^7.0.3",
"rxjs": "^7.8.1",
"ts-node": "^10.9.1",
"typescript": "^5.1.3",
"typescript": "^5.1.5",
"uuid": "^9.0.0"
},
"engines": {