@erpsquad/common 1.4.3 → 1.4.4

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 (1) hide show
  1. package/package.json +7 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erpsquad/common",
3
- "version": "1.4.3",
3
+ "version": "1.4.4",
4
4
  "description": "Shared UI component library for ERP modules",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.esm.js",
@@ -139,8 +139,6 @@
139
139
  "@ckeditor/ckeditor5-react": "^9.0.0",
140
140
  "@dnd-kit/core": "^6.3.1",
141
141
  "@dnd-kit/sortable": "^10.0.0",
142
- "@emotion/react": "^11.11.1",
143
- "@emotion/styled": "^11.11.0",
144
142
  "@fullcalendar/core": "^6.1.10",
145
143
  "@fullcalendar/daygrid": "^6.1.10",
146
144
  "@fullcalendar/interaction": "^6.1.10",
@@ -215,6 +213,8 @@
215
213
  "yup": "^1.4.0"
216
214
  },
217
215
  "devDependencies": {
216
+ "@emotion/react": "^11.11.1",
217
+ "@emotion/styled": "^11.11.0",
218
218
  "@reduxjs/toolkit": "^1.9.0 || ^2.0.0",
219
219
  "@size-limit/preset-big-lib": "^11.2.0",
220
220
  "@testing-library/jest-dom": "^6.1.5",
@@ -258,6 +258,10 @@
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",
261
265
  "@reduxjs/toolkit": "^1.9.0 || ^2.0.0",
262
266
  "react": "^18.2.0 || ^19.0.0",
263
267
  "react-dom": "^18.2.0 || ^19.0.0",