@bigbinary/neeto-image-uploader-frontend 1.4.9 → 1.4.11

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigbinary/neeto-image-uploader-frontend",
3
- "version": "1.4.9",
3
+ "version": "1.4.11",
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,8 @@
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.21",
58
+ "@bigbinary/neeto-cist": "^1.0.2",
59
+ "@bigbinary/neeto-commons-frontend": "^2.1.29",
58
60
  "@bigbinary/neeto-editor": "^1.26.3",
59
61
  "@bigbinary/neeto-filters-frontend": "2.10.1",
60
62
  "@bigbinary/neeto-icons": "^1.11.0",
@@ -80,6 +82,7 @@
80
82
  "babel-plugin-istanbul": "6.1.1",
81
83
  "babel-plugin-js-logger": "1.0.17",
82
84
  "babel-plugin-macros": "3.1.0",
85
+ "babel-plugin-preval": "^5.1.0",
83
86
  "babel-plugin-transform-react-remove-prop-types": "0.4.24",
84
87
  "babel-preset-react": "6.24.1",
85
88
  "babel-preset-typescript": "7.0.0-alpha.19",
@@ -157,7 +160,8 @@
157
160
  "yup": "0.32.11"
158
161
  },
159
162
  "peerDependencies": {
160
- "@bigbinary/neeto-commons-frontend": "^2.0.54",
163
+ "@bigbinary/neeto-cist": "latest",
164
+ "@bigbinary/neeto-commons-frontend": "^2.1.28",
161
165
  "@bigbinary/neeto-editor": "^1.26.3",
162
166
  "@bigbinary/neeto-filters-frontend": "^2.8.1",
163
167
  "@bigbinary/neeto-icons": "^1.9.22",
@@ -168,12 +172,14 @@
168
172
  "axios": "^0.27.2",
169
173
  "classnames": "^2.3.2",
170
174
  "formik": "^2.2.9",
175
+ "i18next": "23.2.7",
171
176
  "js-logger": "^1.6.1",
172
177
  "mixpanel-browser": "^2.45.0",
173
178
  "ramda": "^0.29.0",
174
179
  "react": "18.2.0",
175
180
  "react-dom": "18.2.0",
176
181
  "react-helmet": "^6.1.0",
182
+ "react-i18next": "13.0.1",
177
183
  "react-query": "3.39.2",
178
184
  "react-router-dom": "5.3.3",
179
185
  "react-toastify": "8.2.0",