Skip to content

Commit

Permalink
Fix aws-amplify#4342: move @types/zen-observable to devDependencies (a…
Browse files Browse the repository at this point in the history
…ws-amplify#4494)

* Move @types/zen-observable to devDependencies

* Update to @types/zen-observable@^0.8.0
  • Loading branch information
ericclemmons authored and elorzafe committed Dec 18, 2019
1 parent f955460 commit c1271ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,13 @@
"url": "https://github.com/aws/aws-amplify/issues"
},
"homepage": "https://aws-amplify.github.io/",
"devDependencies": {
"@types/zen-observable": "^0.8.0"
},
"dependencies": {
"@aws-amplify/auth": "^2.1.1",
"@aws-amplify/cache": "^2.1.1",
"@aws-amplify/core": "^2.2.0",
"@types/zen-observable": "^0.5.3",
"axios": "^0.19.0",
"graphql": "14.0.0",
"uuid": "^3.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/pubsub/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@
},
"homepage": "https://aws-amplify.github.io/",
"devDependencies": {
"@types/zen-observable": "^0.8.0",
"cpx": "^1.5.0"
},
"dependencies": {
"@aws-amplify/auth": "^2.1.1",
"@aws-amplify/cache": "^2.1.1",
"@aws-amplify/core": "^2.2.0",
"@types/zen-observable": "^0.5.3",
"graphql": "14.0.0",
"paho-mqtt": "^1.1.0",
"uuid": "^3.2.1",
Expand Down

0 comments on commit c1271ae

Please sign in to comment.