@shopify/cli-kit 3.46.0-pre.2 → 3.46.0-pre.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shopify/cli-kit",
3
- "version": "3.46.0-pre.2",
3
+ "version": "3.46.0-pre.3",
4
4
  "private": false,
5
5
  "description": "A set of utilities, interfaces, and models that are common across all the platform features",
6
6
  "keywords": [
@@ -113,6 +113,7 @@
113
113
  "liquidjs": "10.6.0",
114
114
  "lodash": "4.17.21",
115
115
  "macaddress": "0.5.3",
116
+ "mrmime": "1.0.1",
116
117
  "node-abort-controller": "3.0.1",
117
118
  "node-fetch": "3.2.4",
118
119
  "open": "8.4.2",
@@ -140,7 +141,7 @@
140
141
  "@types/gradient-string": "^1.1.2",
141
142
  "@types/lodash": "4.14.192",
142
143
  "@types/node": "14.18.36",
143
- "@types/react": "17.0.2",
144
+ "@types/react": "18.2.0",
144
145
  "@types/semver": "^7.3.13",
145
146
  "@vitest/coverage-istanbul": "0.28.5",
146
147
  "node-stream-zip": "^1.15.0",
@@ -163,6 +164,9 @@
163
164
  "access": "public"
164
165
  },
165
166
  "engine-strict": true,
167
+ "resolutions": {
168
+ "@types/react": "18.2.0"
169
+ },
166
170
  "scripts": {
167
171
  "build": "nx build",
168
172
  "clean": "nx clean",