@shopify/oxygen-cli 3.1.1 → 3.1.2

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @shopify/oxygen-cli
2
2
 
3
+ ## 3.1.2
4
+
5
+ ### Patch Changes
6
+
7
+ - ad4ac47: Update @shopify/cli-kit from 3.51.2 to 3.52.0
8
+ - 80fd45c: Update @types/node from 20.9.1 to 20.10.4
9
+ - 74e4e06: Update eslint from 8.53.0 to 8.55.0
10
+ - 802bedd: Update typescript from 5.3.2 to 5.3.3
11
+
3
12
  ## 3.1.1
4
13
 
5
14
  ### Patch Changes
@@ -174,5 +174,5 @@
174
174
  ]
175
175
  }
176
176
  },
177
- "version": "3.1.1"
177
+ "version": "3.1.2"
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.1",
8
+ "version": "3.1.2",
9
9
  "type": "module",
10
10
  "scripts": {
11
11
  "build": "tsup --sourcemap --clean --config ./tsup.config.ts && oclif manifest",
@@ -40,7 +40,7 @@
40
40
  "@bugsnag/js": "^7.22.2",
41
41
  "@bugsnag/node": "^7.19.0",
42
42
  "@oclif/core": "2.11.7",
43
- "@shopify/cli-kit": "^3.51.2",
43
+ "@shopify/cli-kit": "^3.52.0",
44
44
  "async": "^3.2.5"
45
45
  },
46
46
  "devDependencies": {
@@ -49,13 +49,13 @@
49
49
  "@shopify/eslint-plugin": "^43.0.0",
50
50
  "@shopify/prettier-config": "^1.1.2",
51
51
  "@types/async": "^3.2.24",
52
- "@types/node": "^20.9.1",
53
- "eslint": "^8.53.0",
52
+ "@types/node": "^20.10.4",
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.2",
58
+ "typescript": "^5.3.3",
59
59
  "vite": "^4.4.10",
60
60
  "vitest": "^0.34.6"
61
61
  },