@bigbinary/neeto-api-keys-frontend 1.0.6 → 1.0.8
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/dist/index.cjs.js +2866 -35
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +2860 -28
- package/dist/index.js.map +1 -1
- package/package.json +9 -11
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bigbinary/neeto-api-keys-frontend",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.8",
|
|
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",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"@bigbinary/babel-preset-neeto": "1.0.3",
|
|
50
50
|
"@bigbinary/eslint-plugin-neeto": "1.1.2",
|
|
51
51
|
"@bigbinary/neeto-audit-frontend": "1.0.7",
|
|
52
|
-
"@bigbinary/neeto-commons-frontend": "2.
|
|
52
|
+
"@bigbinary/neeto-commons-frontend": "2.1.5",
|
|
53
53
|
"@bigbinary/neeto-filters-frontend": "2.12.1",
|
|
54
54
|
"@bigbinary/neeto-icons": "1.13.0",
|
|
55
55
|
"@bigbinary/neeto-molecules": "1.0.34",
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
"@rollup/plugin-node-resolve": "15.1.0",
|
|
65
65
|
"@rollup/plugin-replace": "5.0.2",
|
|
66
66
|
"@svgr/rollup": "8.0.1",
|
|
67
|
-
"antd": "
|
|
67
|
+
"antd": "5.9.2",
|
|
68
68
|
"autoprefixer": "10.4.14",
|
|
69
69
|
"axios": "1.4.0",
|
|
70
70
|
"babel-loader": "9.1.3",
|
|
@@ -113,14 +113,14 @@
|
|
|
113
113
|
"process": "0.11.10",
|
|
114
114
|
"qs": "6.11.2",
|
|
115
115
|
"ramda": "0.29.0",
|
|
116
|
-
"react": "
|
|
117
|
-
"react-dom": "
|
|
116
|
+
"react": "^18.2.0",
|
|
117
|
+
"react-dom": "^18.2.0",
|
|
118
118
|
"react-helmet": "6.1.0",
|
|
119
119
|
"react-i18next": "13.0.2",
|
|
120
120
|
"react-query": "3.39.3",
|
|
121
121
|
"react-router-dom": "5.3.4",
|
|
122
122
|
"react-toastify": "8.2.0",
|
|
123
|
-
"react_ujs": "
|
|
123
|
+
"react_ujs": "^3.1.1",
|
|
124
124
|
"rollup": "2.79.1",
|
|
125
125
|
"rollup-plugin-analyzer": "4.0.0",
|
|
126
126
|
"rollup-plugin-cleaner": "1.0.0",
|
|
@@ -154,16 +154,14 @@
|
|
|
154
154
|
"axios": "^0.27.2",
|
|
155
155
|
"classnames": "^2.3.2",
|
|
156
156
|
"formik": "^2.2.9",
|
|
157
|
-
"i18next": "^22.5.1",
|
|
158
157
|
"js-logger": "^1.6.1",
|
|
159
158
|
"mixpanel-browser": "^2.45.0",
|
|
160
159
|
"ramda": "^0.29.0",
|
|
161
|
-
"react": "
|
|
162
|
-
"react-dom": "
|
|
160
|
+
"react": "18.2.0",
|
|
161
|
+
"react-dom": "18.2.0",
|
|
163
162
|
"react-helmet": "^6.1.0",
|
|
164
|
-
"react-i18next": "^12.3.1",
|
|
165
163
|
"react-query": "3.39.2",
|
|
166
|
-
"react-router-dom": "5.3.
|
|
164
|
+
"react-router-dom": "5.3.3",
|
|
167
165
|
"react-toastify": "8.2.0",
|
|
168
166
|
"yup": "^0.32.11",
|
|
169
167
|
"zustand": "4.3.2"
|