Skip to content

Commit

Permalink
Update cli-kit and Shopify CLI versions (#1786)
Browse files Browse the repository at this point in the history
* Bump cli-kit, oclif/core and oxygen-cli

* Update topics description

* Changesets

* Changesets

* Fix types

* Try to fix sub dependency inconsistencies

* Override, dedupe, fix package-lock
  • Loading branch information
frandiox authored Mar 1, 2024
1 parent dd74fda commit ced1d4c
Show file tree
Hide file tree
Showing 15 changed files with 21,487 additions and 21,910 deletions.
5 changes: 5 additions & 0 deletions .changeset/light-starfishes-press.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@shopify/cli-hydrogen': patch
---

Updated `@shopify/cli-kit` dependency to `3.56.2`. Improved CLI topic descriptions shown in `h2 --help`.
10 changes: 10 additions & 0 deletions .changeset/tall-news-remain.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
'skeleton': patch
---

Updated the `@shopify/cli` dependency:

```diff
- "@shopify/cli": "3.52.0",
+ "@shopify/cli": "3.56.2",
```
4 changes: 2 additions & 2 deletions examples/express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
"@remix-run/node": "^2.8.0",
"@remix-run/react": "^2.8.0",
"@remix-run/server-runtime": "^2.8.0",
"@shopify/cli": "3.56.3",
"@shopify/cli-hydrogen": "^7.1.0",
"@shopify/hydrogen": "2024.1.2",
"compression": "^1.7.4",
"cross-env": "^7.0.3",
Expand All @@ -28,8 +30,6 @@
"devDependencies": {
"@remix-run/dev": "^2.8.0",
"@remix-run/eslint-config": "^2.8.0",
"@shopify/cli": "3.52.0",
"@shopify/cli-hydrogen": "^7.1.0",
"@types/compression": "^1.7.2",
"@types/express": "^4.17.17",
"@types/morgan": "^1.9.4",
Expand Down
2 changes: 1 addition & 1 deletion examples/multipass/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"prettier": "@shopify/prettier-config",
"dependencies": {
"@remix-run/react": "^2.8.0",
"@shopify/cli": "3.52.0",
"@shopify/cli": "3.56.3",
"@shopify/cli-hydrogen": "^7.1.0",
"@shopify/hydrogen": "~2024.1.2",
"@shopify/remix-oxygen": "^2.0.3",
Expand Down
2 changes: 1 addition & 1 deletion examples/partytown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"dependencies": {
"@builder.io/partytown": "^0.8.1",
"@remix-run/react": "^2.8.0",
"@shopify/cli": "3.52.0",
"@shopify/cli": "3.56.3",
"@shopify/cli-hydrogen": "^7.1.0",
"@shopify/hydrogen": "~2024.1.2",
"@shopify/remix-oxygen": "^2.0.3",
Expand Down
2 changes: 1 addition & 1 deletion examples/subscriptions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"prettier": "@shopify/prettier-config",
"dependencies": {
"@remix-run/react": "^2.8.0",
"@shopify/cli": "3.52.0",
"@shopify/cli": "3.56.3",
"@shopify/cli-hydrogen": "^7.1.0",
"@shopify/hydrogen": "~2024.1.2",
"@shopify/remix-oxygen": "^2.0.3",
Expand Down
Loading

0 comments on commit ced1d4c

Please sign in to comment.