mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-30 10:59:42 +08:00
兼容 react 16.x
This commit is contained in:
parent
cdf91d6c8d
commit
1a11c69784
@ -60,6 +60,10 @@
|
||||
"tslib": "^2.3.1",
|
||||
"uncontrollable": "7.2.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": ">=16.8.6",
|
||||
"react-dom": ">=16.8.6"
|
||||
},
|
||||
"jest": {
|
||||
"testEnvironment": "jsdom",
|
||||
"collectCoverageFrom": [
|
||||
|
@ -83,6 +83,10 @@
|
||||
"ts-jest": "^28.0.3",
|
||||
"typescript": "^4.6.4"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": ">=16.8.6",
|
||||
"react-dom": ">=16.8.6"
|
||||
},
|
||||
"jest": {
|
||||
"testEnvironment": "jsdom",
|
||||
"collectCoverageFrom": [
|
||||
|
Loading…
Reference in New Issue
Block a user