@shopify/oxygen-cli 3.1.4-unstable.202312081545.0 → 3.1.4-unstable.202312131421.0

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -4,6 +4,7 @@
4
4
 
5
5
  ### Patch Changes
6
6
 
7
+ - 3c9f36d: Update vitest from 0.34.6 to 1.0.0
7
8
  - 2ef909e: Update tsup from 7.3.0 to 8.0.1
8
9
 
9
10
  ## 3.1.2
@@ -174,5 +174,5 @@
174
174
  ]
175
175
  }
176
176
  },
177
- "version": "3.1.4-unstable.202312081545.0"
177
+ "version": "3.1.4-unstable.202312131421.0"
178
178
  }
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "@shopify:registry": "https://registry.npmjs.org"
6
6
  },
7
7
  "license": "MIT",
8
- "version": "3.1.4-unstable.202312081545.0",
8
+ "version": "3.1.4-unstable.202312131421.0",
9
9
  "type": "module",
10
10
  "scripts": {
11
11
  "build": "tsup --sourcemap --clean --config ./tsup.config.ts && oclif manifest",
@@ -57,7 +57,7 @@
57
57
  "tsup": "^8.0.1",
58
58
  "typescript": "^5.3.3",
59
59
  "vite": "^4.4.10",
60
- "vitest": "^0.34.6"
60
+ "vitest": "^1.0.0"
61
61
  },
62
62
  "prettier": "@shopify/prettier-config",
63
63
  "oclif": {