@saas-ui/forms 0.1.4 → 0.1.5
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +10 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@saas-ui/forms",
|
3
|
-
"version": "0.1.
|
3
|
+
"version": "0.1.5",
|
4
4
|
"description": "Theme and components agnostic SaasProvider",
|
5
5
|
"source": "src/index.ts",
|
6
6
|
"exports": {
|
@@ -59,13 +59,13 @@
|
|
59
59
|
},
|
60
60
|
"dependencies": {
|
61
61
|
"@hookform/resolvers": "^2.8.3",
|
62
|
-
"@saas-ui/button": "0.1.
|
63
|
-
"@saas-ui/input-right-button": "0.1.
|
62
|
+
"@saas-ui/button": "0.1.5",
|
63
|
+
"@saas-ui/input-right-button": "0.1.5",
|
64
64
|
"@saas-ui/number-input": "0.1.3",
|
65
|
-
"@saas-ui/password-input": "0.1.
|
65
|
+
"@saas-ui/password-input": "0.1.5",
|
66
66
|
"@saas-ui/pin-input": "0.1.3",
|
67
67
|
"@saas-ui/radio": "0.1.3",
|
68
|
-
"@saas-ui/select": "0.1.
|
68
|
+
"@saas-ui/select": "0.1.4",
|
69
69
|
"react-hook-form": "^7.22.0"
|
70
70
|
},
|
71
71
|
"peerDependencies": {
|