Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/admin-dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@
"postcss": "^8.5.6",
"tailwindcss": "^3.4.19",
"ts-jest": "^29.4.6",
"typescript": "^5.9.3"
"typescript": "^6.0.2"
}
}
2 changes: 1 addition & 1 deletion apps/client-dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,6 @@
"jest": "^30.2.0",
"jest-environment-jsdom": "^30.2.0",
"ts-jest": "^29.4.6",
"typescript": "^5.9.3"
"typescript": "^6.0.2"
Copy link
Copy Markdown

@cubic-dev-ai cubic-dev-ai Bot Mar 25, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1: TypeScript was bumped to ^6.0.2, but ts-jest@29.4.6 only supports TypeScript <6, creating a peer dependency conflict.

Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At apps/client-dashboard/package.json, line 82:

<comment>TypeScript was bumped to ^6.0.2, but ts-jest@29.4.6 only supports TypeScript <6, creating a peer dependency conflict.</comment>

<file context>
@@ -79,6 +79,6 @@
     "jest-environment-jsdom": "^30.2.0",
     "ts-jest": "^29.4.6",
-    "typescript": "^5.9.3"
+    "typescript": "^6.0.2"
   }
 }
</file context>
Suggested change
"typescript": "^6.0.2"
"typescript": "^5.9.3"
Fix with Cubic

}
}
2 changes: 1 addition & 1 deletion apps/marketing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"autoprefixer": "^10.4.24",
"postcss": "^8.5.6",
"tailwindcss": "^3.4.19",
"typescript": "^5.9.3"
"typescript": "^6.0.2"
},
"browserslist": [
"last 2 versions",
Expand Down
2 changes: 1 addition & 1 deletion apps/resident-mobile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
},
"devDependencies": {
"@types/react": "~19.1.17",
"typescript": "^5.9.3"
"typescript": "^6.0.2"
}
}
2 changes: 1 addition & 1 deletion apps/resident-portal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
"@types/qrcode": "^1.5.6",
"@types/react": "^18.3.28",
"@types/react-dom": "^18.3.7",
"typescript": "^5.9.3"
"typescript": "^6.0.2"
}
}
2 changes: 1 addition & 1 deletion apps/scanner-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@types/react": "~19.1.17",
"jest": "^29.7.0",
"ts-jest": "^29.4.6",
"typescript": "^5.9.3"
"typescript": "^6.0.2"
},
"description": "Expo / React Native mobile scanner app for QR code scanning.",
"main": "index.js",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,14 +86,14 @@
"@types/node": "^20.19.33",
"ai": "5.0.52",
"autoprefixer": "^10.4.24",
"eslint": "^8.57.1",
"eslint": "^10.1.0",
"faker": "5.5.3",
"lint-staged": "^15.5.2",
"prettier": "^3.8.1",
"tailwindcss": "^3.4.19",
"tsx": "^4.7.0",
"turbo": "^2.8.13",
"typescript": "5.3.3"
"typescript": "6.0.2"
},
"packageManager": "pnpm@8.15.0",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/api-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"devDependencies": {
"@gate-access/config": "workspace:*",
"typescript": "^5.9.3"
"typescript": "^6.0.2"
},
"dependencies": {
"ai": "5.0.52"
Expand Down
8 changes: 4 additions & 4 deletions packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.57.1",
"eslint-config-next": "^14.2.35",
"eslint-config-prettier": "^9.1.2",
"eslint": "^10.1.0",
"eslint-config-next": "^16.2.1",
"eslint-config-prettier": "^10.1.8",
"prettier": "^3.8.1",
"typescript": "^5.9.3"
"typescript": "^6.0.2"
},
"dependencies": {
"ai": "5.0.52"
Expand Down
2 changes: 1 addition & 1 deletion packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"faker": "^5.5.3",
"prisma": "^5.22.0",
"tsx": "^4.7.1",
"typescript": "^5.9.3"
"typescript": "^6.0.2"
},
"prisma": {
"seed": "npx tsx prisma/seed_dev.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
"devDependencies": {
"@gate-access/config": "workspace:*",
"@types/react": "^18.3.28",
"typescript": "^5.9.3"
"typescript": "^6.0.2"
}
}
2 changes: 1 addition & 1 deletion packages/stripe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"devDependencies": {
"@gate-access/config": "workspace:*",
"@gate-access/types": "workspace:*",
"typescript": "^5.9.3"
"typescript": "^6.0.2"
}
}
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"devDependencies": {
"@gate-access/config": "workspace:*",
"@types/crypto-js": "^4.2.2",
"typescript": "^5.9.3"
"typescript": "^6.0.2"
}
}
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@
"postcss": "^8.5.6",
"react-native": "0.81.5",
"tailwindcss": "^3.4.19",
"typescript": "^5.9.3"
"typescript": "^6.0.2"
}
}
Loading
Loading