@voyantjs/bookings-ui 0.64.1 → 0.66.6
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 +30 -30
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@voyantjs/bookings-ui",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.66.6",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -51,23 +51,23 @@
|
|
|
51
51
|
"react-dom": "^19.0.0",
|
|
52
52
|
"react-hook-form": "^7.60.0",
|
|
53
53
|
"zod": "^4.3.6",
|
|
54
|
-
"@voyantjs/availability-react": "0.
|
|
55
|
-
"@voyantjs/bookings-react": "0.
|
|
56
|
-
"@voyantjs/catalog": "0.
|
|
57
|
-
"@voyantjs/catalog-react": "0.
|
|
58
|
-
"@voyantjs/crm-react": "0.
|
|
59
|
-
"@voyantjs/crm-ui": "0.
|
|
60
|
-
"@voyantjs/extras-react": "0.
|
|
61
|
-
"@voyantjs/
|
|
62
|
-
"@voyantjs/
|
|
63
|
-
"@voyantjs/
|
|
64
|
-
"@voyantjs/pricing-react": "0.
|
|
65
|
-
"@voyantjs/products-react": "0.
|
|
66
|
-
"@voyantjs/suppliers-react": "0.
|
|
67
|
-
"@voyantjs/ui": "0.
|
|
54
|
+
"@voyantjs/availability-react": "0.66.6",
|
|
55
|
+
"@voyantjs/bookings-react": "0.66.6",
|
|
56
|
+
"@voyantjs/catalog": "0.66.6",
|
|
57
|
+
"@voyantjs/catalog-react": "0.66.6",
|
|
58
|
+
"@voyantjs/crm-react": "0.66.6",
|
|
59
|
+
"@voyantjs/crm-ui": "0.66.6",
|
|
60
|
+
"@voyantjs/extras-react": "0.66.6",
|
|
61
|
+
"@voyantjs/finance-react": "0.66.6",
|
|
62
|
+
"@voyantjs/identity-react": "0.66.6",
|
|
63
|
+
"@voyantjs/legal-react": "0.66.6",
|
|
64
|
+
"@voyantjs/pricing-react": "0.66.6",
|
|
65
|
+
"@voyantjs/products-react": "0.66.6",
|
|
66
|
+
"@voyantjs/suppliers-react": "0.66.6",
|
|
67
|
+
"@voyantjs/ui": "0.66.6"
|
|
68
68
|
},
|
|
69
69
|
"dependencies": {
|
|
70
|
-
"@voyantjs/i18n": "0.
|
|
70
|
+
"@voyantjs/i18n": "0.66.6"
|
|
71
71
|
},
|
|
72
72
|
"devDependencies": {
|
|
73
73
|
"@tanstack/react-query": "^5.100.11",
|
|
@@ -80,20 +80,20 @@
|
|
|
80
80
|
"typescript": "^6.0.2",
|
|
81
81
|
"vitest": "^4.1.2",
|
|
82
82
|
"zod": "^4.3.6",
|
|
83
|
-
"@voyantjs/availability-react": "0.
|
|
84
|
-
"@voyantjs/bookings-react": "0.
|
|
85
|
-
"@voyantjs/catalog": "0.
|
|
86
|
-
"@voyantjs/catalog-react": "0.
|
|
87
|
-
"@voyantjs/crm-react": "0.
|
|
88
|
-
"@voyantjs/crm-ui": "0.
|
|
89
|
-
"@voyantjs/extras-react": "0.
|
|
90
|
-
"@voyantjs/finance-react": "0.
|
|
91
|
-
"@voyantjs/identity-react": "0.
|
|
92
|
-
"@voyantjs/legal-react": "0.
|
|
93
|
-
"@voyantjs/pricing-react": "0.
|
|
94
|
-
"@voyantjs/products-react": "0.
|
|
95
|
-
"@voyantjs/suppliers-react": "0.
|
|
96
|
-
"@voyantjs/ui": "0.
|
|
83
|
+
"@voyantjs/availability-react": "0.66.6",
|
|
84
|
+
"@voyantjs/bookings-react": "0.66.6",
|
|
85
|
+
"@voyantjs/catalog": "0.66.6",
|
|
86
|
+
"@voyantjs/catalog-react": "0.66.6",
|
|
87
|
+
"@voyantjs/crm-react": "0.66.6",
|
|
88
|
+
"@voyantjs/crm-ui": "0.66.6",
|
|
89
|
+
"@voyantjs/extras-react": "0.66.6",
|
|
90
|
+
"@voyantjs/finance-react": "0.66.6",
|
|
91
|
+
"@voyantjs/identity-react": "0.66.6",
|
|
92
|
+
"@voyantjs/legal-react": "0.66.6",
|
|
93
|
+
"@voyantjs/pricing-react": "0.66.6",
|
|
94
|
+
"@voyantjs/products-react": "0.66.6",
|
|
95
|
+
"@voyantjs/suppliers-react": "0.66.6",
|
|
96
|
+
"@voyantjs/ui": "0.66.6",
|
|
97
97
|
"@voyantjs/voyant-typescript-config": "0.1.0"
|
|
98
98
|
},
|
|
99
99
|
"files": [
|