@shopify/oxygen-cli 3.1.3-unstable.202312070943.0 → 3.1.3-unstable.202312071602.0
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +2 -0
- package/oclif.manifest.json +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
package/oclif.manifest.json
CHANGED
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.3-unstable.
|
8
|
+
"version": "3.1.3-unstable.202312071602.0",
|
9
9
|
"type": "module",
|
10
10
|
"scripts": {
|
11
11
|
"build": "tsup --sourcemap --clean --config ./tsup.config.ts && oclif manifest",
|
@@ -50,12 +50,12 @@
|
|
50
50
|
"@shopify/prettier-config": "^1.1.2",
|
51
51
|
"@types/async": "^3.2.24",
|
52
52
|
"@types/node": "^20.10.4",
|
53
|
-
"eslint": "^8.
|
53
|
+
"eslint": "^8.55.0",
|
54
54
|
"eslint-plugin-prettier": "^5.0.1",
|
55
55
|
"node-fetch": "^3.3.2",
|
56
56
|
"oclif": "^4",
|
57
57
|
"tsup": "^7.3.0",
|
58
|
-
"typescript": "^5.3.
|
58
|
+
"typescript": "^5.3.3",
|
59
59
|
"vite": "^4.4.10",
|
60
60
|
"vitest": "^0.34.6"
|
61
61
|
},
|