Skip to content

Commit

Permalink
Merge pull request cockroachdb#67981 from celiala/backport21.1-67722
Browse files Browse the repository at this point in the history
release-21.1: cluster-ui: update peer dependencies
  • Loading branch information
celiala authored Jul 27, 2021
2 parents f4f32a0 + 6860212 commit e351634
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions pkg/ui/cluster-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cockroachlabs/cluster-ui",
"version": "21.1.2",
"version": "21.1.3",
"description": "Cluster UI is a library of large features shared between CockroachDB and CockroachCloud",
"repository": {
"type": "git",
Expand Down Expand Up @@ -132,13 +132,12 @@
"webpackbar": "^4.0.0"
},
"peerDependencies": {
"protobufjs": "6.8.6",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-redux": "7.1.3",
"react-router-dom": "^5.1.2",
"redux": "4.0.5",
"redux-saga": "1.1.3"
"react": ">=16.12.0",
"react-dom": ">=16.12.0",
"react-redux": ">=7.1.3",
"react-router-dom": ">=5.1.2",
"redux": ">=4.0.5",
"redux-saga": ">=1.1.3"
},
"resolutions": {
"node-fetch": "~2.6.1",
Expand Down

0 comments on commit e351634

Please sign in to comment.