@sinco/react 1.0.15-rc.58 → 1.0.15-rc.59

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 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sinco/react",
3
- "version": "1.0.15-rc.58",
3
+ "version": "1.0.15-rc.59",
4
4
  "description": "package for the configuration of mui react sinco",
5
5
  "private": false,
6
6
  "license": "MIT",
@@ -17,6 +17,9 @@
17
17
  "@mui/icons-material": "*",
18
18
  "@mui/x-data-grid": "*"
19
19
  },
20
+ "dependencies": {
21
+ "tslib": "^2.5.0"
22
+ },
20
23
  "sideEffects": false,
21
24
  "module": "./index.js",
22
25
  "main": "./index.js",