@bigbinary/neeto-image-uploader-frontend 1.6.0-beta2 → 2.0.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 +170 -1868
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +189 -1887
- package/dist/index.js.map +1 -1
- package/package.json +7 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bigbinary/neeto-image-uploader-frontend",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2.0.1",
|
|
4
4
|
"license": "UNLICENSED",
|
|
5
5
|
"bugs": {
|
|
6
6
|
"url": "https://github.com/bigbinary/neeto-image-uploader-nano/issues"
|
|
@@ -56,11 +56,11 @@
|
|
|
56
56
|
"@bigbinary/eslint-plugin-neeto": "1.5.1",
|
|
57
57
|
"@bigbinary/neeto-audit-frontend": "2.0.11",
|
|
58
58
|
"@bigbinary/neeto-cist": "1.0.9",
|
|
59
|
-
"@bigbinary/neeto-commons-frontend": "3.5.
|
|
59
|
+
"@bigbinary/neeto-commons-frontend": "3.5.11",
|
|
60
60
|
"@bigbinary/neeto-editor": "^1.26.3",
|
|
61
61
|
"@bigbinary/neeto-filters-frontend": "3.3.4",
|
|
62
62
|
"@bigbinary/neeto-icons": "1.18.9",
|
|
63
|
-
"@bigbinary/neeto-molecules": "1.19.
|
|
63
|
+
"@bigbinary/neeto-molecules": "1.19.14",
|
|
64
64
|
"@bigbinary/neeto-team-members-frontend": "2.7.2",
|
|
65
65
|
"@bigbinary/neetoui": "6.5.13",
|
|
66
66
|
"@emotion/is-prop-valid": "1.2.0",
|
|
@@ -135,7 +135,7 @@
|
|
|
135
135
|
"ramda": "0.29.1",
|
|
136
136
|
"react": "18.2.0",
|
|
137
137
|
"react-dom": "18.2.0",
|
|
138
|
-
"react-dropzone": "
|
|
138
|
+
"react-dropzone": "14.2.3",
|
|
139
139
|
"react-helmet": "6.1.0",
|
|
140
140
|
"react-i18next": "13.3.1",
|
|
141
141
|
"react-image-crop": "^10.0.9",
|
|
@@ -168,11 +168,11 @@
|
|
|
168
168
|
},
|
|
169
169
|
"peerDependencies": {
|
|
170
170
|
"@bigbinary/neeto-cist": "latest",
|
|
171
|
-
"@bigbinary/neeto-commons-frontend": "3.5.
|
|
171
|
+
"@bigbinary/neeto-commons-frontend": "3.5.11",
|
|
172
172
|
"@bigbinary/neeto-editor": "^1.26.3",
|
|
173
173
|
"@bigbinary/neeto-filters-frontend": "3.3.4",
|
|
174
174
|
"@bigbinary/neeto-icons": "1.18.9",
|
|
175
|
-
"@bigbinary/neeto-molecules": "1.19.
|
|
175
|
+
"@bigbinary/neeto-molecules": "1.19.14",
|
|
176
176
|
"@bigbinary/neetoui": "6.5.13",
|
|
177
177
|
"@honeybadger-io/js": "^6.5.3",
|
|
178
178
|
"@honeybadger-io/react": "^6.1.9",
|
|
@@ -187,6 +187,7 @@
|
|
|
187
187
|
"ramda": "^0.29.1",
|
|
188
188
|
"react": "^18.2.0",
|
|
189
189
|
"react-dom": "^18.2.0",
|
|
190
|
+
"react-dropzone": "14.2.3",
|
|
190
191
|
"react-helmet": "^6.1.0",
|
|
191
192
|
"react-i18next": "^13.3.1",
|
|
192
193
|
"react-router-dom": "^5.3.4",
|