Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Priyansxu authored Jan 8, 2024
1 parent 5977413 commit 4eceb9c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,15 @@
"next-sitemap": "^4.0.7",
"next-themes": "^0.2.1",
"postcss": "8.4.23",
"react": "18.2.0",
"react": "18.2.0", // Explicitly added for react-intersection-observer
"react-dom": "18.2.0",
"react-icons": "^4.8.0",
"react-vertical-timeline-component": "^3.6.0",
"tailwindcss": "3.3.1",
"@next/env": "^12.0.7",
"vercel": "^23.1.2"
"@next/env": "^12.0.7"
},
"devDependencies": {
"@cloudflare/next-on-pages": "^1.8.3",
"@cloudflare/wrangler": "^1.19.5"
"@cloudflare/wrangler": "^2.4.1" // Updated to version 2+
}
}

0 comments on commit 4eceb9c

Please sign in to comment.