Skip to content

Commit ca67e4c

Browse files
committed
Fix pnpm lockfile
1 parent 8004b36 commit ca67e4c

File tree

2 files changed

+59
-870
lines changed

2 files changed

+59
-870
lines changed

apps/website/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
"next": "15.2.4",
3535
"next-themes": "^0.4.6",
3636
"posthog-js": "^1.234.9",
37-
"react": "^19.1.0",
38-
"react-dom": "^19.1.0",
37+
"react": "^18.3.1",
38+
"react-dom": "^18.3.1",
3939
"react-icons": "^5.5.0",
4040
"recharts": "^2.15.2",
4141
"tailwind-merge": "^3.1.0",
@@ -47,8 +47,8 @@
4747
"@roo-code/config-typescript": "workspace:^",
4848
"@tailwindcss/typography": "^0.5.16",
4949
"@types/node": "^20.17.30",
50-
"@types/react": "^19.1.0",
51-
"@types/react-dom": "^19.1.1",
50+
"@types/react": "^18.3.18",
51+
"@types/react-dom": "^18.3.5",
5252
"autoprefixer": "^10.4.21",
5353
"drizzle-kit": "^0.30.6",
5454
"postcss": "^8.5.3",

0 commit comments

Comments
 (0)