Skip to content

Commit

Permalink
fix(hub-sites): fix peerDependencies should not be fixed to a specifi…
Browse files Browse the repository at this point in the history
…c version

affects: @esri/hub-discussions, @esri/hub-downloads, @esri/hub-events, @esri/hub-initiatives,
@esri/hub-search, @esri/hub-sites, @esri/hub-surveys, @esri/hub-teams
  • Loading branch information
tomwayson committed Feb 7, 2023
1 parent 62899f1 commit b236ce0
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 23 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,9 @@
"tsc:v": "lerna run tsc:v",
"y:publish": "lerna run y:publish",
"y:push": "lerna run y:push",
"release:dry": "multi-semantic-release --dry-run --deps.release=inherit --ignore-private-packages --debug",
"release:dry": "multi-semantic-release --dry-run --deps.prefix=^ --deps.bump=satisfy --deps.release=inherit --ignore-private-packages --debug",
"prerelease": "npm config set workspaces-update false",
"release": "multi-semantic-release --deps.release=inherit --ignore-private-packages"
"release": "multi-semantic-release --deps.prefix=^ --deps.bump=satisfy --deps.release=inherit --ignore-private-packages"
},
"husky": {
"hooks": {
Expand Down
4 changes: 2 additions & 2 deletions packages/discussions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
"peerDependencies": {
"@esri/arcgis-rest-auth": "^2.14.0 || 3",
"@esri/arcgis-rest-request": "^2.14.0 || 3",
"@esri/hub-common": "12.4.0"
"@esri/hub-common": "^12.4.0"
},
"devDependencies": {
"@esri/arcgis-rest-auth": "^3.1.1",
"@esri/arcgis-rest-request": "^3.1.1",
"@esri/arcgis-rest-types": "^3.1.1",
"@esri/hub-common": "12.4.0",
"@esri/hub-common": "*",
"@types/geojson": "^7946.0.7",
"typescript": "^3.8.1"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/downloads/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
"@esri/arcgis-rest-feature-layer": "^3.1.0",
"@esri/arcgis-rest-portal": "^3.5.0",
"@esri/arcgis-rest-request": "^3.1.0",
"@esri/hub-common": "12.4.0"
"@esri/hub-common": "^12.4.0"
},
"devDependencies": {
"@esri/arcgis-rest-auth": "^3.1.1",
"@esri/arcgis-rest-feature-layer": "^3.1.1",
"@esri/arcgis-rest-portal": "^3.5.0",
"@esri/arcgis-rest-request": "^3.1.1",
"@esri/hub-common": "12.4.0",
"@esri/hub-common": "*",
"typescript": "^3.8.1"
},
"files": [
Expand Down
4 changes: 2 additions & 2 deletions packages/events/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@
"@esri/arcgis-rest-portal": "^2.15.0 || 3",
"@esri/arcgis-rest-request": "^2.13.0 || 3",
"@esri/arcgis-rest-types": "^2.13.0 || 3",
"@esri/hub-common": "12.4.0"
"@esri/hub-common": "^12.4.0"
},
"devDependencies": {
"@esri/arcgis-rest-auth": "^3.1.1",
"@esri/arcgis-rest-feature-layer": "^3.2.1",
"@esri/arcgis-rest-portal": "^3.5.0",
"@esri/arcgis-rest-request": "^3.1.1",
"@esri/arcgis-rest-types": "^3.1.1",
"@esri/hub-common": "12.4.0",
"@esri/hub-common": "*",
"typescript": "^3.8.1"
},
"files": [
Expand Down
4 changes: 2 additions & 2 deletions packages/initiatives/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
"@esri/arcgis-rest-auth": "^2.13.0 || 3",
"@esri/arcgis-rest-portal": "^2.13.0 || 3",
"@esri/arcgis-rest-request": "^2.13.0 || 3",
"@esri/hub-common": "12.4.0"
"@esri/hub-common": "^12.4.0"
},
"devDependencies": {
"@esri/arcgis-rest-auth": "^3.1.1",
"@esri/arcgis-rest-portal": "^3.5.0",
"@esri/arcgis-rest-request": "^3.1.1",
"@esri/hub-common": "12.4.0",
"@esri/hub-common": "*",
"blob": "0.0.4",
"typescript": "^3.8.1"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/search/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@
"@esri/arcgis-rest-portal": "^2.6.1 || 3",
"@esri/arcgis-rest-request": "^2.13.0 || 3",
"@esri/arcgis-rest-types": "^2.13.0 || 3",
"@esri/hub-common": "12.4.0"
"@esri/hub-common": "^12.4.0"
},
"devDependencies": {
"@esri/arcgis-rest-auth": "^3.1.1",
"@esri/arcgis-rest-feature-layer": "^3.2.1",
"@esri/arcgis-rest-portal": "^3.5.0",
"@esri/arcgis-rest-request": "^3.1.1",
"@esri/arcgis-rest-types": "^3.1.1",
"@esri/hub-common": "12.4.0",
"@esri/hub-common": "*",
"@types/faker": "^5.1.5",
"faker": "^5.1.0",
"typescript": "^3.8.1"
Expand Down
13 changes: 6 additions & 7 deletions packages/sites/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,17 @@
"@esri/arcgis-rest-auth": "^2.13.0 || 3",
"@esri/arcgis-rest-portal": "^2.19.0 || 3",
"@esri/arcgis-rest-request": "^2.13.0 || 3",
"@esri/hub-common": "12.4.0",
"@esri/hub-initiatives": "12.4.0",
"@esri/hub-teams": "12.4.0"
"@esri/hub-common": "^12.4.0",
"@esri/hub-initiatives": "^12.4.0",
"@esri/hub-teams": "^12.4.0"
},
"devDependencies": {
"@esri/arcgis-rest-auth": "^3.1.1",
"@esri/arcgis-rest-portal": "^3.5.0",
"@esri/arcgis-rest-request": "^3.1.1",
"@esri/hub-common": "12.4.0",
"@esri/hub-initiatives": "12.4.0",
"@esri/hub-teams": "12.4.0",
"@esri/hub-types": "^6.10.0",
"@esri/hub-common": "*",
"@esri/hub-initiatives": "*",
"@esri/hub-teams": "*",
"typescript": "^3.8.1"
},
"files": [
Expand Down
4 changes: 2 additions & 2 deletions packages/surveys/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@
"@esri/arcgis-rest-portal": "^2.13.0 || 3",
"@esri/arcgis-rest-request": "^2.13.0 || 3",
"@esri/arcgis-rest-types": "^2.13.0 || 3",
"@esri/hub-common": "12.4.0"
"@esri/hub-common": "^12.4.0"
},
"devDependencies": {
"@esri/arcgis-rest-auth": "^3.1.1",
"@esri/arcgis-rest-feature-layer": "^3.2.1",
"@esri/arcgis-rest-portal": "^3.5.0",
"@esri/arcgis-rest-request": "^3.1.1",
"@esri/arcgis-rest-types": "^3.1.1",
"@esri/hub-common": "12.4.0",
"@esri/hub-common": "*",
"typescript": "^3.8.1"
},
"files": [
Expand Down
4 changes: 2 additions & 2 deletions packages/teams/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
"@esri/arcgis-rest-portal": "^2.15.0 || 3",
"@esri/arcgis-rest-request": "^2.13.0 || 3",
"@esri/arcgis-rest-types": "^2.13.0 || 3",
"@esri/hub-common": "12.4.0"
"@esri/hub-common": "^12.4.0"
},
"devDependencies": {
"@esri/arcgis-rest-auth": "^3.1.1",
"@esri/arcgis-rest-portal": "^3.5.0",
"@esri/arcgis-rest-request": "^3.1.1",
"@esri/arcgis-rest-types": "^3.1.1",
"@esri/hub-common": "12.4.0",
"@esri/hub-common": "*",
"typescript": "^3.8.1"
},
"files": [
Expand Down

0 comments on commit b236ce0

Please sign in to comment.