@erpsquad/common 1.5.1 → 1.5.2
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 +6 -13
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@erpsquad/common",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.2",
|
|
4
4
|
"description": "Shared UI component library for ERP modules",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.esm.js",
|
|
@@ -210,12 +210,13 @@
|
|
|
210
210
|
"sass": "^1.69.5",
|
|
211
211
|
"socket.io-client": "^4.8.1",
|
|
212
212
|
"uuid": "^11.1.0",
|
|
213
|
-
"yup": "^1.4.0"
|
|
213
|
+
"yup": "^1.4.0",
|
|
214
|
+
"@emotion/react": "^11.0.0",
|
|
215
|
+
"@emotion/styled": "^11.0.0",
|
|
216
|
+
"@reduxjs/toolkit": "^1.9.0 || ^2.0.0",
|
|
217
|
+
"react-redux": "^8.1.0 || ^9.0.0"
|
|
214
218
|
},
|
|
215
219
|
"devDependencies": {
|
|
216
|
-
"@emotion/react": "^11.11.1",
|
|
217
|
-
"@emotion/styled": "^11.11.0",
|
|
218
|
-
"@reduxjs/toolkit": "^1.9.0 || ^2.0.0",
|
|
219
220
|
"@size-limit/preset-big-lib": "^11.2.0",
|
|
220
221
|
"@testing-library/jest-dom": "^6.1.5",
|
|
221
222
|
"@testing-library/react": "^14.1.2",
|
|
@@ -247,7 +248,6 @@
|
|
|
247
248
|
"lint-staged": "^15.2.0",
|
|
248
249
|
"react": "^18.2.0 || ^19.0.0",
|
|
249
250
|
"react-dom": "^18.2.0 || ^19.0.0",
|
|
250
|
-
"react-redux": "^8.1.0 || ^9.0.0",
|
|
251
251
|
"rimraf": "^5.0.5",
|
|
252
252
|
"size-limit": "^11.2.0",
|
|
253
253
|
"terser": "^5.44.0",
|
|
@@ -258,15 +258,8 @@
|
|
|
258
258
|
"vitest": "^1.1.0"
|
|
259
259
|
},
|
|
260
260
|
"peerDependencies": {
|
|
261
|
-
"@emotion/react": "^11.0.0",
|
|
262
|
-
"@emotion/styled": "^11.0.0",
|
|
263
|
-
"@mui/material": "^5.0.0",
|
|
264
|
-
"@mui/icons-material": "^5.0.0",
|
|
265
|
-
"@reduxjs/toolkit": "^1.9.0 || ^2.0.0",
|
|
266
261
|
"react": "^18.2.0 || ^19.0.0",
|
|
267
262
|
"react-dom": "^18.2.0 || ^19.0.0",
|
|
268
|
-
"react-redux": "^8.1.0 || ^9.0.0",
|
|
269
|
-
"react-select": "^5.0.0",
|
|
270
263
|
"i18next": "^23.7.11",
|
|
271
264
|
"i18next-http-backend": "^2.4.2",
|
|
272
265
|
"react-i18next": "^13.5.0"
|