Skip to content

Commit

Permalink
feat(react): initial package w/ useWizard hook (#19)
Browse files Browse the repository at this point in the history
* feat(core): export WizardMachine, RoboWizard types

* feat(react): release initial package w/ useWizard hook

* docs(react): update example project, add to docs
  • Loading branch information
HipsterBrown committed May 4, 2022
1 parent db56c3a commit 64158eb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,9 @@
},
"peerDependencyRules": {
"ignoreMissing": [
"@parcel/core"
"@types/react",
"react",
"react-dom"
]
}
},
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"directory": "packages/react"
},
"dependencies": {
"robo-wizard": "workspace:*"
"robo-wizard": "^1.1.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.4",
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

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

0 comments on commit 64158eb

Please sign in to comment.