@bigbinary/neeto-fields-frontend 1.3.6 → 1.3.7

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-fields-frontend",
3
- "version": "1.3.6",
3
+ "version": "1.3.7",
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-fields-nano",
@@ -11,7 +11,8 @@
11
11
  "author": "BigBinary",
12
12
  "files": [
13
13
  "dist",
14
- "types.d.ts"
14
+ "types.d.ts",
15
+ "app/javascript/src/translations"
15
16
  ],
16
17
  "main": "dist/index.cjs.js",
17
18
  "module": "dist/index.js",
@@ -148,7 +149,7 @@
148
149
  },
149
150
  "peerDependencies": {
150
151
  "@bigbinary/neeto-cist": "latest",
151
- "@bigbinary/neeto-commons-frontend": "^2.0.54",
152
+ "@bigbinary/neeto-commons-frontend": "^2.1.29",
152
153
  "@bigbinary/neeto-editor": "^1.26.3",
153
154
  "@bigbinary/neeto-icons": "^1.9.22",
154
155
  "@bigbinary/neeto-molecules": "^1.0.9",
@@ -157,12 +158,14 @@
157
158
  "axios": "^0.27.2",
158
159
  "classnames": "^2.3.2",
159
160
  "formik": "^2.2.9",
161
+ "i18next": "23.2.7",
160
162
  "js-logger": "^1.6.1",
161
163
  "mixpanel-browser": "^2.45.0",
162
164
  "ramda": "^0.29.0",
163
165
  "react": "18.2.0",
164
166
  "react-dom": "18.2.0",
165
167
  "react-helmet": "^6.1.0",
168
+ "react-i18next": "13.0.1",
166
169
  "react-query": "3.39.2",
167
170
  "react-router-dom": "5.3.3",
168
171
  "react-toastify": "8.2.0",