@stytch/react
Advanced tools
Comparing version 5.0.0 to 6.0.0
# @stytch/react | ||
## 6.0.0 | ||
### Patch Changes | ||
- Updated dependencies [e7302d7] | ||
- @stytch/vanilla-js@1.1.0 | ||
## 5.0.0 | ||
@@ -4,0 +11,0 @@ |
{ | ||
"name": "@stytch/react", | ||
"version": "5.0.0", | ||
"version": "6.0.0", | ||
"description": "Stytch's official React Library", | ||
@@ -35,3 +35,3 @@ "main": "./dist/index.js", | ||
"@babel/runtime": "7.18.6", | ||
"@stytch/vanilla-js": "1.0.0", | ||
"@stytch/vanilla-js": "1.1.0", | ||
"@testing-library/react": "14.0.0", | ||
@@ -44,3 +44,3 @@ "eslint-config-custom": "0.0.1", | ||
"peerDependencies": { | ||
"@stytch/vanilla-js": "^1.0.0", | ||
"@stytch/vanilla-js": "^1.1.0", | ||
"react": ">= 17.0.2", | ||
@@ -47,0 +47,0 @@ "react-dom": ">= 17.0.2" |
78363