Skip to content

Commit

Permalink
chore(examples): stable React 19 version (#9575)
Browse files Browse the repository at this point in the history
### Description

Bumping to stable React 19 version for `basic` example.

### Testing Instructions

Tested locally as `turbo lint check-types build`. CI has examples checks
as well.
  • Loading branch information
anthonyshew authored Dec 5, 2024
1 parent 86de176 commit f4e914c
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 59 deletions.
4 changes: 2 additions & 2 deletions examples/basic/apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"dependencies": {
"@repo/ui": "workspace:*",
"next": "15.0.3",
"react": "19.0.0-rc-66855b96-20241106",
"react-dom": "19.0.0-rc-66855b96-20241106"
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@repo/eslint-config": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions examples/basic/apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"dependencies": {
"@repo/ui": "workspace:*",
"next": "15.0.3",
"react": "19.0.0-rc-66855b96-20241106",
"react-dom": "19.0.0-rc-66855b96-20241106"
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@repo/eslint-config": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions examples/basic/packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"typescript": "5.5.4"
},
"dependencies": {
"react": "19.0.0-rc-5c56b873-20241107",
"react-dom": "19.0.0-rc-5c56b873-20241107"
"react": "^19.0.0",
"react-dom": "^19.0.0"
}
}
85 changes: 32 additions & 53 deletions examples/basic/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f4e914c

Please sign in to comment.