Skip to content

Commit

Permalink
Merge pull request #159 from oceanbase/dengfuping-design-theme
Browse files Browse the repository at this point in the history
improve(deps): ^16.9.0 => >=16.9.0 for react and react-dom peerDependencies
  • Loading branch information
dengfuping authored Oct 7, 2023
2 parents b840a59 + 95ac810 commit 173a75f
Show file tree
Hide file tree
Showing 5 changed files with 720 additions and 1,144 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"
}
}
Loading

0 comments on commit 173a75f

Please sign in to comment.