Skip to content

Commit

Permalink
Update to Next 15
Browse files Browse the repository at this point in the history
  • Loading branch information
leerob committed Oct 23, 2024
1 parent aa8d3d0 commit 542d52c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
"start": "next start"
},
"dependencies": {
"react": "19.0.0-rc-cd22717c-20241013",
"react-dom": "19.0.0-rc-cd22717c-20241013",
"next": "15.0.0-canary.196"
"react": "19.0.0-rc-69d4b800-20241021",
"react-dom": "19.0.0-rc-69d4b800-20241021",
"next": "15.0.1"
},
"devDependencies": {
"typescript": "^5",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18"
"@types/react": "npm:[email protected]",
"@types/react-dom": "npm:[email protected]"
}
}

0 comments on commit 542d52c

Please sign in to comment.