Skip to content

Commit

Permalink
Update examples
Browse files Browse the repository at this point in the history
  • Loading branch information
cassiozen committed Jan 14, 2022
1 parent d484797 commit e5bb1e2
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 24 deletions.
14 changes: 7 additions & 7 deletions examples/fetch/package-lock.json

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

2 changes: 1 addition & 1 deletion examples/fetch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"build": "parcel build index.html"
},
"dependencies": {
"@cassiozen/usestatemachine": "^1.0.0-beta.2",
"@cassiozen/usestatemachine": "^1.0.0",
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
Expand Down
14 changes: 7 additions & 7 deletions examples/form/package-lock.json

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

2 changes: 1 addition & 1 deletion examples/form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"build": "parcel build index.html"
},
"dependencies": {
"@cassiozen/usestatemachine": "^1.0.0-beta.2",
"@cassiozen/usestatemachine": "^1.0.0",
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
Expand Down
14 changes: 7 additions & 7 deletions examples/timer/package-lock.json

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

2 changes: 1 addition & 1 deletion examples/timer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"build": "parcel build index.html"
},
"dependencies": {
"@cassiozen/usestatemachine": "^1.0.0-beta.2",
"@cassiozen/usestatemachine": "^1.0.0",
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
Expand Down

0 comments on commit e5bb1e2

Please sign in to comment.