@shopify/oxygen-cli 4.4.9-unstable.202405231459.0 → 4.4.10-unstable.202405281444.0

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -1,10 +1,18 @@
1
1
  # @shopify/oxygen-cli
2
2
 
3
+ ## 4.4.9
4
+
5
+ ### Patch Changes
6
+
7
+ - e9a6a36: Update vite from 5.2.11 to 5.2.12
8
+ - a3a4b2a: Update @changesets/cli from 2.27.3 to 2.27.4
9
+
3
10
  ## 4.4.8
4
11
 
5
12
  ### Patch Changes
6
13
 
7
14
  - 195dbc1: Update oclif from 4.10.15 to 4.11.0
15
+ - 64c6677: Update oclif from 4.11.0 to 4.11.3
8
16
 
9
17
  ## 4.4.7
10
18
 
@@ -183,5 +183,5 @@
183
183
  ]
184
184
  }
185
185
  },
186
- "version": "4.4.9-unstable.202405231459.0"
186
+ "version": "4.4.10-unstable.202405281444.0"
187
187
  }
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.9-unstable.202405231459.0",
8
+ "version": "4.4.10-unstable.202405281444.0",
9
9
  "type": "module",
10
10
  "scripts": {
11
11
  "build": "tsup --sourcemap --clean --config ./tsup.config.ts && oclif manifest",
@@ -47,7 +47,7 @@
47
47
  },
48
48
  "devDependencies": {
49
49
  "@bugsnag/source-maps": "^2.3.3",
50
- "@changesets/cli": "^2.27.2",
50
+ "@changesets/cli": "^2.27.4",
51
51
  "@shopify/eslint-plugin": "^44.0.0",
52
52
  "@shopify/prettier-config": "^1.1.2",
53
53
  "@types/async": "^3.2.24",
@@ -58,7 +58,7 @@
58
58
  "oclif": "^4",
59
59
  "tsup": "^8.0.2",
60
60
  "typescript": "^5.4.5",
61
- "vite": "^5.2.11",
61
+ "vite": "^5.2.12",
62
62
  "vitest": "^1.6.0"
63
63
  },
64
64
  "prettier": "@shopify/prettier-config",