@shopify/oxygen-cli 4.4.25-unstable.202408122001.0 → 4.4.25

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # @shopify/oxygen-cli
2
2
 
3
+ ## 4.4.25
4
+
5
+ ### Patch Changes
6
+
7
+ - 737d8c1: Update @types/node from 22.2.0 to 22.3.0
8
+ - f4b1bed: Update vite from 5.4.0 to 5.4.1
9
+ - a349f98: Update oclif from 4.14.19 to 4.14.22
10
+ - 4b88eca: Update async from 3.2.5 to 3.2.6
11
+ - f6c8d69: Update vite from 5.4.1 to 5.4.2
12
+ - 62b6e0a: Update oclif from 4.14.22 to 4.14.26
13
+
3
14
  ## 4.4.24
4
15
 
5
16
  ### Patch Changes
@@ -194,5 +194,5 @@
194
194
  ]
195
195
  }
196
196
  },
197
- "version": "4.4.25-unstable.202408122001.0"
197
+ "version": "4.4.25"
198
198
  }
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "@shopify:registry": "https://registry.npmjs.org"
6
6
  },
7
7
  "license": "MIT",
8
- "version": "4.4.25-unstable.202408122001.0",
8
+ "version": "4.4.25",
9
9
  "type": "module",
10
10
  "scripts": {
11
11
  "build": "tsup --sourcemap --clean --config ./tsup.config.ts && oclif manifest",
@@ -39,7 +39,7 @@
39
39
  "@bugsnag/core": "^7.25.0",
40
40
  "@bugsnag/js": "^7.25.0",
41
41
  "@bugsnag/node": "^7.25.0",
42
- "async": "^3.2.5"
42
+ "async": "^3.2.6"
43
43
  },
44
44
  "peerDependencies": {
45
45
  "@oclif/core": "^3.15.1",
@@ -51,14 +51,14 @@
51
51
  "@shopify/eslint-plugin": "^45.0.0",
52
52
  "@shopify/prettier-config": "^1.1.2",
53
53
  "@types/async": "^3.2.24",
54
- "@types/node": "^22.2.0",
54
+ "@types/node": "^22.3.0",
55
55
  "eslint": "^8.57.0",
56
56
  "eslint-plugin-prettier": "^5.2.1",
57
57
  "node-fetch": "^3.3.2",
58
58
  "oclif": "^4",
59
59
  "tsup": "^8.1.0",
60
60
  "typescript": "^5.5.4",
61
- "vite": "^5.4.0",
61
+ "vite": "^5.4.2",
62
62
  "vitest": "^2.0.5"
63
63
  },
64
64
  "prettier": "@shopify/prettier-config",