Skip to content

Commit

Permalink
fix(arcgis-rest-request): change peer-dep to non-x
Browse files Browse the repository at this point in the history
  • Loading branch information
dbouwman committed May 10, 2022
1 parent 3e28df4 commit 917c183
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion demos/node-typescript-es-modules/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"private": "true",
"private": true,
"name": "ts-node-rest",
"version": "1.0.0-beta.1",
"description": "",
Expand Down
2 changes: 1 addition & 1 deletion packages/arcgis-rest-portal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"tslib": "^2.3.0"
},
"peerDependencies": {
"@esri/arcgis-rest-request": "4.0.0-beta.x"
"@esri/arcgis-rest-request": "4.0.0-beta.5"
},
"devDependencies": {
"@esri/arcgis-rest-request": "4.0.0-beta.8"
Expand Down

0 comments on commit 917c183

Please sign in to comment.