Skip to content

Commit

Permalink
fix(decorator): validation of decorators (#145)
Browse files Browse the repository at this point in the history
* fix(decorator): validation of decorators

Signed-off-by: Dan Selman <[email protected]>

* chore(concerto): update concerto version

Signed-off-by: Dan Selman <[email protected]>

---------

Signed-off-by: Dan Selman <[email protected]>
  • Loading branch information
dselman authored Oct 24, 2024
1 parent e897966 commit a95db19
Show file tree
Hide file tree
Showing 6 changed files with 703 additions and 297 deletions.
242 changes: 44 additions & 198 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"author": "accordproject.org",
"license": "Apache-2.0",
"devDependencies": {
"@accordproject/concerto-cto": "3.19.2",
"@accordproject/concerto-cto": "3.19.4",
"@babel/preset-env": "7.16.11",
"ajv": "8.17.1",
"babel-loader": "8.2.3",
Expand All @@ -72,9 +72,9 @@
"webpack-cli": "4.9.1"
},
"dependencies": {
"@accordproject/concerto-core": "3.19.2",
"@accordproject/concerto-util": "3.19.2",
"@accordproject/concerto-vocabulary": "3.19.2",
"@accordproject/concerto-core": "3.19.4",
"@accordproject/concerto-util": "3.19.4",
"@accordproject/concerto-vocabulary": "3.19.4",
"@openapi-contrib/openapi-schema-to-json-schema": "5.1.0",
"ajv-formats": "3.0.1",
"camelcase": "6.3.0",
Expand Down
Loading

0 comments on commit a95db19

Please sign in to comment.