Skip to content

Commit

Permalink
fix: update example dependencies to fix vercel deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Howard86 committed Apr 12, 2022
1 parent 0747ece commit 45c5123
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
},
"dependencies": {
"next": "latest",
"next-api-handler": "latest",
"react": "latest",
"react-dom": "latest"
"next-api-handler": "link:./..",
"react": "^17",
"react-dom": "^17"
},
"devDependencies": {
"@types/node": "latest",
"@types/react": "latest",
"@types/react": "^17",
"cypress": "latest",
"start-server-and-test": "latest",
"typescript": "latest"
Expand Down

0 comments on commit 45c5123

Please sign in to comment.