@sinco/react 1.0.15-rc.52 → 1.0.15-rc.53

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +4 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sinco/react",
3
- "version": "1.0.15-rc.52",
3
+ "version": "1.0.15-rc.53",
4
4
  "description": "package for the configuration of mui react sinco",
5
5
  "private": false,
6
6
  "license": "MIT",
@@ -9,13 +9,10 @@
9
9
  "url": "https://github.com/SincosoftSAS/DesignSystem.git"
10
10
  },
11
11
  "peerDependencies": {
12
- "react": "^18.2.0",
13
- "react-dom": "^18.2.0",
14
- "@emotion/react": "^11.11.0",
15
- "@emotion/styled": "^11.11.0",
16
- "@mui/icons-material": "^5.14.3",
17
12
  "@mui/material": "^5.14.13",
18
- "@mui/x-data-grid": "^6.6.0"
13
+ "react-dom": "^18.2.0",
14
+ "react": "^18.2.0",
15
+ "@mui/icons-material": "^5.14.3"
19
16
  },
20
17
  "sideEffects": false,
21
18
  "module": "./index.js",