Skip to content

Commit

Permalink
updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
yankeeinlondon committed Aug 28, 2020
1 parent 9750e0b commit 25c2d95
Show file tree
Hide file tree
Showing 2 changed files with 1,281 additions and 917 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "aws-orchestrate",
"description": "This library is intended to help projects intending to build a \"micro-service architecture\" to achieve those ambitions with some handy orchestration classes and types.",
"version": "0.14.2",
"version": "0.14.3",
"main": "dist/cjs/index.js",
"module": "dist/es/index.js",
"typings": "dist/es/index.d.ts",
Expand Down Expand Up @@ -44,10 +44,10 @@
"peerDependencies": {
"aws-log": "^0.9.3",
"aws-ssm": "^0.3.11",
"universal-fire": "^0.55.13"
"universal-fire": "~0.58.4"
},
"optionalDependencies": {
"firemodel": "^0.55.8"
"firemodel": ">0.57.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^14.0.0",
Expand Down Expand Up @@ -90,4 +90,4 @@
"vuepress": "^1.5.3",
"vuepress-plugin-autometa": "^0.1.13"
}
}
}
Loading

0 comments on commit 25c2d95

Please sign in to comment.