@voyant-travel/commerce-react 0.6.0 → 0.8.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.
Files changed (1) hide show
  1. package/package.json +13 -13
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@voyant-travel/commerce-react",
3
- "version": "0.6.0",
3
+ "version": "0.8.0",
4
4
  "license": "Apache-2.0",
5
5
  "repository": {
6
6
  "type": "git",
@@ -235,11 +235,11 @@
235
235
  "react-dom": "^19.0.0",
236
236
  "react-hook-form": "^7.60.0",
237
237
  "zod": "^4.0.0",
238
- "@voyant-travel/admin": "^0.113.0",
239
- "@voyant-travel/commerce": "^0.6.0",
240
- "@voyant-travel/distribution-react": "^0.114.0",
241
- "@voyant-travel/inventory-react": "^0.6.0",
242
- "@voyant-travel/ui": "^0.107.0"
238
+ "@voyant-travel/admin": "^0.114.0",
239
+ "@voyant-travel/commerce": "^0.8.0",
240
+ "@voyant-travel/distribution-react": "^0.116.0",
241
+ "@voyant-travel/inventory-react": "^0.8.0",
242
+ "@voyant-travel/ui": "^0.108.0"
243
243
  },
244
244
  "peerDependenciesMeta": {
245
245
  "@voyant-travel/admin": {
@@ -259,7 +259,7 @@
259
259
  }
260
260
  },
261
261
  "dependencies": {
262
- "@voyant-travel/i18n": "^0.106.1",
262
+ "@voyant-travel/i18n": "^0.107.1",
263
263
  "@voyant-travel/react": "^0.104.1",
264
264
  "@voyant-travel/utils": "^0.105.2"
265
265
  },
@@ -274,13 +274,13 @@
274
274
  "typescript": "^6.0.2",
275
275
  "vitest": "^4.1.2",
276
276
  "zod": "^4.3.6",
277
- "@voyant-travel/admin": "^0.113.0",
278
- "@voyant-travel/commerce": "^0.6.0",
279
- "@voyant-travel/distribution-react": "^0.114.0",
280
- "@voyant-travel/i18n": "^0.106.1",
281
- "@voyant-travel/inventory-react": "^0.6.0",
277
+ "@voyant-travel/admin": "^0.114.0",
278
+ "@voyant-travel/commerce": "^0.8.0",
279
+ "@voyant-travel/distribution-react": "^0.116.0",
280
+ "@voyant-travel/i18n": "^0.107.1",
281
+ "@voyant-travel/inventory-react": "^0.8.0",
282
282
  "@voyant-travel/react": "^0.104.1",
283
- "@voyant-travel/ui": "^0.107.0",
283
+ "@voyant-travel/ui": "^0.108.0",
284
284
  "@voyant-travel/utils": "^0.105.2",
285
285
  "@voyant-travel/voyant-typescript-config": "^0.1.0"
286
286
  },