mirror of
https://github.com/smartxworks/sunmao-ui.git
synced 2025-01-30 17:09:35 +08:00
add peer dependencies
This commit is contained in:
parent
b359f8c37d
commit
208737c98f
@ -28,13 +28,12 @@
|
||||
"prepublish": "npm run build && npm run typings"
|
||||
},
|
||||
"dependencies": {
|
||||
"@emotion/css": "^11.7.1",
|
||||
"@arco-design/web-react": "^2.29.0",
|
||||
"@emotion/css": "^11.5.0",
|
||||
"@sinclair/typebox": "^0.21.2",
|
||||
"@sunmao-ui/core": "^0.4.1",
|
||||
"@sunmao-ui/runtime": "^0.4.1",
|
||||
"eslint-plugin-react-hooks": "^4.3.0",
|
||||
"lodash": "^4.17.21",
|
||||
"lodash-es": "^4.17.21",
|
||||
"react": "^17.0.2",
|
||||
"react-dom": "^17.0.2"
|
||||
@ -69,5 +68,10 @@
|
||||
"eslint --fix",
|
||||
"git add"
|
||||
]
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@sunmao-ui/core": "^0.4.0",
|
||||
"@sunmao-ui/runtime": "^0.4.0",
|
||||
"@sunmao-ui/editor": "^0.4.0"
|
||||
}
|
||||
}
|
||||
|
@ -57,5 +57,17 @@
|
||||
"tsup": "^5.5.0",
|
||||
"typescript": "^4.5.0",
|
||||
"vite": "^2.6.13"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@chakra-ui/icons": "^1.0.15",
|
||||
"@chakra-ui/react": "^1.7.1",
|
||||
"@emotion/styled": "^11.6.0",
|
||||
"@sinclair/typebox": "^0.21.2",
|
||||
"@sunmao-ui/core": "^0.4.0",
|
||||
"@sunmao-ui/runtime": "^0.4.0",
|
||||
"@emotion/css": "^11.7.1",
|
||||
"lodash-es": "^4.17.21",
|
||||
"react": "^17.0.0",
|
||||
"react-dom": "^17.0.0"
|
||||
}
|
||||
}
|
||||
|
@ -31,10 +31,12 @@
|
||||
"url": "https://github.com/webzard-io/sunmao-ui/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"@emotion/react": "^11.1.1",
|
||||
"@emotion/css": "^11.7.1",
|
||||
"@chakra-ui/icons": "^1.0.15",
|
||||
"@chakra-ui/react": "^1.7.1",
|
||||
"@emotion/css": "^11.7.1",
|
||||
"@sunmao-ui/chakra-ui-lib": "^0.2.1",
|
||||
"@sunmao-ui/arco-lib": "^0.0.7",
|
||||
"@sunmao-ui/core": "^0.4.1",
|
||||
"@sunmao-ui/runtime": "^0.4.1",
|
||||
"acorn": "^8.7.0",
|
||||
@ -83,5 +85,20 @@
|
||||
"eslint --fix",
|
||||
"git add"
|
||||
]
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@emotion/react": "^11.1.1",
|
||||
"@emotion/css": "^11.7.1",
|
||||
"@sunmao-ui/core": "^0.4.0",
|
||||
"@sunmao-ui/runtime": "^0.4.0",
|
||||
"@sunmao-ui/chakra-ui-lib": "^0.2.0",
|
||||
"@sunmao-ui/arco-lib": "^0.0.7",
|
||||
"@chakra-ui/icons": "^1.0.15",
|
||||
"@chakra-ui/react": "^1.7.1",
|
||||
"immer": "^9.0.6",
|
||||
"formik": "^2.2.9",
|
||||
"lodash-es": "^4.17.21",
|
||||
"react": "^17.0.0",
|
||||
"react-dom": "^17.0.0"
|
||||
}
|
||||
}
|
||||
|
@ -72,5 +72,14 @@
|
||||
"tsup": "^5.11.0",
|
||||
"typescript": "^4.5.0",
|
||||
"vite": "^2.6.13"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@emotion/css": "^11.7.1",
|
||||
"@sinclair/typebox": "^0.21.2",
|
||||
"@sunmao-ui/core": "^0.4.0",
|
||||
"immer": "^9.0.12",
|
||||
"lodash-es": "^4.17.21",
|
||||
"react": "^17.0.0",
|
||||
"react-dom": "^17.0.0"
|
||||
}
|
||||
}
|
||||
|
@ -1904,7 +1904,7 @@
|
||||
"@emotion/weak-memoize" "^0.2.5"
|
||||
stylis "4.0.13"
|
||||
|
||||
"@emotion/css@^11.5.0", "@emotion/css@^11.7.1":
|
||||
"@emotion/css@^11.7.1":
|
||||
version "11.7.1"
|
||||
resolved "https://registry.yarnpkg.com/@emotion/css/-/css-11.7.1.tgz#516b717340d36b0bbd2304ba7e1a090e866f8acc"
|
||||
integrity sha512-RUUgPlMZunlc7SE5A6Hg+VWRzb2cU6O9xlV78KCFgcnl25s7Qz/20oQg71iKudpLqk7xj0vhbJlwcJJMT0BOZg==
|
||||
|
Loading…
Reference in New Issue
Block a user