@bigbinary/neeto-commons-frontend 2.0.131 → 2.0.132
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-commons-frontend",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.132",
|
|
4
4
|
"description": "A package encapsulating common code across neeto projects including initializers, utility functions, common components and hooks and so on.",
|
|
5
5
|
"repository": "git@github.com:bigbinary/neeto-commons-frontend.git",
|
|
6
6
|
"author": "Amaljith K <amaljith.k@bigbinary.com>",
|
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
"@storybook/react": "6.5.16",
|
|
107
107
|
"@svgr/rollup": "^6.2.1",
|
|
108
108
|
"@testing-library/jest-dom": "5.16.2",
|
|
109
|
-
"@testing-library/react": "
|
|
109
|
+
"@testing-library/react": "^14.0.0",
|
|
110
110
|
"@testing-library/react-hooks": "^8.0.0",
|
|
111
111
|
"@testing-library/user-event": "13.5.0",
|
|
112
112
|
"antd": "4.24.3",
|
|
@@ -157,12 +157,12 @@
|
|
|
157
157
|
"prettier-plugin-tailwindcss": "0.1.10",
|
|
158
158
|
"qs": "^6.11.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-i18next": "12.3.1",
|
|
164
164
|
"react-query": "^3.39.2",
|
|
165
|
-
"react-router-dom": "5.3.
|
|
165
|
+
"react-router-dom": "5.3.3",
|
|
166
166
|
"react-toastify": "8.0.2",
|
|
167
167
|
"remark-parse": "^10.0.1",
|
|
168
168
|
"rollup": "^2.76.0",
|
|
@@ -196,11 +196,11 @@
|
|
|
196
196
|
"js-logger": "^1.6.1",
|
|
197
197
|
"mixpanel-browser": "^2.45.0",
|
|
198
198
|
"ramda": "^0.29.0",
|
|
199
|
-
"react": "
|
|
199
|
+
"react": "18.2.0",
|
|
200
200
|
"react-helmet": "^6.1.0",
|
|
201
201
|
"react-i18next": "^12.3.1",
|
|
202
202
|
"react-query": "^3.39.2",
|
|
203
|
-
"react-router-dom": "5.3.
|
|
203
|
+
"react-router-dom": "5.3.3",
|
|
204
204
|
"react-toastify": "8.0.2",
|
|
205
205
|
"shakapacker": "^6.5.5",
|
|
206
206
|
"tailwindcss": "npm:@tailwindcss/postcss7-compat",
|