Skip to content

Commit

Permalink
Migrate to Lens v3
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoginth committed Dec 8, 2024
1 parent afb34fa commit 096124a
Show file tree
Hide file tree
Showing 6 changed files with 568 additions and 579 deletions.
4 changes: 2 additions & 2 deletions apps/og/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
"apollo-utilities": "^1.3.4",
"graphql": "^16.9.0",
"next": "^15.0.4",
"react": "^18.3.1"
"react": "^19.0.0"
},
"devDependencies": {
"@types/node": "^22.10.1",
"@types/react": "^18.3.12",
"@types/react": "^19.0.1",
"typescript": "^5.7.2",
"vitest": "^2.1.8"
}
Expand Down
8 changes: 4 additions & 4 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@
"plyr-react": "^5.3.0",
"prosekit": "^0.11.0",
"rc-slider": "^11.1.7",
"react": "^18.3.1",
"react": "^19.0.0",
"react-chartjs-2": "^5.2.0",
"react-device-detect": "^2.2.3",
"react-dom": "^18.3.1",
"react-dom": "^19.0.0",
"react-hot-toast": "^2.4.1",
"react-markdown": "^9.0.0",
"react-tracked": "^2.0.1",
Expand Down Expand Up @@ -77,8 +77,8 @@
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.9",
"@types/node": "^22.10.1",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.1",
"@types/uuid": "^10.0.0",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
Expand Down
4 changes: 2 additions & 2 deletions packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@
"dependencies": {
"@hey/data": "workspace:*",
"@hey/helpers": "workspace:*",
"@prisma/client": "^5.22.0",
"@prisma/client": "^6.0.1",
"dotenv": "^16.4.7",
"pg-promise": "^11.10.1",
"redis": "^4.7.0"
},
"devDependencies": {
"@hey/config": "workspace:*",
"@types/node": "^22.10.1",
"prisma": "^5.22.0",
"prisma": "^6.0.1",
"ts-node": "^10.9.2",
"typescript": "^5.7.2"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/image-cropper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
"@hey/ui": "workspace:*",
"normalize-wheel": "^1.0.1",
"rc-slider": "^11.1.7",
"react": "^18.3.1"
"react": "^19.0.0"
},
"devDependencies": {
"@hey/config": "workspace:*",
"@types/normalize-wheel": "^1.0.4",
"@types/react": "^18.3.12",
"@types/react": "^19.0.1",
"typescript": "^5.7.2"
}
}
4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@
"@radix-ui/react-tooltip": "^1.1.4",
"clsx": "^2.1.1",
"next": "^15.0.4",
"react": "^18.3.1",
"react": "^19.0.0",
"react-hook-form": "^7.54.0",
"tailwind-merge": "^2.5.5",
"zod": "^3.23.8"
},
"devDependencies": {
"@hey/config": "workspace:*",
"@types/node": "^22.10.1",
"@types/react": "^18.3.12",
"@types/react": "^19.0.1",
"tailwindcss": "^3.4.16",
"typescript": "^5.7.2"
}
Expand Down
Loading

0 comments on commit 096124a

Please sign in to comment.