@bigbinary/neeto-image-uploader-frontend 2.0.1 → 2.0.2
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 +15 -10
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +9 -7
- package/dist/index.js.map +1 -1
- package/package.json +17 -15
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bigbinary/neeto-image-uploader-frontend",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.2",
|
|
4
4
|
"license": "UNLICENSED",
|
|
5
5
|
"bugs": {
|
|
6
6
|
"url": "https://github.com/bigbinary/neeto-image-uploader-nano/issues"
|
|
@@ -53,16 +53,16 @@
|
|
|
53
53
|
"@babel/preset-typescript": "7.23.2",
|
|
54
54
|
"@babel/runtime": "7.23.2",
|
|
55
55
|
"@bigbinary/babel-preset-neeto": "1.0.6",
|
|
56
|
-
"@bigbinary/eslint-plugin-neeto": "1.5.
|
|
56
|
+
"@bigbinary/eslint-plugin-neeto": "1.5.2",
|
|
57
57
|
"@bigbinary/neeto-audit-frontend": "2.0.11",
|
|
58
|
-
"@bigbinary/neeto-cist": "1.0.
|
|
59
|
-
"@bigbinary/neeto-commons-frontend": "
|
|
58
|
+
"@bigbinary/neeto-cist": "1.0.11",
|
|
59
|
+
"@bigbinary/neeto-commons-frontend": "4.1.1",
|
|
60
60
|
"@bigbinary/neeto-editor": "^1.26.3",
|
|
61
|
-
"@bigbinary/neeto-filters-frontend": "
|
|
62
|
-
"@bigbinary/neeto-icons": "1.
|
|
63
|
-
"@bigbinary/neeto-molecules": "
|
|
61
|
+
"@bigbinary/neeto-filters-frontend": "4.0.1",
|
|
62
|
+
"@bigbinary/neeto-icons": "1.19.2",
|
|
63
|
+
"@bigbinary/neeto-molecules": "3.2.10",
|
|
64
64
|
"@bigbinary/neeto-team-members-frontend": "2.7.2",
|
|
65
|
-
"@bigbinary/neetoui": "
|
|
65
|
+
"@bigbinary/neetoui": "7.1.0",
|
|
66
66
|
"@emotion/is-prop-valid": "1.2.0",
|
|
67
67
|
"@faker-js/faker": "8.2.0",
|
|
68
68
|
"@honeybadger-io/js": "6.5.3",
|
|
@@ -140,6 +140,7 @@
|
|
|
140
140
|
"react-i18next": "13.3.1",
|
|
141
141
|
"react-image-crop": "^10.0.9",
|
|
142
142
|
"react-masonry-infinite": "^1.2.2",
|
|
143
|
+
"react-query": "3.39.3",
|
|
143
144
|
"react-router-dom": "5.3.4",
|
|
144
145
|
"react-toastify": "8.2.0",
|
|
145
146
|
"react_ujs": "^3.1.1",
|
|
@@ -167,13 +168,13 @@
|
|
|
167
168
|
"yup": "1.3.2"
|
|
168
169
|
},
|
|
169
170
|
"peerDependencies": {
|
|
170
|
-
"@bigbinary/neeto-cist": "
|
|
171
|
-
"@bigbinary/neeto-commons-frontend": "
|
|
171
|
+
"@bigbinary/neeto-cist": "1.0.11",
|
|
172
|
+
"@bigbinary/neeto-commons-frontend": "4.1.1",
|
|
172
173
|
"@bigbinary/neeto-editor": "^1.26.3",
|
|
173
|
-
"@bigbinary/neeto-filters-frontend": "
|
|
174
|
-
"@bigbinary/neeto-icons": "1.
|
|
175
|
-
"@bigbinary/neeto-molecules": "
|
|
176
|
-
"@bigbinary/neetoui": "
|
|
174
|
+
"@bigbinary/neeto-filters-frontend": "4.0.1",
|
|
175
|
+
"@bigbinary/neeto-icons": "1.19.2",
|
|
176
|
+
"@bigbinary/neeto-molecules": "3.2.10",
|
|
177
|
+
"@bigbinary/neetoui": "7.1.0",
|
|
177
178
|
"@honeybadger-io/js": "^6.5.3",
|
|
178
179
|
"@honeybadger-io/react": "^6.1.9",
|
|
179
180
|
"@rails/activestorage": "^7.0.4",
|
|
@@ -183,13 +184,14 @@
|
|
|
183
184
|
"formik": "^2.4.5",
|
|
184
185
|
"i18next": "^23.6.0",
|
|
185
186
|
"js-logger": "^1.6.1",
|
|
186
|
-
"mixpanel-browser": "
|
|
187
|
+
"mixpanel-browser": "2.46.0",
|
|
187
188
|
"ramda": "^0.29.1",
|
|
188
189
|
"react": "^18.2.0",
|
|
189
190
|
"react-dom": "^18.2.0",
|
|
190
191
|
"react-dropzone": "14.2.3",
|
|
191
192
|
"react-helmet": "^6.1.0",
|
|
192
193
|
"react-i18next": "^13.3.1",
|
|
194
|
+
"react-query": "^3.39.3",
|
|
193
195
|
"react-router-dom": "^5.3.4",
|
|
194
196
|
"react-toastify": "^8.2.0",
|
|
195
197
|
"yup": "^0.32.11",
|