@sinco/react 1.0.15-rc.60 → 1.0.15-rc.61

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 +257 -2458
  2. package/package.json +3 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sinco/react",
3
- "version": "1.0.15-rc.60",
3
+ "version": "1.0.15-rc.61",
4
4
  "description": "package for the configuration of mui react sinco",
5
5
  "private": false,
6
6
  "license": "MIT",
@@ -10,7 +10,8 @@
10
10
  },
11
11
  "peerDependencies": {
12
12
  "react": "^18.2.0",
13
- "react-dom": "^18.2.0"
13
+ "react-dom": "^18.2.0",
14
+ "@emotion/react": "^11.11.0"
14
15
  },
15
16
  "sideEffects": false,
16
17
  "module": "./index.js",