Skip to content

Commit

Permalink
improve(deps): ^16.9.0 => >=16.9.0 for react and react-dom peerDepend…
Browse files Browse the repository at this point in the history
…encies
  • Loading branch information
dengfuping committed Oct 7, 2023
1 parent 7448b08 commit 57223f2
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions packages/charts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@types/tinycolor2": "^1.4.3"
},
"peerDependencies": {
"react": "^16.8.4",
"react-dom": "^16.8.4"
"react": ">=16.9.0",
"react-dom": ">=16.9.0"
}
}
4 changes: 2 additions & 2 deletions packages/design/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"antd-token-previewer": "^1.1.0"
},
"peerDependencies": {
"react": "^16.9.0",
"react-dom": "^16.9.0"
"react": ">=16.9.0",
"react-dom": ">=16.9.0"
}
}
4 changes: 2 additions & 2 deletions packages/icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@oceanbase/icons-svg": "^1.0.4"
},
"peerDependencies": {
"react": "^16.9.0",
"react-dom": "^16.9.0"
"react": ">=16.9.0",
"react-dom": ">=16.9.0"
}
}
4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
},
"peerDependencies": {
"@antv/g6": "3.4.10",
"react": "^16.9.0",
"react-dom": "^16.9.0"
"react": ">=16.9.0",
"react-dom": ">=16.9.0"
}
}

0 comments on commit 57223f2

Please sign in to comment.