Skip to content

Commit 11ec368

Browse files
authored
Merge pull request #1422 from Shopify/revert-make-fixtures-app-deployable
Revert make fixtures app deployable
2 parents 768c899 + 04c97a1 commit 11ec368

File tree

3 files changed

+2
-18
lines changed

3 files changed

+2
-18
lines changed

fixtures/app/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
"@shopify/post-purchase-ui-extensions-react": "^0.13.3",
2525
"@shopify/web-pixels-extension": "^0.1.1",
2626
"@shopify/retail-ui-extensions": "0.19.0",
27-
"@shopify/retail-ui-extensions-react": "0.42.0",
2827
"react": "^17.0.2"
2928
},
3029
"author": "isaac"

packages/create-app/src/utils/template/npm.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ export async function updateCLIDependencies({packageJSON, local}: UpdateCLIDepen
2121
const appPath = await packagePath('app')
2222
const cliKitPath = await packagePath('cli-kit')
2323
const pluginNgrokPath = await packagePath('plugin-ngrok')
24+
const didYouMeanPath = await packagePath('plugin-did-you-mean')
2425

2526
// eslint-disable-next-line require-atomic-updates
2627
packageJSON.dependencies['@shopify/cli'] = cliPath
@@ -32,6 +33,7 @@ export async function updateCLIDependencies({packageJSON, local}: UpdateCLIDepen
3233
'@shopify/app': appPath,
3334
'@shopify/cli-kit': cliKitPath,
3435
'@shopify/plugin-ngrok': pluginNgrokPath,
36+
'@shopify/plugin-did-you-mean': didYouMeanPath,
3537
}
3638

3739
packageJSON.overrides = packageJSON.overrides

pnpm-lock.yaml

Lines changed: 0 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)