@shopify/oxygen-cli 4.4.14-unstable.202406211438.0 → 4.4.14

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # @shopify/oxygen-cli
2
2
 
3
+ ## 4.4.14
4
+
5
+ ### Patch Changes
6
+
7
+ - c6ee536: Update typescript from 5.4.5 to 5.5.2
8
+ - cd35dfa: Update @types/node from 20.14.8 to 20.14.9
9
+ - e18c50d: Update vite from 5.3.1 to 5.3.2
10
+ - 488095c: Update @changesets/cli from 2.27.6 to 2.27.7
11
+ - 3be644a: Update oclif from 4.13.10 to 4.13.12
12
+
3
13
  ## 4.4.13
4
14
 
5
15
  ### Patch Changes
@@ -8,6 +18,9 @@
8
18
  - c9254df: Update @types/node from 20.14.2 to 20.14.5
9
19
  - b892048: Update @types/node from 20.14.5 to 20.14.6
10
20
  - 7c80ca3: Update @types/node from 20.14.6 to 20.14.7
21
+ - f977235: Update oclif from 4.13.8 to 4.13.10
22
+ - f5abf3f: Update @types/node from 20.14.7 to 20.14.8
23
+ - 0c16451: Update @changesets/cli from 2.27.5 to 2.27.6
11
24
 
12
25
  ## 4.4.12
13
26
 
@@ -194,5 +194,5 @@
194
194
  ]
195
195
  }
196
196
  },
197
- "version": "4.4.14-unstable.202406211438.0"
197
+ "version": "4.4.14"
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.14-unstable.202406211438.0",
8
+ "version": "4.4.14",
9
9
  "type": "module",
10
10
  "scripts": {
11
11
  "build": "tsup --sourcemap --clean --config ./tsup.config.ts && oclif manifest",
@@ -47,18 +47,18 @@
47
47
  },
48
48
  "devDependencies": {
49
49
  "@bugsnag/source-maps": "^2.3.3",
50
- "@changesets/cli": "^2.27.5",
50
+ "@changesets/cli": "^2.27.7",
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": "^20.14.7",
54
+ "@types/node": "^20.14.9",
55
55
  "eslint": "^8.57.0",
56
56
  "eslint-plugin-prettier": "^5.1.3",
57
57
  "node-fetch": "^3.3.2",
58
58
  "oclif": "^4",
59
59
  "tsup": "^8.1.0",
60
- "typescript": "^5.4.5",
61
- "vite": "^5.3.1",
60
+ "typescript": "^5.5.2",
61
+ "vite": "^5.3.2",
62
62
  "vitest": "^1.6.0"
63
63
  },
64
64
  "prettier": "@shopify/prettier-config",