@pelcro/react-pelcro-js 4.0.0-alpha.10 → 4.0.0-alpha.100
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/dist/{510798e15108a39b.svg → 54860c53d60f5601.svg} +2 -2
- package/dist/index.cjs.js +30328 -18758
- package/dist/index.esm.js +30270 -18759
- package/dist/pelcro.css +1187 -656
- package/package.json +13 -8
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.
|
|
4
|
+
"version": "4.0.0-alpha.100",
|
|
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": "^
|
|
81
|
-
"react-dom": "^
|
|
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,29 @@
|
|
|
102
101
|
},
|
|
103
102
|
"dependencies": {
|
|
104
103
|
"@headlessui/react": "^0.3.0",
|
|
105
|
-
"@stripe/stripe-js": "^
|
|
104
|
+
"@stripe/react-stripe-js": "^2.8.1",
|
|
105
|
+
"@stripe/stripe-js": "^3.5.0",
|
|
106
|
+
"gapi-script": "^1.2.0",
|
|
106
107
|
"i18next": "^19.1.0",
|
|
107
108
|
"react-easy-crop": "^3.3.2",
|
|
108
109
|
"react-facebook-login": "^4.1.1",
|
|
110
|
+
"react-ga4": "^2.1.0",
|
|
109
111
|
"react-google-login": "^5.2.2",
|
|
110
112
|
"react-hot-toast": "^2.0.0",
|
|
111
113
|
"react-i18next": "^11.3.3",
|
|
112
114
|
"react-qr-code": "^2.0.7",
|
|
115
|
+
"react-select": "^5.8.2",
|
|
113
116
|
"react-slick": "^0.29.0",
|
|
114
|
-
"react-stripe-elements": "^6.1.2",
|
|
115
117
|
"use-reducer-with-side-effects": "^2.2.0",
|
|
116
118
|
"zustand": "^3.4.2"
|
|
117
119
|
},
|
|
118
120
|
"peerDependencies": {
|
|
119
121
|
"prop-types": "^15.0.0",
|
|
120
|
-
"react": "^
|
|
121
|
-
"react-dom": "^
|
|
122
|
+
"react": "^17.0.0",
|
|
123
|
+
"react-dom": "^17.0.0"
|
|
124
|
+
},
|
|
125
|
+
"optionalDependencies": {
|
|
126
|
+
"fsevents": "2.1.2"
|
|
122
127
|
},
|
|
123
128
|
"babel": {
|
|
124
129
|
"presets": [
|