Skip to content

Commit

Permalink
fix: update peer dependency of ask-sdk-model (#526)
Browse files Browse the repository at this point in the history
  • Loading branch information
tianrenz committed Mar 7, 2019
1 parent 72c644a commit 9167297
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ask-sdk-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@
"ask-sdk-runtime": "^2.4.0"
},
"peerDependencies": {
"ask-sdk-model": "^1.0.0"
"ask-sdk-model": "^1.9.0"
},
"devDependencies": {
"@types/chai": "^4.1.2",
"@types/mocha": "^5.0.0",
"@types/node": "^9.6.1",
"@types/sinon": "^4.3.0",
"ask-sdk-model": "^1.0.0",
"ask-sdk-model": "^1.9.0",
"chai": "^4.1.2",
"del": "^3.0.0",
"gulp": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion ask-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"dependencies": {
"ask-sdk-core": "^2.4.0",
"ask-sdk-dynamodb-persistence-adapter": "^2.4.0",
"ask-sdk-model": "^1.0.0"
"ask-sdk-model": "^1.9.0"
},
"devDependencies": {
"@types/chai": "^4.1.2",
Expand Down

0 comments on commit 9167297

Please sign in to comment.