@shopify/oxygen-cli 6.0.1-unstable.202507301113.0 → 6.0.1-unstable.202507301221.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.
package/CHANGELOG.md CHANGED
@@ -15,6 +15,10 @@
15
15
  - 3031eb2: Update oclif from 4.17.46 to 4.18.0
16
16
  - fadf06b: Update eslint from 9.30.1 to 9.32.0
17
17
 
18
+ ### Patch Changes
19
+
20
+ - 8712abc: Bump eslint-plugin-prettier from 5.5.1 to 5.5.3
21
+
18
22
  ## 5.0.0
19
23
 
20
24
  ### Major Changes
@@ -186,5 +186,5 @@
186
186
  ]
187
187
  }
188
188
  },
189
- "version": "6.0.1-unstable.202507301113.0"
189
+ "version": "6.0.1-unstable.202507301221.0"
190
190
  }
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "@shopify:registry": "https://registry.npmjs.org"
6
6
  },
7
7
  "license": "MIT",
8
- "version": "6.0.1-unstable.202507301113.0",
8
+ "version": "6.0.1-unstable.202507301221.0",
9
9
  "type": "module",
10
10
  "scripts": {
11
11
  "build": "tsup --sourcemap --clean --config ./tsup.config.ts && oclif manifest",
@@ -56,7 +56,7 @@
56
56
  "eslint": "^9.32.0",
57
57
  "eslint-import-resolver-node": "^0.3.9",
58
58
  "eslint-plugin-node": "^11.1.0",
59
- "eslint-plugin-prettier": "^5.5.1",
59
+ "eslint-plugin-prettier": "^5.5.3",
60
60
  "node-fetch": "^3.3.2",
61
61
  "oclif": "^4",
62
62
  "tsup": "^8.5.0",