@shopify/oxygen-cli 4.4.13-unstable.202406131514.0 → 4.4.13-unstable.202406141438.0

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -4,7 +4,9 @@
4
4
 
5
5
  ### Patch Changes
6
6
 
7
+ - e56865e: Update oclif from 4.13.5 to 4.13.6
7
8
  - a1b4ad1: Update vite from 5.2.13 to 5.3.0
9
+ - f98e8b7: Update vite from 5.3.0 to 5.3.1
8
10
 
9
11
  ## 4.4.11
10
12
 
@@ -194,5 +194,5 @@
194
194
  ]
195
195
  }
196
196
  },
197
- "version": "4.4.13-unstable.202406131514.0"
197
+ "version": "4.4.13-unstable.202406141438.0"
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.13-unstable.202406131514.0",
8
+ "version": "4.4.13-unstable.202406141438.0",
9
9
  "type": "module",
10
10
  "scripts": {
11
11
  "build": "tsup --sourcemap --clean --config ./tsup.config.ts && oclif manifest",
@@ -58,7 +58,7 @@
58
58
  "oclif": "^4",
59
59
  "tsup": "^8.1.0",
60
60
  "typescript": "^5.4.5",
61
- "vite": "^5.3.0",
61
+ "vite": "^5.3.1",
62
62
  "vitest": "^1.6.0"
63
63
  },
64
64
  "prettier": "@shopify/prettier-config",