Skip to content

Commit

Permalink
fix(peerDependencies): fix invalid peerDependencies
Browse files Browse the repository at this point in the history
AFFECTS PACKAGES:
@esri/hub-events
@esri/hub-initiatives
@esri/hub-sites
@esri/hub-solutions

ISSUES CLOSED: #251
  • Loading branch information
tomwayson committed May 11, 2020
1 parent fd08058 commit 08fae37
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/events/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@esri/arcgis-rest-portal": "^2.0.0",
"@esri/arcgis-rest-request": "^2.0.0",
"@esri/arcgis-rest-types": "^2.0.0",
"@esri/hub-common": "^2.0.0"
"@esri/hub-common": "^3.0.0"
},
"devDependencies": {
"@esri/arcgis-rest-auth": "^2.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/initiatives/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"@esri/arcgis-rest-auth": "^2.0.0",
"@esri/arcgis-rest-portal": "^2.0.0",
"@esri/arcgis-rest-request": "^2.0.0",
"@esri/hub-common": "^2.0.0",
"@esri/hub-sites": "^2.0.0"
"@esri/hub-common": "^3.0.0",
"@esri/hub-sites": "^3.0.0"
},
"devDependencies": {
"@esri/arcgis-rest-auth": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/sites/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@esri/arcgis-rest-auth": "^2.0.0",
"@esri/arcgis-rest-portal": "^2.0.0",
"@esri/arcgis-rest-request": "^2.0.0",
"@esri/hub-common": "^2.0.0"
"@esri/hub-common": "^3.0.0"
},
"devDependencies": {
"@esri/arcgis-rest-auth": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/solutions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"peerDependencies": {
"@esri/arcgis-rest-request": "^2.0.0",
"@esri/hub-common": "^2.0.0"
"@esri/hub-common": "^3.0.0"
},
"devDependencies": {
"@esri/arcgis-rest-request": "^2.0.0",
Expand Down

0 comments on commit 08fae37

Please sign in to comment.