diff --git a/apps/dashboard/package.json b/apps/dashboard/package.json index b35583a07d..725519b49f 100644 --- a/apps/dashboard/package.json +++ b/apps/dashboard/package.json @@ -45,7 +45,7 @@ "devDependencies": { "@midday/tsconfig": "workspace:*", "@t3-oss/env-nextjs": "^0.7.1", - "@types/node": "20.10.2", + "@types/node": "^20.10.3", "@types/react": "^18.2.41", "@types/react-dom": "^18.2.17", "typescript": "^5.3.2" diff --git a/apps/website/package.json b/apps/website/package.json index e1a7192f16..cd3019d246 100644 --- a/apps/website/package.json +++ b/apps/website/package.json @@ -24,7 +24,7 @@ }, "devDependencies": { "@midday/tsconfig": "workspace:*", - "@types/node": "20.10.2", + "@types/node": "^20.10.3", "@types/react": "^18.2.41", "@types/react-dom": "^18.2.17" } diff --git a/apps/website/src/components/startpage.tsx b/apps/website/src/components/startpage.tsx index 415f7cd668..6a5013b28e 100644 --- a/apps/website/src/components/startpage.tsx +++ b/apps/website/src/components/startpage.tsx @@ -233,6 +233,7 @@ export function StartPage() {