Skip to content

Commit

Permalink
Merge pull request #66 from Esri/chore/bump-arcgis-rest
Browse files Browse the repository at this point in the history
Tests pass for me locally in node v10.10.0
  • Loading branch information
tomwayson authored Sep 20, 2018
2 parents 1d5821f + 55ad83b commit 788dcad
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 24 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [1.2.0] - September 17th 2018

* New Features
* Coarse-grained and fine-grained functions to create/remove Initiatives
* Coarse-grained and fine-grained functions to create/remove Initiatives

## [1.1.1] - August 15th 2018

Expand Down Expand Up @@ -87,5 +87,5 @@ Initial Release
[1.0.1]: https://github.com/Esri/hub.js/compare/v1.0.0...v1.0.1 "v1.0.1"
[1.1.0]: https://github.com/Esri/hub.js/compare/v1.0.1...v1.1.0 "v1.1.0"
[1.1.1]: https://github.com/Esri/hub.js/compare/v1.1.0...v1.1.1 "v1.1.1"
[1.2.0]: https://github.com/Esri/hub.js/compare/v1.1.1...1.2.0 "1.2.0"
[1.2.0]: https://github.com/Esri/hub.js/compare/v1.1.1...v1.2.0 "v1.2.0"
[HEAD]: https://github.com/Esri/hub.js/compare/1.2.0...HEAD "Unreleased Changes"
12 changes: 6 additions & 6 deletions packages/annotations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
"types": "dist/esm/index.d.ts",
"license": "Apache-2.0",
"dependencies": {
"@esri/arcgis-rest-auth": "^1.9.0",
"@esri/arcgis-rest-common-types": "^1.9.0",
"@esri/arcgis-rest-feature-service": "^1.9.0",
"@esri/arcgis-rest-items": "^1.9.0",
"@esri/arcgis-rest-request": "^1.9.0",
"@esri/arcgis-rest-users": "^1.9.0",
"@esri/arcgis-rest-auth": "^1.11.0",
"@esri/arcgis-rest-common-types": "^1.11.0",
"@esri/arcgis-rest-feature-service": "^1.11.0",
"@esri/arcgis-rest-items": "^1.11.0",
"@esri/arcgis-rest-request": "^1.11.0",
"@esri/arcgis-rest-users": "^1.11.0",
"tslib": "^1.8.0"
},
"files": [
Expand Down
6 changes: 3 additions & 3 deletions packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"types": "dist/esm/index.d.ts",
"license": "Apache-2.0",
"dependencies": {
"@esri/arcgis-rest-auth": "^1.9.0",
"@esri/arcgis-rest-common-types": "^1.9.0",
"@esri/arcgis-rest-request": "^1.9.0",
"@esri/arcgis-rest-auth": "^1.11.0",
"@esri/arcgis-rest-common-types": "^1.11.0",
"@esri/arcgis-rest-request": "^1.11.0",
"tslib": "^1.8.0"
},
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dist/**"
],
"dependencies": {
"@esri/arcgis-rest-common-types": "^1.9.0"
"@esri/arcgis-rest-common-types": "^1.11.0"
},
"scripts": {
"prepare": "npm run build",
Expand Down
2 changes: 1 addition & 1 deletion packages/domains/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"types": "dist/esm/index.d.ts",
"license": "Apache-2.0",
"dependencies": {
"@esri/arcgis-rest-request": "^1.9.0",
"@esri/arcgis-rest-request": "^1.11.0",
"tslib": "^1.8.0"
},
"peerDependencies": {
Expand Down
12 changes: 6 additions & 6 deletions packages/initiatives/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
"types": "dist/esm/index.d.ts",
"license": "Apache-2.0",
"dependencies": {
"@esri/arcgis-rest-auth": "^1.9.0",
"@esri/arcgis-rest-common-types": "^1.9.0",
"@esri/arcgis-rest-groups": "^1.9.0",
"@esri/arcgis-rest-items": "^1.9.0",
"@esri/arcgis-rest-request": "^1.9.0",
"@esri/arcgis-rest-sharing": "^1.9.0",
"@esri/arcgis-rest-auth": "^1.11.0",
"@esri/arcgis-rest-common-types": "^1.11.0",
"@esri/arcgis-rest-groups": "^1.11.0",
"@esri/arcgis-rest-items": "^1.11.0",
"@esri/arcgis-rest-request": "^1.11.0",
"@esri/arcgis-rest-sharing": "^1.11.0",
"tslib": "^1.8.0"
},
"peerDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/sites/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
"types": "dist/esm/index.d.ts",
"license": "Apache-2.0",
"dependencies": {
"@esri/arcgis-rest-auth": "^1.9.0",
"@esri/arcgis-rest-common-types": "^1.9.0",
"@esri/arcgis-rest-items": "^1.9.0",
"@esri/arcgis-rest-request": "^1.9.0",
"@esri/arcgis-rest-auth": "^1.11.0",
"@esri/arcgis-rest-common-types": "^1.11.0",
"@esri/arcgis-rest-items": "^1.11.0",
"@esri/arcgis-rest-request": "^1.11.0",
"tslib": "^1.8.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/solutions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"types": "dist/esm/index.d.ts",
"license": "Apache-2.0",
"dependencies": {
"@esri/arcgis-rest-request": "^1.9.0",
"@esri/arcgis-rest-request": "^1.11.0",
"tslib": "^1.8.0"
},
"peerDependencies": {
Expand Down

0 comments on commit 788dcad

Please sign in to comment.