Skip to content

Commit 169c977

Browse files
Fix/react package version (#834)
* set paypal-js dependency to a minimum 9.3.0 * chore: add changeset
1 parent eda6977 commit 169c977

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.changeset/thin-camels-retire.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@paypal/react-paypal-js": patch
3+
---
4+
5+
Ensure the paypal-js dependency is at a minimum of v9.3.0

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/react-paypal-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
},
6363
"homepage": "https://paypal.github.io/paypal-js/web-sdk-v5-react-storybook/",
6464
"dependencies": {
65-
"@paypal/paypal-js": "^9.2.0",
65+
"@paypal/paypal-js": "^9.3.0",
6666
"@paypal/sdk-constants": "^1.0.122",
6767
"server-only": "^0.0.1"
6868
},

0 commit comments

Comments
 (0)