diff --git a/apps/backend/package.json b/apps/backend/package.json index b116d295..5765a4a1 100644 --- a/apps/backend/package.json +++ b/apps/backend/package.json @@ -22,6 +22,7 @@ "devDependencies": { "@types/express": "^4.17.18", "@types/morgan": "^1.9.6", - "bun-types": "^1.0.5-canary.20231009T140142" + "bun-types": "latest", + "typescript": "^5.0.0" } } diff --git a/bun.lockb b/bun.lockb index 8d6721b7..be6cce49 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/packages/sdk/package.json b/packages/sdk/package.json index 1670bd07..58c586dd 100644 --- a/packages/sdk/package.json +++ b/packages/sdk/package.json @@ -3,11 +3,11 @@ "version": "0.0.1", "type": "module", "module": "index.ts", - "devDependencies": { - "@mixan/types": "workspace:*", - "bun-types": "latest" - }, "dependencies": { + "@mixan/types": "workspace:*" + }, + "devDependencies": { + "bun-types": "latest", "typescript": "^5.0.0" } } \ No newline at end of file diff --git a/packages/types/package.json b/packages/types/package.json index 0ebdfd65..42e9542a 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -4,9 +4,7 @@ "type": "module", "module": "index.ts", "devDependencies": { - "bun-types": "latest" - }, - "dependencies": { + "bun-types": "latest", "typescript": "^5.0.0" } } \ No newline at end of file