Skip to content

Commit

Permalink
Merge pull request #1865 from Shopify/rusty/version-bump-checkout-ui-…
Browse files Browse the repository at this point in the history
…extensions-0-26

checkout-ui-extensions 0.26.0 update
  • Loading branch information
oliverigor authored Apr 28, 2023
2 parents d35f4b5 + bc52968 commit d10f484
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import {BaseUIExtensionSchema} from '../schemas.js'
import {loadLocalesConfig} from '../../../utilities/extensions/locales-configuration.js'
import {zod} from '@shopify/cli-kit/node/schema'

const dependency = {name: '@shopify/checkout-ui-extensions-react', version: '^0.24.0'}
const dependency = {name: '@shopify/checkout-ui-extensions-react', version: '^0.26.0'}

const CheckoutSchema = BaseUIExtensionSchema.extend({
extensionPoints: zod.array(zod.string()).optional(),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import {fileExists} from '@shopify/cli-kit/node/fs'
import {joinPath} from '@shopify/cli-kit/node/path'
import {outputContent, outputToken} from '@shopify/cli-kit/node/output'

const dependency = {name: '@shopify/checkout-ui-extensions-react', version: '^0.24.0'}
const dependency = {name: '@shopify/checkout-ui-extensions-react', version: '^0.26.0'}

const UIExtensionSchema = BaseUIExtensionSchema.extend({
settings: zod
Expand Down

0 comments on commit d10f484

Please sign in to comment.