Skip to content

Commit

Permalink
build: add peerDependenciesMeta and upgrad react-sticky-box to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lzm0x219 committed Apr 7, 2022
1 parent 10503b8 commit 9b75aef
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
12 changes: 10 additions & 2 deletions packages/antd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,21 @@
"peerDependencies": {
"@types/react": ">=16.8.0 || >=17.0.0",
"@types/react-dom": ">=16.8.0 || >=17.0.0",
"@ant-design/icons": "^4.0.0",
"antd": "^4.0.0",
"react": ">=16.8.0 || >=17.0.0",
"react-dom": ">=16.8.0",
"react-is": ">=16.8.0 || >=17.0.0"
},
"peerDependenciesMeta": {
"@types/react": {
"optional": true
},
"@types/react-dom": {
"optional": true
}
},
"dependencies": {
"@ant-design/icons": "^4.0.0",
"@formily/core": "2.0.18",
"@formily/grid": "2.0.18",
"@formily/json-schema": "2.0.18",
Expand All @@ -61,7 +69,7 @@
"@formily/shared": "2.0.18",
"classnames": "^2.2.6",
"react-sortable-hoc": "^1.11.0",
"react-sticky-box": "^0.9.3"
"react-sticky-box": "1.0.2"
},
"publishConfig": {
"access": "public"
Expand Down
8 changes: 8 additions & 0 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,14 @@
"react-dom": ">=16.8.0 || >=17.0.0",
"react-is": ">=16.8.0 || >=17.0.0"
},
"peerDependenciesMeta": {
"@types/react": {
"optional": true
},
"@types/react-dom": {
"optional": true
}
},
"devDependencies": {
"dumi": "^1.1.0-rc.8"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/reactive-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,14 @@
"react-dom": ">=16.8.0 || >=17.0.0",
"react-is": ">=16.8.0 || >=17.0.0"
},
"peerDependenciesMeta": {
"@types/react": {
"optional": true
},
"@types/react-dom": {
"optional": true
}
},
"devDependencies": {
"dumi": "^1.1.0-rc.8"
},
Expand Down

0 comments on commit 9b75aef

Please sign in to comment.