Skip to content

Commit

Permalink
feat: version bump moltin sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
field123 committed Oct 18, 2023
1 parent 723366b commit 023dd87
Show file tree
Hide file tree
Showing 10 changed files with 1,090 additions and 857 deletions.
8 changes: 8 additions & 0 deletions .changeset/fluffy-birds-battle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
"@elasticpath/react-shopper-hooks": patch
"@elasticpath/composable-common": patch
"composable-cli": patch
"@elasticpath/d2c-schematics": patch
---

- bumped moltin sdk version
2 changes: 1 addition & 1 deletion examples/algolia/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@elasticpath/react-shopper-hooks": "^0.3.2",
"@headlessui/react": "^1.7.17",
"@heroicons/react": "^2.0.18",
"@moltin/sdk": "^23.3.0",
"@moltin/sdk": "^25.0.2",
"algoliasearch": "^4.14.2",
"clsx": "^1.2.1",
"cookies-next": "^2.1.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@elasticpath/react-shopper-hooks": "^0.3.2",
"@headlessui/react": "^1.7.17",
"@heroicons/react": "^2.0.18",
"@moltin/sdk": "^23.3.0",
"@moltin/sdk": "^25.0.2",
"@stripe/react-stripe-js": "^2.3.0",
"@stripe/stripe-js": "^2.1.6",
"clsx": "^1.2.1",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"dotenv-cli": "^7.1.0",
"eslint-config-custom": "*",
"kebab-case": "^1.0.2",
"mkdirp": "^2.1.5",
"mkdirp": "2.1.5",
"prettier": "latest",
"quicktype-core": "^6.1.0",
"ts-node": "^10.9.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/composable-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@angular-devkit/core": "^14.1.0",
"@angular-devkit/schematics": "^14.1.0",
"@elasticpath/d2c-schematics": "*",
"@moltin/sdk": "^23.2.0",
"@moltin/sdk": "^25.0.2",
"@types/ink": "^2.0.3",
"@types/yargs": "^17.0.24",
"algoliasearch": "^4.20.0",
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 @@ -45,7 +45,7 @@
"dependencies": {
"@angular-devkit/core": "^15.2.2",
"@angular-devkit/schematics": "^15.2.2",
"@moltin/sdk": "^23.3.0",
"@moltin/sdk": "^25.0.2",
"@urql/core": "^3.2.2",
"graphql": "^16.6.0",
"node-fetch": "2",
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": "^14.1.0",
"@elasticpath/composable-common": "*",
"@elasticpath/composable-integration-hub-deployer": "*",
"@moltin/sdk": "^23.3.0",
"@moltin/sdk": "^25.0.2",
"@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": "^23.3.0",
"@moltin/sdk": "^25.0.2",
"@elasticpath/react-shopper-hooks": "^0.3.2",
"clsx": "^1.2.1",
"cookies-next": "^2.1.1",
Expand Down
5 changes: 3 additions & 2 deletions packages/react-shopper-hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,15 @@
"vitest": "^0.31.1"
},
"peerDependencies": {
"@moltin/sdk": "^23.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"@moltin/sdk": "^23.3.0"
"react-dom": "^18.2.0"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@moltin/sdk": "^25.0.2",
"rxjs": "7.5.7"
}
}
1,920 changes: 1,072 additions & 848 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 023dd87

Please sign in to comment.