Skip to content

Commit 5f0f5e6

Browse files
committed
Hackloop ♾️
1 parent 8b3b373 commit 5f0f5e6

File tree

2 files changed

+35
-27
lines changed

2 files changed

+35
-27
lines changed

package-lock.json

Lines changed: 30 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@
5353
"lucide-react": "^0.454.0",
5454
"next": "15.1.0",
5555
"next-themes": "^0.4.4",
56-
"react": "^19",
56+
"react": "^18.2.0",
5757
"react-day-picker": "8.10.1",
58-
"react-dom": "^19",
58+
"react-dom": "^18.2.0",
5959
"react-hook-form": "^7.54.1",
6060
"react-icons": "^5.5.0",
6161
"react-particles": "^2.12.2",
@@ -73,10 +73,10 @@
7373
},
7474
"devDependencies": {
7575
"@types/node": "^22",
76-
"@types/react": "^19",
77-
"@types/react-dom": "^19",
76+
"@types/react": "^18.0.28",
77+
"@types/react-dom": "^18.0.11",
7878
"postcss": "^8",
7979
"tailwindcss": "^3.4.17",
8080
"typescript": "^5"
8181
}
82-
}
82+
}

0 commit comments

Comments
 (0)