@sinco/react 1.0.15-rc.55 → 1.0.15-rc.57

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