Skip to content

Commit

Permalink
chore(examples): update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
samcx committed Jan 3, 2025
1 parent 0af1647 commit 560a896
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
10 changes: 5 additions & 5 deletions examples/reproduction-template-pages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
},
"dependencies": {
"next": "canary",
"react": "19.0.0-beta-04b058868c-20240508",
"react-dom": "19.0.0-beta-04b058868c-20240508"
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@types/node": "20.4.5",
"@types/react": "18.2.18",
"typescript": "5.1.3"
"@types/node": "^22",
"@types/react": "^19",
"typescript": "^5"
}
}
7 changes: 3 additions & 4 deletions examples/reproduction-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@
"react-dom": "^19.0.0"
},
"devDependencies": {
"@types/node": "20.12.12",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"typescript": "5.3.3"
"@types/node": "^22",
"@types/react": "^19",
"typescript": "^5"
}
}

0 comments on commit 560a896

Please # to comment.