@bigbinary/neeto-fields-frontend 1.1.11 → 1.1.12
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 +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +9 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bigbinary/neeto-fields-frontend",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.12",
|
|
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",
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"@rollup/plugin-node-resolve": "^15.0.2",
|
|
67
67
|
"@rollup/plugin-replace": "5.0.2",
|
|
68
68
|
"@svgr/rollup": "7.0.0",
|
|
69
|
-
"antd": "
|
|
69
|
+
"antd": "5.9.2",
|
|
70
70
|
"autoprefixer": "10.4.14",
|
|
71
71
|
"axios": "0.27.2",
|
|
72
72
|
"babel-loader": "9.1.2",
|
|
@@ -114,14 +114,14 @@
|
|
|
114
114
|
"prettier-plugin-tailwindcss": "0.2.8",
|
|
115
115
|
"process": "^0.11.10",
|
|
116
116
|
"ramda": "0.29.0",
|
|
117
|
-
"react": "
|
|
118
|
-
"react-dom": "
|
|
117
|
+
"react": "^18.2.0",
|
|
118
|
+
"react-dom": "^18.2.0",
|
|
119
119
|
"react-helmet": "6.1.0",
|
|
120
120
|
"react-i18next": "11.16.8",
|
|
121
121
|
"react-query": "3.39.3",
|
|
122
|
-
"react-router-dom": "5.
|
|
122
|
+
"react-router-dom": "5.3.3",
|
|
123
123
|
"react-toastify": "8.0.2",
|
|
124
|
-
"react_ujs": "
|
|
124
|
+
"react_ujs": "^3.1.1",
|
|
125
125
|
"rollup": "2.79.1",
|
|
126
126
|
"rollup-plugin-analyzer": "4.0.0",
|
|
127
127
|
"rollup-plugin-cleaner": "1.0.0",
|
|
@@ -157,11 +157,11 @@
|
|
|
157
157
|
"js-logger": "^1.6.1",
|
|
158
158
|
"mixpanel-browser": "^2.45.0",
|
|
159
159
|
"ramda": "^0.29.0",
|
|
160
|
-
"react": "
|
|
161
|
-
"react-dom": "
|
|
160
|
+
"react": "18.2.0",
|
|
161
|
+
"react-dom": "18.2.0",
|
|
162
162
|
"react-helmet": "^6.1.0",
|
|
163
163
|
"react-query": "3.39.2",
|
|
164
|
-
"react-router-dom": "5.3.
|
|
164
|
+
"react-router-dom": "5.3.3",
|
|
165
165
|
"react-toastify": "8.2.0",
|
|
166
166
|
"yup": "^0.32.11",
|
|
167
167
|
"zustand": "4.3.2"
|