@voyantjs/bookings-ui 0.104.2 → 0.106.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +29 -29
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@voyantjs/bookings-ui",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.106.0",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -53,20 +53,20 @@
|
|
|
53
53
|
"react-hook-form": "^7.60.0",
|
|
54
54
|
"zod": "^4.3.6",
|
|
55
55
|
"@voyantjs/availability-react": "^0.104.1",
|
|
56
|
-
"@voyantjs/bookings
|
|
57
|
-
"@voyantjs/bookings": "^0.
|
|
58
|
-
"@voyantjs/catalog
|
|
59
|
-
"@voyantjs/catalog": "^0.104.
|
|
60
|
-
"@voyantjs/crm-react": "^0.
|
|
61
|
-
"@voyantjs/crm-ui": "^0.
|
|
62
|
-
"@voyantjs/extras-react": "^0.
|
|
63
|
-
"@voyantjs/
|
|
64
|
-
"@voyantjs/
|
|
65
|
-
"@voyantjs/legal-react": "^0.
|
|
66
|
-
"@voyantjs/pricing-react": "^0.
|
|
67
|
-
"@voyantjs/products-react": "^0.
|
|
68
|
-
"@voyantjs/suppliers-react": "^0.104.
|
|
69
|
-
"@voyantjs/ui": "^0.104.
|
|
56
|
+
"@voyantjs/bookings": "^0.106.0",
|
|
57
|
+
"@voyantjs/bookings-react": "^0.106.0",
|
|
58
|
+
"@voyantjs/catalog": "^0.104.5",
|
|
59
|
+
"@voyantjs/catalog-react": "^0.104.5",
|
|
60
|
+
"@voyantjs/crm-react": "^0.106.0",
|
|
61
|
+
"@voyantjs/crm-ui": "^0.106.0",
|
|
62
|
+
"@voyantjs/extras-react": "^0.106.0",
|
|
63
|
+
"@voyantjs/finance-react": "^0.106.0",
|
|
64
|
+
"@voyantjs/identity-react": "^0.106.0",
|
|
65
|
+
"@voyantjs/legal-react": "^0.106.0",
|
|
66
|
+
"@voyantjs/pricing-react": "^0.106.0",
|
|
67
|
+
"@voyantjs/products-react": "^0.106.0",
|
|
68
|
+
"@voyantjs/suppliers-react": "^0.104.3",
|
|
69
|
+
"@voyantjs/ui": "^0.104.3"
|
|
70
70
|
},
|
|
71
71
|
"dependencies": {
|
|
72
72
|
"sonner": "^2.0.7",
|
|
@@ -86,20 +86,20 @@
|
|
|
86
86
|
"vitest": "^4.1.2",
|
|
87
87
|
"zod": "^4.3.6",
|
|
88
88
|
"@voyantjs/availability-react": "^0.104.1",
|
|
89
|
-
"@voyantjs/bookings": "^0.
|
|
90
|
-
"@voyantjs/bookings-react": "^0.
|
|
91
|
-
"@voyantjs/catalog": "^0.104.
|
|
92
|
-
"@voyantjs/catalog-react": "^0.104.
|
|
93
|
-
"@voyantjs/crm-react": "^0.
|
|
94
|
-
"@voyantjs/crm-ui": "^0.
|
|
95
|
-
"@voyantjs/extras-react": "^0.
|
|
96
|
-
"@voyantjs/
|
|
97
|
-
"@voyantjs/
|
|
98
|
-
"@voyantjs/
|
|
99
|
-
"@voyantjs/pricing-react": "^0.
|
|
100
|
-
"@voyantjs/products-react": "^0.
|
|
101
|
-
"@voyantjs/suppliers-react": "^0.104.
|
|
102
|
-
"@voyantjs/ui": "^0.104.
|
|
89
|
+
"@voyantjs/bookings": "^0.106.0",
|
|
90
|
+
"@voyantjs/bookings-react": "^0.106.0",
|
|
91
|
+
"@voyantjs/catalog": "^0.104.5",
|
|
92
|
+
"@voyantjs/catalog-react": "^0.104.5",
|
|
93
|
+
"@voyantjs/crm-react": "^0.106.0",
|
|
94
|
+
"@voyantjs/crm-ui": "^0.106.0",
|
|
95
|
+
"@voyantjs/extras-react": "^0.106.0",
|
|
96
|
+
"@voyantjs/finance-react": "^0.106.0",
|
|
97
|
+
"@voyantjs/identity-react": "^0.106.0",
|
|
98
|
+
"@voyantjs/legal-react": "^0.106.0",
|
|
99
|
+
"@voyantjs/pricing-react": "^0.106.0",
|
|
100
|
+
"@voyantjs/products-react": "^0.106.0",
|
|
101
|
+
"@voyantjs/suppliers-react": "^0.104.3",
|
|
102
|
+
"@voyantjs/ui": "^0.104.3",
|
|
103
103
|
"@voyantjs/voyant-typescript-config": "^0.1.0"
|
|
104
104
|
},
|
|
105
105
|
"files": [
|