@shopify/oxygen-cli 3.1.4-unstable.202312131452.0 → 3.1.4-unstable.202312131557.0

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -7,6 +7,7 @@
7
7
  - 3c9f36d: Update vitest from 0.34.6 to 1.0.0
8
8
  - e8a5a58: Update @shopify/eslint-plugin from 43.0.0 to 44.0.0
9
9
  - 2ef909e: Update tsup from 7.3.0 to 8.0.1
10
+ - 243a30d: Update vitest from 1.0.0 to 1.0.4
10
11
 
11
12
  ## 3.1.2
12
13
 
@@ -174,5 +174,5 @@
174
174
  ]
175
175
  }
176
176
  },
177
- "version": "3.1.4-unstable.202312131452.0"
177
+ "version": "3.1.4-unstable.202312131557.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.202312131452.0",
8
+ "version": "3.1.4-unstable.202312131557.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": "^1.0.0"
60
+ "vitest": "^1.0.4"
61
61
  },
62
62
  "prettier": "@shopify/prettier-config",
63
63
  "oclif": {