@erpsquad/common 1.8.52 → 1.8.53

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.
Files changed (2) hide show
  1. package/dist/style.css +73 -73
  2. package/package.json +5 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erpsquad/common",
3
- "version": "1.8.52",
3
+ "version": "1.8.53",
4
4
  "description": "Shared UI component library for ERP modules",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.esm.js",
@@ -233,7 +233,6 @@
233
233
  "react-querybuilder": "^6.5.5",
234
234
  "react-redux": "^8.1.0 || ^9.0.0",
235
235
  "react-responsive-carousel": "^3.2.23",
236
- "react-router-dom": "^6.21.0",
237
236
  "react-select": "^5.7.0",
238
237
  "react-to-pdf": "^1.0.1",
239
238
  "sass": "^1.69.5",
@@ -280,14 +279,16 @@
280
279
  "vite": "^5.0.8",
281
280
  "vite-plugin-checker": "^0.6.2",
282
281
  "vite-plugin-dts": "^3.9.1",
283
- "vitest": "^1.1.0"
282
+ "vitest": "^1.1.0",
283
+ "react-router-dom": "^6.21.0"
284
284
  },
285
285
  "peerDependencies": {
286
286
  "i18next": "^23.7.11",
287
287
  "i18next-http-backend": "^2.4.2",
288
288
  "react": "^18.2.0 || ^19.0.0",
289
289
  "react-dom": "^18.2.0 || ^19.0.0",
290
- "react-i18next": "^13.5.0"
290
+ "react-i18next": "^13.5.0",
291
+ "react-router-dom": "^6.21.0"
291
292
  },
292
293
  "repository": {
293
294
  "type": "git",