@shopify/cli-hydrogen 8.0.1 → 8.0.3

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,32 @@
1
1
  # skeleton
2
2
 
3
+ ## 1.0.10
4
+
5
+ ### Patch Changes
6
+
7
+ - Update `@shopify/cli` dependency to avoid React version mismatches in your project: ([#2059](https://github.com/Shopify/hydrogen/pull/2059)) by [@frandiox](https://github.com/frandiox)
8
+
9
+ ```diff
10
+ "dependencies": {
11
+ ...
12
+ - "@shopify/cli": "3.58.0",
13
+ + "@shopify/cli": "3.59.2",
14
+ ...
15
+ }
16
+ ```
17
+
18
+ - Updated dependencies [[`d2bc720b`](https://github.com/Shopify/hydrogen/commit/d2bc720bb5f7cfb5f42617f98ad2dfcd29891f4b)]:
19
+ - @shopify/cli-hydrogen@8.0.3
20
+
21
+ ## 1.0.9
22
+
23
+ ### Patch Changes
24
+
25
+ - Pin React dependency to 18.2.0 to avoid mismatches. ([#2051](https://github.com/Shopify/hydrogen/pull/2051)) by [@frandiox](https://github.com/frandiox)
26
+
27
+ - Updated dependencies [[`9c36c8a5`](https://github.com/Shopify/hydrogen/commit/9c36c8a566b1ae2ceac4846c4c9fe4f63f6f4ab3)]:
28
+ - @shopify/cli-hydrogen@8.0.2
29
+
3
30
  ## 1.0.8
4
31
 
5
32
  ### 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.10",
6
6
  "type": "module",
7
7
  "scripts": {
8
8
  "build": "shopify hydrogen build --codegen",
@@ -16,8 +16,8 @@
16
16
  "dependencies": {
17
17
  "@remix-run/react": "^2.8.0",
18
18
  "@remix-run/server-runtime": "^2.8.0",
19
- "@shopify/cli": "3.58.0",
20
- "@shopify/cli-hydrogen": "^8.0.1",
19
+ "@shopify/cli": "3.59.2",
20
+ "@shopify/cli-hydrogen": "^8.0.3",
21
21
  "@shopify/hydrogen": "2024.4.1",
22
22
  "@shopify/remix-oxygen": "^2.0.4",
23
23
  "graphql": "^16.6.0",
@@ -1788,5 +1788,5 @@
1788
1788
  ]
1789
1789
  }
1790
1790
  },
1791
- "version": "8.0.1"
1791
+ "version": "8.0.3"
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.3",
8
8
  "license": "MIT",
9
9
  "type": "module",
10
10
  "scripts": {
@@ -34,10 +34,10 @@
34
34
  },
35
35
  "dependencies": {
36
36
  "@ast-grep/napi": "0.11.0",
37
- "@oclif/core": "3.19.6",
38
- "@shopify/cli-kit": "3.58.0",
37
+ "@oclif/core": "3.23.0",
38
+ "@shopify/cli-kit": "3.59.2",
39
39
  "@shopify/oxygen-cli": "~4.4.0",
40
- "@shopify/plugin-cloudflare": "3.58.0",
40
+ "@shopify/plugin-cloudflare": "3.59.2",
41
41
  "ansi-escapes": "^6.2.0",
42
42
  "cli-truncate": "^4.0.0",
43
43
  "diff": "^5.1.0",