chore:统一子依赖的版本 (#5225)

This commit is contained in:
qinhaoyan 2022-08-24 20:37:04 +08:00 committed by GitHub
parent 8f915f7a0c
commit ba6aae8898
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 3 deletions

View File

@ -62,7 +62,8 @@
},
"peerDependencies": {
"react": ">=16.8.6",
"react-dom": ">=16.8.6"
"react-dom": ">=16.8.6",
"amis-formula": "*"
},
"jest": {
"testEnvironment": "jsdom",

View File

@ -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",

View File

@ -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"
}