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

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 +6 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sinco/react",
3
- "version": "1.0.15-rc.44",
3
+ "version": "1.0.15-rc.45",
4
4
  "description": "package for the configuration of mui react sinco",
5
5
  "private": false,
6
6
  "license": "MIT",
@@ -13,9 +13,12 @@
13
13
  "@emotion/react": "^11.11.0",
14
14
  "@emotion/styled": "^11.11.0",
15
15
  "@mui/icons-material": "^5.14.3",
16
+ "react-dom": "^18.2.0",
17
+ "react-scripts": "5.0.1"
18
+ },
19
+ "dependencies": {
16
20
  "@mui/material": "^5.14.13",
17
- "@mui/x-data-grid": "^6.6.0",
18
- "@types/styled-components": "^5.1.26"
21
+ "@mui/x-data-grid": "^6.6.0"
19
22
  },
20
23
  "sideEffects": false,
21
24
  "module": "./index.js",