@omnikit-js/ui 0.9.26 → 0.9.27

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +5 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@omnikit-js/ui",
3
- "version": "0.9.26",
3
+ "version": "0.9.27",
4
4
  "type": "module",
5
5
  "description": "React component library for OmniKit serverless platform",
6
6
  "main": "./dist/index.js",
@@ -53,23 +53,19 @@
53
53
  },
54
54
  "peerDependencies": {
55
55
  "@marcoschwartz/lite-ui": "^0.23.0",
56
- "@stripe/react-stripe-js": "^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0",
57
- "@stripe/stripe-js": "^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0",
58
56
  "next": "^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0",
59
57
  "react": "^18.0.0 || ^19.0.0",
60
58
  "react-dom": "^18.0.0 || ^19.0.0"
61
59
  },
62
60
  "peerDependenciesMeta": {
63
- "@stripe/react-stripe-js": {
64
- "optional": true
65
- },
66
- "@stripe/stripe-js": {
67
- "optional": true
68
- },
69
61
  "next": {
70
62
  "optional": true
71
63
  }
72
64
  },
65
+ "dependencies": {
66
+ "@stripe/react-stripe-js": "^5.0.0",
67
+ "@stripe/stripe-js": "^8.0.0"
68
+ },
73
69
  "devDependencies": {
74
70
  "@marcoschwartz/lite-ui": "^0.23.5",
75
71
  "@stripe/react-stripe-js": "^5.4.1",