Skip to content

Commit 54fd925

Browse files
committed
updating to 19
1 parent ba9acc6 commit 54fd925

File tree

3 files changed

+56
-56
lines changed

3 files changed

+56
-56
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Already have Node/NPM installed? Then start here. Otherwise we have some instruc
3434

3535
**For React Workshops**
3636

37-
NOTE THAT WE'RE ON REACT 19 BETA. This is why you'll need to use the `--force` flag when installing to fix peer dependency issues:
37+
✨ Note that we are on 19. Some dependencies that will work with v19 just haven't been updated yet to know they can work with it, so you'll have to do the `--force` flag when installing to fix peer dependency issues:
3838

3939
- Do `npm install --force` first
4040
- Do `npm start`

package-lock.json

+51-51
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,20 @@
1313
},
1414
"dependencies": {
1515
"@googlemaps/js-api-loader": "^1.16.2",
16-
"@headlessui/react": "^2.0.4",
16+
"@headlessui/react": "^2.2.0",
1717
"@hookform/error-message": "^2.0.1",
1818
"@hookform/resolvers": "^3.3.2",
1919
"@reduxjs/toolkit": "^1.9.3",
20-
"@tanstack/react-query": "^5.0.5",
20+
"@tanstack/react-query": "^5.62.3",
2121
"babel-plugin-react-compiler": "^0.0.0-experimental-c23de8d-20240515",
2222
"classnames": "^2.3.1",
2323
"dayjs": "^1.10.7",
2424
"eslint": "^8.24.0",
2525
"eslint-plugin-react-compiler": "^0.0.0-experimental-53bb89e-20240515",
2626
"firebase": "^9.6.1",
2727
"json-server": "^0.17.4",
28-
"react": "^19.0.0-rc-915b914b3a-20240515",
29-
"react-dom": "^19.0.0-rc-915b914b3a-20240515",
28+
"react": "^19.0.0",
29+
"react-dom": "^19.0.0",
3030
"react-hook-form": "^7.48.2",
3131
"react-icons": "^4.11.0",
3232
"react-popper": "^2.3.0",

0 commit comments

Comments
 (0)