@sinco/react 1.0.15-rc.43 → 1.0.15-rc.44

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 -13864
  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.43",
3
+ "version": "1.0.15-rc.44",
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": "^18.2.0",
13
+ "@emotion/react": "^11.11.0",
14
+ "@emotion/styled": "^11.11.0",
15
+ "@mui/icons-material": "^5.14.3",
16
+ "@mui/material": "^5.14.13",
17
+ "@mui/x-data-grid": "^6.6.0",
18
+ "@types/styled-components": "^5.1.26"
19
+ },
11
20
  "sideEffects": false,
12
21
  "module": "./index.js",
13
22
  "main": "./index.js",