@shopify/hydrogen-react 0.0.0-next-49ca08b → 0.0.0-next-3cf7195

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 +8 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shopify/hydrogen-react",
3
- "version": "0.0.0-next-49ca08b",
3
+ "version": "0.0.0-next-3cf7195",
4
4
  "description": "React components, hooks, and utilities for creating custom Shopify storefronts",
5
5
  "homepage": "https://github.com/Shopify/hydrogen-ui/tree/main/packages/react",
6
6
  "license": "MIT",
@@ -64,8 +64,9 @@
64
64
  ]
65
65
  }
66
66
  },
67
- "main": "./dist/prod/index.js",
68
- "module": "./dist/prod/index.mjs",
67
+ "main": "./dist/node-prod/index.js",
68
+ "module": "./dist/node-prod/index.mjs",
69
+ "browser": "./dist/browser-prod/index.mjs",
69
70
  "types": "./dist/types/index.d.ts",
70
71
  "unpkg": "./dist/umd/hydrogen-react.prod.js",
71
72
  "jsdelivr": "./dist/umd/hydrogen-react.prod.js",
@@ -100,16 +101,16 @@
100
101
  "devDependencies": {
101
102
  "@faker-js/faker": "^7.6.0",
102
103
  "@graphql-codegen/add": "^3.2.1",
103
- "@graphql-codegen/cli": "^2.13.12",
104
+ "@graphql-codegen/cli": "^2.15.0",
104
105
  "@graphql-codegen/introspection": "2.2.1",
105
- "@graphql-codegen/typescript": "^2.8.2",
106
+ "@graphql-codegen/typescript": "^2.8.3",
106
107
  "@ladle/react": "^2.4.5",
107
108
  "@testing-library/jest-dom": "^5.16.5",
108
109
  "@testing-library/react": "^13.4.0",
109
110
  "@testing-library/user-event": "^14.4.3",
110
111
  "@types/jest": "^29.2.3",
111
112
  "@vitejs/plugin-react": "^2.2.0",
112
- "@vitest/coverage-c8": "^0.25.2",
113
+ "@vitest/coverage-c8": "^0.25.3",
113
114
  "c8": "^7.12.0",
114
115
  "happy-dom": "7.7.0",
115
116
  "react": "^18.0.0",
@@ -129,7 +130,7 @@
129
130
  "@xstate/fsm": "^2.0.0",
130
131
  "@xstate/react": "^3.0.1",
131
132
  "graphql": "^16.6.0",
132
- "type-fest": "^3.2.0",
133
+ "type-fest": "^3.3.0",
133
134
  "worktop": "^0.7.3"
134
135
  },
135
136
  "repository": {