@pelcro/react-pelcro-js 4.0.0-alpha.1 → 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 +38185 -22411
- package/dist/index.esm.js +36103 -20388
- package/dist/pelcro.css +1298 -787
- package/package.json +14 -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,8 +77,8 @@
|
|
|
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
83
|
"react-refresh": "^0.9.0",
|
|
84
84
|
"react-test-renderer": "^17.0.2",
|
|
@@ -101,23 +101,29 @@
|
|
|
101
101
|
},
|
|
102
102
|
"dependencies": {
|
|
103
103
|
"@headlessui/react": "^0.3.0",
|
|
104
|
-
"@stripe/stripe-js": "^
|
|
104
|
+
"@stripe/react-stripe-js": "^2.8.1",
|
|
105
|
+
"@stripe/stripe-js": "^3.5.0",
|
|
106
|
+
"gapi-script": "^1.2.0",
|
|
105
107
|
"i18next": "^19.1.0",
|
|
106
|
-
"react-alice-carousel": "^2.6.4",
|
|
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",
|
|
113
|
-
"react-
|
|
115
|
+
"react-select": "^5.8.2",
|
|
116
|
+
"react-slick": "^0.29.0",
|
|
114
117
|
"use-reducer-with-side-effects": "^2.2.0",
|
|
115
118
|
"zustand": "^3.4.2"
|
|
116
119
|
},
|
|
117
120
|
"peerDependencies": {
|
|
118
121
|
"prop-types": "^15.0.0",
|
|
119
|
-
"react": "^
|
|
120
|
-
"react-dom": "^
|
|
122
|
+
"react": "^17.0.0",
|
|
123
|
+
"react-dom": "^17.0.0"
|
|
124
|
+
},
|
|
125
|
+
"optionalDependencies": {
|
|
126
|
+
"fsevents": "2.1.2"
|
|
121
127
|
},
|
|
122
128
|
"babel": {
|
|
123
129
|
"presets": [
|