@bigbinary/neeto-api-keys-frontend 1.0.8 → 1.0.9

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-api-keys-frontend",
3
- "version": "1.0.8",
3
+ "version": "1.0.9",
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-api-keys-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.3",
50
51
  "@bigbinary/eslint-plugin-neeto": "1.1.2",
51
52
  "@bigbinary/neeto-audit-frontend": "1.0.7",
52
- "@bigbinary/neeto-commons-frontend": "2.1.5",
53
+ "@bigbinary/neeto-cist": "^1.0.3",
54
+ "@bigbinary/neeto-commons-frontend": "2.1.29",
53
55
  "@bigbinary/neeto-filters-frontend": "2.12.1",
54
56
  "@bigbinary/neeto-icons": "1.13.0",
55
57
  "@bigbinary/neeto-molecules": "1.0.34",
@@ -64,13 +66,14 @@
64
66
  "@rollup/plugin-node-resolve": "15.1.0",
65
67
  "@rollup/plugin-replace": "5.0.2",
66
68
  "@svgr/rollup": "8.0.1",
67
- "antd": "5.9.2",
69
+ "antd": "4.24.10",
68
70
  "autoprefixer": "10.4.14",
69
71
  "axios": "1.4.0",
70
72
  "babel-loader": "9.1.3",
71
73
  "babel-plugin-istanbul": "6.1.1",
72
74
  "babel-plugin-js-logger": "1.0.17",
73
75
  "babel-plugin-macros": "3.1.0",
76
+ "babel-plugin-preval": "^5.1.0",
74
77
  "babel-plugin-transform-react-remove-prop-types": "0.4.24",
75
78
  "babel-preset-react": "6.24.1",
76
79
  "babel-preset-typescript": "7.0.0-alpha.19",
@@ -87,7 +90,7 @@
87
90
  "eslint-plugin-import": "2.27.5",
88
91
  "eslint-plugin-jam3": "0.2.3",
89
92
  "eslint-plugin-json": "3.1.0",
90
- "eslint-plugin-prettier": "5.0.0",
93
+ "eslint-plugin-prettier": "4.2.1",
91
94
  "eslint-plugin-promise": "6.1.1",
92
95
  "eslint-plugin-react": "7.32.2",
93
96
  "eslint-plugin-react-hooks": "4.6.0",
@@ -113,8 +116,8 @@
113
116
  "process": "0.11.10",
114
117
  "qs": "6.11.2",
115
118
  "ramda": "0.29.0",
116
- "react": "^18.2.0",
117
- "react-dom": "^18.2.0",
119
+ "react": "17.0.2",
120
+ "react-dom": "17.0.2",
118
121
  "react-helmet": "6.1.0",
119
122
  "react-i18next": "13.0.2",
120
123
  "react-query": "3.39.3",
@@ -144,7 +147,8 @@
144
147
  "yup": "1.2.0"
145
148
  },
146
149
  "peerDependencies": {
147
- "@bigbinary/neeto-commons-frontend": "^2.0.54",
150
+ "@bigbinary/neeto-cist": "latest",
151
+ "@bigbinary/neeto-commons-frontend": "latest",
148
152
  "@bigbinary/neeto-editor": "^1.26.3",
149
153
  "@bigbinary/neeto-filters-frontend": "^2.8.1",
150
154
  "@bigbinary/neeto-icons": "^1.9.22",
@@ -154,14 +158,16 @@
154
158
  "axios": "^0.27.2",
155
159
  "classnames": "^2.3.2",
156
160
  "formik": "^2.2.9",
161
+ "i18next": "^22.5.1",
157
162
  "js-logger": "^1.6.1",
158
163
  "mixpanel-browser": "^2.45.0",
159
164
  "ramda": "^0.29.0",
160
- "react": "18.2.0",
161
- "react-dom": "18.2.0",
165
+ "react": "17.0.2",
166
+ "react-dom": "17.0.2",
162
167
  "react-helmet": "^6.1.0",
168
+ "react-i18next": "^12.3.1",
163
169
  "react-query": "3.39.2",
164
- "react-router-dom": "5.3.3",
170
+ "react-router-dom": "5.3.0",
165
171
  "react-toastify": "8.2.0",
166
172
  "yup": "^0.32.11",
167
173
  "zustand": "4.3.2"