@pelcro/react-pelcro-js 4.0.0-alpha.11 → 4.0.0-alpha.111

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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pelcro/react-pelcro-js",
3
3
  "description": "Pelcro's React UI Elements",
4
- "version": "4.0.0-alpha.11",
4
+ "version": "4.0.0-alpha.111",
5
5
  "license": "MIT",
6
6
  "private": false,
7
7
  "main": "dist/index.cjs.js",
@@ -77,10 +77,9 @@
77
77
  "postcss-import": "^14.0.0",
78
78
  "postcss-loader": "4.2.0",
79
79
  "prettier": "2.3.1",
80
- "react": "^16.6.1",
81
- "react-dom": "^16.6.1",
80
+ "react": "^17.0.0",
81
+ "react-dom": "^17.0.0",
82
82
  "react-ga": "^2.7.0",
83
- "react-ga4": "^1.4.1",
84
83
  "react-refresh": "^0.9.0",
85
84
  "react-test-renderer": "^17.0.2",
86
85
  "request": "^2.88.2",
@@ -102,23 +101,30 @@
102
101
  },
103
102
  "dependencies": {
104
103
  "@headlessui/react": "^0.3.0",
105
- "@stripe/stripe-js": "^1.21.1",
104
+ "@stripe/react-stripe-js": "^2.8.1",
105
+ "@stripe/stripe-js": "^3.5.0",
106
+ "axios": "1.2.2",
107
+ "gapi-script": "^1.2.0",
106
108
  "i18next": "^19.1.0",
107
109
  "react-easy-crop": "^3.3.2",
108
110
  "react-facebook-login": "^4.1.1",
111
+ "react-ga4": "^2.1.0",
109
112
  "react-google-login": "^5.2.2",
110
113
  "react-hot-toast": "^2.0.0",
111
114
  "react-i18next": "^11.3.3",
112
115
  "react-qr-code": "^2.0.7",
116
+ "react-select": "^5.8.2",
113
117
  "react-slick": "^0.29.0",
114
- "react-stripe-elements": "^6.1.2",
115
118
  "use-reducer-with-side-effects": "^2.2.0",
116
119
  "zustand": "^3.4.2"
117
120
  },
118
121
  "peerDependencies": {
119
122
  "prop-types": "^15.0.0",
120
- "react": "^16.6.1",
121
- "react-dom": "^16.6.1"
123
+ "react": "^17.0.0",
124
+ "react-dom": "^17.0.0"
125
+ },
126
+ "optionalDependencies": {
127
+ "fsevents": "2.1.2"
122
128
  },
123
129
  "babel": {
124
130
  "presets": [