@bigbinary/neeto-image-uploader-frontend 1.4.9 → 1.4.10
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/README.md +2 -0
- package/app/javascript/src/translations/en.json +54 -0
- package/dist/index.cjs.js +2654 -5956
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +2655 -5958
- package/dist/index.js.map +1 -1
- package/package.json +8 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bigbinary/neeto-image-uploader-frontend",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.10",
|
|
4
4
|
"license": "UNLICENSED",
|
|
5
5
|
"bugs": {
|
|
6
6
|
"url": "https://github.com/bigbinary/neeto-image-uploader-nano/issues"
|
|
@@ -9,7 +9,8 @@
|
|
|
9
9
|
"author": "BigBinary",
|
|
10
10
|
"files": [
|
|
11
11
|
"dist",
|
|
12
|
-
"types.d.ts"
|
|
12
|
+
"types.d.ts",
|
|
13
|
+
"app/javascript/src/translations"
|
|
13
14
|
],
|
|
14
15
|
"main": "dist/index.cjs.js",
|
|
15
16
|
"module": "dist/index.js",
|
|
@@ -54,7 +55,7 @@
|
|
|
54
55
|
"@bigbinary/babel-preset-neeto": "1.0.3",
|
|
55
56
|
"@bigbinary/eslint-plugin-neeto": "1.1.24",
|
|
56
57
|
"@bigbinary/neeto-audit-frontend": "1.0.8",
|
|
57
|
-
"@bigbinary/neeto-commons-frontend": "2.1.
|
|
58
|
+
"@bigbinary/neeto-commons-frontend": "2.1.28",
|
|
58
59
|
"@bigbinary/neeto-editor": "^1.26.3",
|
|
59
60
|
"@bigbinary/neeto-filters-frontend": "2.10.1",
|
|
60
61
|
"@bigbinary/neeto-icons": "^1.11.0",
|
|
@@ -80,6 +81,7 @@
|
|
|
80
81
|
"babel-plugin-istanbul": "6.1.1",
|
|
81
82
|
"babel-plugin-js-logger": "1.0.17",
|
|
82
83
|
"babel-plugin-macros": "3.1.0",
|
|
84
|
+
"babel-plugin-preval": "^5.1.0",
|
|
83
85
|
"babel-plugin-transform-react-remove-prop-types": "0.4.24",
|
|
84
86
|
"babel-preset-react": "6.24.1",
|
|
85
87
|
"babel-preset-typescript": "7.0.0-alpha.19",
|
|
@@ -157,7 +159,7 @@
|
|
|
157
159
|
"yup": "0.32.11"
|
|
158
160
|
},
|
|
159
161
|
"peerDependencies": {
|
|
160
|
-
"@bigbinary/neeto-commons-frontend": "^2.
|
|
162
|
+
"@bigbinary/neeto-commons-frontend": "^2.1.28",
|
|
161
163
|
"@bigbinary/neeto-editor": "^1.26.3",
|
|
162
164
|
"@bigbinary/neeto-filters-frontend": "^2.8.1",
|
|
163
165
|
"@bigbinary/neeto-icons": "^1.9.22",
|
|
@@ -168,12 +170,14 @@
|
|
|
168
170
|
"axios": "^0.27.2",
|
|
169
171
|
"classnames": "^2.3.2",
|
|
170
172
|
"formik": "^2.2.9",
|
|
173
|
+
"i18next": "23.2.7",
|
|
171
174
|
"js-logger": "^1.6.1",
|
|
172
175
|
"mixpanel-browser": "^2.45.0",
|
|
173
176
|
"ramda": "^0.29.0",
|
|
174
177
|
"react": "18.2.0",
|
|
175
178
|
"react-dom": "18.2.0",
|
|
176
179
|
"react-helmet": "^6.1.0",
|
|
180
|
+
"react-i18next": "13.0.1",
|
|
177
181
|
"react-query": "3.39.2",
|
|
178
182
|
"react-router-dom": "5.3.3",
|
|
179
183
|
"react-toastify": "8.2.0",
|