Skip to content

Commit 4bacaea

Browse files
committed
chore: add root package to pnpm workspace configuration
1 parent 99a0c90 commit 4bacaea

3 files changed

Lines changed: 902 additions & 883 deletions

File tree

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "cctp-v2",
33
"version": "0.1.0",
44
"private": true,
5+
"type": "module",
56
"scripts": {
67
"dev": "next dev --port 3002 --turbopack",
78
"build": "next build --turbopack",
@@ -50,10 +51,10 @@
5051
"framer-motion": "^12.23.24",
5152
"lodash-es": "^4.17.21",
5253
"lucide-react": "^0.525.0",
53-
"next": "^15.5.6",
54+
"next": "^15.5.9",
5455
"next-themes": "^0.4.6",
55-
"react": "^19.2.0",
56-
"react-dom": "^19.2.0",
56+
"react": "^19.2.3",
57+
"react-dom": "^19.2.3",
5758
"react-github-btn": "^1.4.0",
5859
"react-hook-form": "^7.67.0",
5960
"react-icons": "^5.5.0",

0 commit comments

Comments
 (0)