Skip to content

Commit

Permalink
(fix) Another validation fix in Ergo engine
Browse files Browse the repository at this point in the history
Signed-off-by: Jerome Simeon <[email protected]>
  • Loading branch information
jeromesimeon committed Mar 21, 2019
1 parent 022bdba commit 862d6a1
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/cicero-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@accordproject/cicero-core": "0.11.0",
"@accordproject/cicero-engine": "0.11.0",
"@accordproject/cicero-tools": "0.11.0",
"@accordproject/ergo-compiler": "0.7.3-20190321033913",
"@accordproject/ergo-compiler": "0.7.3",
"composer-concerto": "0.70.0",
"uuid": "3.3.2",
"yargs": "9.0.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/cicero-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"webpack-cli": "^3.1.0"
},
"dependencies": {
"@accordproject/ergo-compiler": "0.7.3-20190321033913",
"@accordproject/ergo-compiler": "0.7.3",
"acorn": "^5.1.2",
"axios": "0.18.0",
"composer-concerto": "0.70.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/cicero-engine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
},
"dependencies": {
"@accordproject/cicero-core": "0.11.0",
"@accordproject/ergo-compiler": "0.7.3-20190321033913",
"@accordproject/ergo-engine": "0.7.3-20190321033913",
"@accordproject/ergo-compiler": "0.7.3",
"@accordproject/ergo-engine": "0.7.3",
"composer-concerto": "0.70.0",
"moment-mini": "2.22.1",
"vm2": "3.5.0"
Expand Down

0 comments on commit 862d6a1

Please sign in to comment.