@bigbinary/neeto-integrations-frontend 2.3.0 → 2.3.1
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 +7 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bigbinary/neeto-integrations-frontend",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.1",
|
|
4
4
|
"description": "UI for integrations in neeto products",
|
|
5
5
|
"author": "Abhijith Sheheer",
|
|
6
6
|
"license": "UNLICENSED",
|
|
@@ -113,12 +113,12 @@
|
|
|
113
113
|
"prettier": "2.6.2",
|
|
114
114
|
"prettier-plugin-tailwindcss": "0.1.10",
|
|
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": "11.16.8",
|
|
120
120
|
"react-query": "3.39.2",
|
|
121
|
-
"react-router-dom": "5.3.
|
|
121
|
+
"react-router-dom": "5.3.3",
|
|
122
122
|
"react-toastify": "8.0.2",
|
|
123
123
|
"react-transition-group": "4.4.5",
|
|
124
124
|
"rollup": "2.79.1",
|
|
@@ -152,11 +152,11 @@
|
|
|
152
152
|
"classnames": "2.3.1",
|
|
153
153
|
"i18next": "21.7.0",
|
|
154
154
|
"ramda": "0.29.0",
|
|
155
|
-
"react": "
|
|
156
|
-
"react-dom": "
|
|
155
|
+
"react": "18.2.0",
|
|
156
|
+
"react-dom": "18.2.0",
|
|
157
157
|
"react-i18next": "11.16.8",
|
|
158
158
|
"react-query": "3.39.2",
|
|
159
|
-
"react-router-dom": "5.3.
|
|
159
|
+
"react-router-dom": "5.3.3",
|
|
160
160
|
"react-toastify": "8.0.2",
|
|
161
161
|
"yup": "0.32.11"
|
|
162
162
|
}
|