@shopify/cli-hydrogen 8.0.1 → 8.0.2

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.
@@ -1,5 +1,14 @@
1
1
  # skeleton
2
2
 
3
+ ## 1.0.9
4
+
5
+ ### Patch Changes
6
+
7
+ - Pin React dependency to 18.2.0 to avoid mismatches. ([#2051](https://github.com/Shopify/hydrogen/pull/2051)) by [@frandiox](https://github.com/frandiox)
8
+
9
+ - Updated dependencies [[`9c36c8a5`](https://github.com/Shopify/hydrogen/commit/9c36c8a566b1ae2ceac4846c4c9fe4f63f6f4ab3)]:
10
+ - @shopify/cli-hydrogen@8.0.2
11
+
3
12
  ## 1.0.8
4
13
 
5
14
  ### Patch Changes
@@ -2,7 +2,7 @@
2
2
  "name": "skeleton",
3
3
  "private": true,
4
4
  "sideEffects": false,
5
- "version": "1.0.8",
5
+ "version": "1.0.9",
6
6
  "type": "module",
7
7
  "scripts": {
8
8
  "build": "shopify hydrogen build --codegen",
@@ -17,14 +17,14 @@
17
17
  "@remix-run/react": "^2.8.0",
18
18
  "@remix-run/server-runtime": "^2.8.0",
19
19
  "@shopify/cli": "3.58.0",
20
- "@shopify/cli-hydrogen": "^8.0.1",
20
+ "@shopify/cli-hydrogen": "^8.0.2",
21
21
  "@shopify/hydrogen": "2024.4.1",
22
22
  "@shopify/remix-oxygen": "^2.0.4",
23
23
  "graphql": "^16.6.0",
24
24
  "graphql-tag": "^2.12.6",
25
25
  "isbot": "^3.8.0",
26
- "react": "^18.2.0",
27
- "react-dom": "^18.2.0"
26
+ "react": "18.2.0",
27
+ "react-dom": "18.2.0"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@graphql-codegen/cli": "5.0.2",
@@ -1788,5 +1788,5 @@
1788
1788
  ]
1789
1789
  }
1790
1790
  },
1791
- "version": "8.0.1"
1791
+ "version": "8.0.2"
1792
1792
  }
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "access": "public",
5
5
  "@shopify:registry": "https://registry.npmjs.org"
6
6
  },
7
- "version": "8.0.1",
7
+ "version": "8.0.2",
8
8
  "license": "MIT",
9
9
  "type": "module",
10
10
  "scripts": {