mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-29 18:39:05 +08:00
chore:统一子依赖的版本 (#5225)
This commit is contained in:
parent
8f915f7a0c
commit
ba6aae8898
@ -62,7 +62,8 @@
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": ">=16.8.6",
|
||||
"react-dom": ">=16.8.6"
|
||||
"react-dom": ">=16.8.6",
|
||||
"amis-formula": "*"
|
||||
},
|
||||
"jest": {
|
||||
"testEnvironment": "jsdom",
|
||||
|
@ -97,7 +97,9 @@
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": ">=16.8.6",
|
||||
"react-dom": ">=16.8.6"
|
||||
"react-dom": ">=16.8.6",
|
||||
"amis-core": "*",
|
||||
"amis-formula": "*"
|
||||
},
|
||||
"jest": {
|
||||
"testEnvironment": "jsdom",
|
||||
|
@ -219,7 +219,9 @@
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": ">=16.8.6",
|
||||
"react-dom": ">=16.8.6"
|
||||
"react-dom": ">=16.8.6",
|
||||
"amis-core": "*",
|
||||
"amis-ui": "*"
|
||||
},
|
||||
"gitHead": "37d23b4a8eb1c663bc38e8dd9040889ea1526ec4"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user