Skip to content

Commit

Permalink
chore(dep) Upgrade Concerto/MdTransform/Ergo to latest dev versions
Browse files Browse the repository at this point in the history
Signed-off-by: jeromesimeon <[email protected]>
  • Loading branch information
jeromesimeon committed Oct 27, 2021
1 parent 7486875 commit 62eaa88
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/cicero-transform/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@
},
"dependencies": {
"@accordproject/cicero-core": "0.22.2",
"@accordproject/concerto-core": "1.2.1",
"@accordproject/markdown-transform": "0.14.1-20210629165557",
"@accordproject/concerto-core": "1.2.2-20211019133821",
"@accordproject/markdown-transform": "0.14.2-20211025151115",
"uuid": "3.3.2",
"xregexp": "4.2.4"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/cicero-transform/test/export.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ describe('#formatDescriptor', () => {
});

it('Lookup invalid format', () => {
(() => Export.formatDescriptor('foobar')).should.throw('Unknown format foobar');
(() => Export.formatDescriptor('foobar')).should.throw('Unknown format: foobar');
});
});

0 comments on commit 62eaa88

Please sign in to comment.