Skip to content
This repository has been archived by the owner on Sep 7, 2023. It is now read-only.

Commit

Permalink
feature(dep): Switch to Concerto 2.0.0-alpha.2
Browse files Browse the repository at this point in the history
Signed-off-by: Jerome Simeon <[email protected]>
  • Loading branch information
jeromesimeon committed Mar 16, 2022
1 parent d6d4987 commit cdd0bb2
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 24 deletions.
36 changes: 18 additions & 18 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
],
"license": "Apache-2.0",
"devDependencies": {
"@accordproject/concerto-core": "2.0.0-alpha.1",
"@accordproject/concerto-cto": "2.0.0-alpha.1",
"@accordproject/concerto-core": "2.0.0-alpha.2",
"@accordproject/concerto-cto": "2.0.0-alpha.2",
"colors": "1.1.2",
"coveralls": "3.0.1",
"dayjs": "1.10.4",
Expand Down
6 changes: 3 additions & 3 deletions packages/ergo-compiler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
"access": "public"
},
"dependencies": {
"@accordproject/concerto-core": "2.0.0-alpha.1",
"@accordproject/concerto-cto": "2.0.0-alpha.1",
"@accordproject/concerto-util": "2.0.0-alpha.1",
"@accordproject/concerto-core": "2.0.0-alpha.2",
"@accordproject/concerto-cto": "2.0.0-alpha.2",
"@accordproject/concerto-util": "2.0.0-alpha.2",
"acorn": "5.1.2",
"dayjs": "1.10.4",
"debug": "4.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ergo-engine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"index.browser.js"
],
"dependencies": {
"@accordproject/concerto-core": "2.0.0-alpha.1",
"@accordproject/concerto-core": "2.0.0-alpha.2",
"@accordproject/ergo-compiler": "0.22.2",
"dayjs": "1.10.4",
"vm2": "3.5.0"
Expand Down

0 comments on commit cdd0bb2

Please sign in to comment.