Skip to content

Commit

Permalink
feat: bumped moltin sdk in all repos and d2c output
Browse files Browse the repository at this point in the history
  • Loading branch information
field123 committed Nov 17, 2023
1 parent c1d0fd1 commit ae39e7c
Show file tree
Hide file tree
Showing 10 changed files with 61 additions and 79 deletions.
6 changes: 3 additions & 3 deletions examples/algolia/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
},
"dependencies": {
"@algolia/react-instantsearch-widget-color-refinement-list": "^1.4.7",
"@elasticpath/react-shopper-hooks": "^0.5.1",
"@elasticpath/shopper-common": "^0.1.1",
"@elasticpath/react-shopper-hooks": "workspace:^0.6.0",
"@elasticpath/shopper-common": "workspace:^0.2.0",
"@headlessui/react": "^1.7.17",
"@heroicons/react": "^2.0.18",
"@moltin/sdk": "^25.0.2",
"@moltin/sdk": "^27.0.0",
"algoliasearch": "^4.14.2",
"clsx": "^1.2.1",
"cookies-next": "^4.0.0",
Expand Down
6 changes: 3 additions & 3 deletions examples/payments/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
"start:e2e": "NODE_ENV=test next start"
},
"dependencies": {
"@elasticpath/react-shopper-hooks": "^0.5.1",
"@elasticpath/shopper-common": "^0.1.1",
"@elasticpath/react-shopper-hooks": "workspace:^0.6.0",
"@elasticpath/shopper-common": "workspace:^0.2.0",
"@headlessui/react": "^1.7.17",
"@heroicons/react": "^2.0.18",
"@moltin/sdk": "^25.0.2",
"@moltin/sdk": "^27.0.0",
"@stripe/react-stripe-js": "^2.3.0",
"@stripe/stripe-js": "^2.1.6",
"clsx": "^1.2.1",
Expand Down
6 changes: 3 additions & 3 deletions examples/simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
"start:e2e": "NODE_ENV=test next start"
},
"dependencies": {
"@moltin/sdk": "^25.0.2",
"@elasticpath/react-shopper-hooks": "^0.5.1",
"@elasticpath/shopper-common": "^0.1.1",
"@moltin/sdk": "^27.0.0",
"@elasticpath/react-shopper-hooks": "workspace:^0.6.0",
"@elasticpath/shopper-common": "workspace:^0.2.0",
"clsx": "^1.2.1",
"cookies-next": "^4.0.0",
"focus-visible": "^5.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/composable-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@angular-devkit/schematics": "^16.2.8",
"@elasticpath/composable-common": "workspace:^",
"@elasticpath/d2c-schematics": "^0.11.0",
"@moltin/sdk": "^25.0.2",
"@moltin/sdk": "^27.0.0",
"@trpc/client": "^10.14.1",
"@types/ink": "^2.0.3",
"@types/react": "18",
Expand Down Expand Up @@ -56,8 +56,8 @@
"zod": "^3.22.2"
},
"devDependencies": {
"@elasticpath/composable-integration-hub-deployer": "workspace:^0.3.0",
"@algolia/client-search": "^4.20.0",
"@elasticpath/composable-integration-hub-deployer": "workspace:^0.3.0",
"@types/fs-extra": "^9.0.13",
"@types/ink-big-text": "^1.2.1",
"@types/ink-gradient": "^2.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/composable-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@angular-devkit/core": "^16.2.8",
"@angular-devkit/schematics": "^16.2.8",
"@graphql-typed-document-node/core": "^3.2.0",
"@moltin/sdk": "^25.0.2",
"@moltin/sdk": "^27.0.0",
"@types/uuid": "^9.0.1",
"@urql/core": "^3.2.2",
"graphql": "^16.6.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/d2c-schematics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@angular-devkit/schematics": "^16.2.8",
"@elasticpath/composable-common": "^0.3.0",
"@elasticpath/composable-integration-hub-deployer": "^0.3.0",
"@moltin/sdk": "^25.0.2",
"@moltin/sdk": "^27.0.0",
"@trpc/client": "^10.14.1",
"algoliasearch": "^4.15.0",
"ansi-colors": "4.1.3",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"comment": "This file is needed so that dependencies are synced by Renovate.",
"private": true,
"dependencies": {
"@moltin/sdk": "^25.0.2",
"@moltin/sdk": "^27.0.0",
"@elasticpath/react-shopper-hooks": "^0.5.1",
"@elasticpath/shopper-common": "^0.1.1",
"clsx": "^1.2.1",
Expand Down
3 changes: 2 additions & 1 deletion packages/react-shopper-hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"devDependencies": {
"@types/react": "^18.2.33",
"@types/react-dom": "^18.2.14",
"@moltin/sdk": "^27.0.0",
"@vitejs/plugin-react": "^2.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand All @@ -32,7 +33,7 @@
"vitest": "^0.31.1"
},
"peerDependencies": {
"@moltin/sdk": "^25.0.2",
"@moltin/sdk": "^27.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/shopper-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"vitest": "^0.29.7"
},
"dependencies": {
"@moltin/sdk": "^25.0.2",
"@moltin/sdk": "^27.0.0",
"tslib": "^2.6.2"
},
"publishConfig": {
Expand Down
107 changes: 44 additions & 63 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ae39e7c

Please sign in to comment.