@bigbinary/neeto-themes-frontend 1.1.25 → 1.2.1
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/index.cjs.js +200 -22923
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +202 -22925
- package/dist/index.js.map +1 -1
- package/package.json +21 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bigbinary/neeto-themes-frontend",
|
|
3
|
-
"version": "1.1
|
|
3
|
+
"version": "1.2.1",
|
|
4
4
|
"description": "A repo acts as the source of truth for the new nano's structure, configs, data etc.",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"homepage": "https://github.com/bigbinary/neeto-themes-nano",
|
|
@@ -51,11 +51,11 @@
|
|
|
51
51
|
"@bigbinary/eslint-plugin-neeto": "1.5.1",
|
|
52
52
|
"@bigbinary/neeto-audit-frontend": "2.0.11",
|
|
53
53
|
"@bigbinary/neeto-cist": "1.0.9",
|
|
54
|
-
"@bigbinary/neeto-commons-frontend": "3.5.
|
|
54
|
+
"@bigbinary/neeto-commons-frontend": "3.5.4",
|
|
55
55
|
"@bigbinary/neeto-filters-frontend": "3.3.4",
|
|
56
56
|
"@bigbinary/neeto-icons": "1.18.9",
|
|
57
57
|
"@bigbinary/neeto-image-uploader-frontend": "1.5.24",
|
|
58
|
-
"@bigbinary/neeto-molecules": "1.
|
|
58
|
+
"@bigbinary/neeto-molecules": "1.19.1",
|
|
59
59
|
"@bigbinary/neetoui": "6.5.13",
|
|
60
60
|
"@emotion/is-prop-valid": "1.2.0",
|
|
61
61
|
"@faker-js/faker": "8.2.0",
|
|
@@ -153,21 +153,31 @@
|
|
|
153
153
|
"yup": "1.3.2"
|
|
154
154
|
},
|
|
155
155
|
"peerDependencies": {
|
|
156
|
+
"@babel/runtime": "7.19.0",
|
|
156
157
|
"@bigbinary/neeto-cist": "latest",
|
|
157
|
-
"@bigbinary/neeto-commons-frontend": "3.5.
|
|
158
|
+
"@bigbinary/neeto-commons-frontend": "3.5.4",
|
|
158
159
|
"@bigbinary/neeto-editor": "^1.26.3",
|
|
159
160
|
"@bigbinary/neeto-filters-frontend": "3.3.4",
|
|
160
161
|
"@bigbinary/neeto-icons": "1.18.9",
|
|
161
|
-
"@bigbinary/neeto-
|
|
162
|
+
"@bigbinary/neeto-image-uploader-frontend": "1.5.24",
|
|
163
|
+
"@bigbinary/neeto-molecules": "1.19.1",
|
|
162
164
|
"@bigbinary/neetoui": "6.5.13",
|
|
163
165
|
"@honeybadger-io/js": "^6.5.3",
|
|
164
166
|
"@honeybadger-io/react": "^6.1.9",
|
|
167
|
+
"antd": "5.15.2",
|
|
165
168
|
"axios": "^1.6.0",
|
|
169
|
+
"buffer": "6.0.3",
|
|
166
170
|
"classnames": "^2.3.2",
|
|
171
|
+
"crypto-browserify": "3.12.0",
|
|
172
|
+
"dompurify": "2.4.0",
|
|
167
173
|
"formik": "^2.4.5",
|
|
174
|
+
"https-browserify": "1.0.0",
|
|
168
175
|
"i18next": "^23.6.0",
|
|
169
176
|
"js-logger": "^1.6.1",
|
|
170
177
|
"mixpanel-browser": "^2.45.0",
|
|
178
|
+
"os-browserify": "0.3.0",
|
|
179
|
+
"path-browserify": "1.0.1",
|
|
180
|
+
"qs": "6.11.2",
|
|
171
181
|
"ramda": "^0.29.1",
|
|
172
182
|
"react": "^18.2.0",
|
|
173
183
|
"react-dom": "^18.2.0",
|
|
@@ -176,6 +186,12 @@
|
|
|
176
186
|
"react-query": "^3.39.3",
|
|
177
187
|
"react-router-dom": "^5.3.4",
|
|
178
188
|
"react-toastify": "^8.2.0",
|
|
189
|
+
"stream-browserify": "3.0.0",
|
|
190
|
+
"stream-http": "3.2.0",
|
|
191
|
+
"tty-browserify": "0.0.1",
|
|
192
|
+
"url": "0.11.1",
|
|
193
|
+
"util": "0.12.5",
|
|
194
|
+
"vm-browserify": "1.1.2",
|
|
179
195
|
"yup": "^0.32.11",
|
|
180
196
|
"zustand": "4.3.2"
|
|
181
197
|
},
|