Skip to content

Commit c064f81

Browse files
committed
build(deps): update Next.js and React dependencies; add .env.local to .gitignore
1 parent d4186fb commit c064f81

3 files changed

Lines changed: 291 additions & 261 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,4 @@ yarn-error.log*
3838
# typescript
3939
*.tsbuildinfo
4040
next-env.d.ts
41+
.env*.local

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,18 @@
1010
},
1111
"dependencies": {
1212
"lucide-react": "^0.455.0",
13-
"next": "15.1.2",
14-
"react": "19.0.0-rc-66855b96-20241106",
15-
"react-dom": "19.0.0-rc-66855b96-20241106",
13+
"next": "15.5.14",
14+
"react": "^19.2.4",
15+
"react-dom": "^19.2.4",
1616
"react-icons": "^5.3.0",
1717
"typewriter-effect": "^2.21.0"
1818
},
1919
"devDependencies": {
2020
"@types/node": "^20",
21-
"@types/react": "^18",
22-
"@types/react-dom": "^18",
21+
"@types/react": "^19",
22+
"@types/react-dom": "^19",
2323
"eslint": "^8",
24-
"eslint-config-next": "15.0.3",
24+
"eslint-config-next": "15.5.14",
2525
"postcss": "^8",
2626
"tailwindcss": "^3.4.1",
2727
"typescript": "^5"

0 commit comments

Comments
 (0)