Skip to content

Commit

Permalink
refactor Upgrade react-scripts in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
rubendm92 committed May 1, 2024
1 parent dbc6cd5 commit 1e47c39
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/with-react-todos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"keywords": [],
"main": "src/index.js",
"dependencies": {
"react-scripts": "2.1.8",
"react-scripts": "5.0.1",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"reffects": "github:trovit/reffects#1.6.1-alpha.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-reffects-store-useselector-hook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"keywords": [],
"main": "src/index.js",
"dependencies": {
"react-scripts": "2.1.8",
"react-scripts": "5.0.1",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"reffects": "github:trovit/reffects#1.6.1-alpha.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-zustand-todos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"keywords": [],
"main": "src/index.js",
"dependencies": {
"react-scripts": "2.1.8",
"react-scripts": "5.0.1",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"reffects": "github:trovit/reffects#1.6.1-alpha.0",
Expand Down

0 comments on commit 1e47c39

Please sign in to comment.