@bigbinary/neeto-fields-frontend 1.3.5 → 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.5",
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",
@@ -49,7 +50,8 @@
49
50
  "@bigbinary/babel-preset-neeto": "^1.0.4",
50
51
  "@bigbinary/eslint-plugin-neeto": "1.1.24",
51
52
  "@bigbinary/neeto-audit-frontend": "1.0.8",
52
- "@bigbinary/neeto-commons-frontend": "2.1.21",
53
+ "@bigbinary/neeto-cist": "^1.0.2",
54
+ "@bigbinary/neeto-commons-frontend": "^2.1.29",
53
55
  "@bigbinary/neeto-filters-frontend": "^2.12.9",
54
56
  "@bigbinary/neeto-icons": "^1.14.0",
55
57
  "@bigbinary/neeto-molecules": "1.0.91-beta",
@@ -73,6 +75,7 @@
73
75
  "babel-plugin-istanbul": "6.1.1",
74
76
  "babel-plugin-js-logger": "1.0.17",
75
77
  "babel-plugin-macros": "3.1.0",
78
+ "babel-plugin-preval": "^5.1.0",
76
79
  "babel-plugin-transform-react-remove-prop-types": "0.4.24",
77
80
  "babel-preset-react": "6.24.1",
78
81
  "babel-preset-typescript": "7.0.0-alpha.19",
@@ -145,7 +148,8 @@
145
148
  "yup": "0.32.11"
146
149
  },
147
150
  "peerDependencies": {
148
- "@bigbinary/neeto-commons-frontend": "^2.0.54",
151
+ "@bigbinary/neeto-cist": "latest",
152
+ "@bigbinary/neeto-commons-frontend": "^2.1.29",
149
153
  "@bigbinary/neeto-editor": "^1.26.3",
150
154
  "@bigbinary/neeto-icons": "^1.9.22",
151
155
  "@bigbinary/neeto-molecules": "^1.0.9",
@@ -154,12 +158,14 @@
154
158
  "axios": "^0.27.2",
155
159
  "classnames": "^2.3.2",
156
160
  "formik": "^2.2.9",
161
+ "i18next": "23.2.7",
157
162
  "js-logger": "^1.6.1",
158
163
  "mixpanel-browser": "^2.45.0",
159
164
  "ramda": "^0.29.0",
160
165
  "react": "18.2.0",
161
166
  "react-dom": "18.2.0",
162
167
  "react-helmet": "^6.1.0",
168
+ "react-i18next": "13.0.1",
163
169
  "react-query": "3.39.2",
164
170
  "react-router-dom": "5.3.3",
165
171
  "react-toastify": "8.2.0",