Upgrade TypeScript to 6.0 (#10113)

This commit is contained in:
Samuel Newman
2026-03-25 00:50:26 -07:00
committed by GitHub
parent fa84c451d0
commit cc5580848c
7 changed files with 298 additions and 161 deletions
+2 -2
View File
@@ -5,8 +5,8 @@
"start": "NODE_ENV=development ./dev-infra/with-test-redis-and-db.sh ts-node ./mock-server.ts"
},
"dependencies": {
"@atproto/dev-env": "^0.3.213",
"@atproto/dev-env": "^0.3.215",
"ts-node": "^10.9.2",
"typescript": "^5.9.3"
"typescript": "^6.0.2"
}
}