Skip to content

Commit

Permalink
Merge branch 'ccsm-cds-tools-updates-feb2022'
Browse files Browse the repository at this point in the history
  • Loading branch information
cmoesel committed Feb 17, 2022
2 parents 3854085 + db2b428 commit 935b460
Show file tree
Hide file tree
Showing 2 changed files with 284 additions and 2,364 deletions.
15 changes: 8 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cql-testing",
"version": "2.5.0",
"version": "2.5.1",
"description": "Provides utilities for testing CQL logic",
"license": "Apache-2.0",
"main": "src/index.js",
Expand All @@ -14,15 +14,15 @@
"doc": "node ./src/doc-gen.js"
},
"dependencies": {
"chai": "^4.2.0",
"chai": "^4.3.6",
"convict": "^6.1.0",
"cql-exec-fhir": "^2.0.0",
"cql-exec-vsac": "^1.2.1",
"eslint": "^7.26.0",
"cql-exec-fhir": "^2.0.2",
"cql-exec-vsac": "^1.2.2",
"eslint": "^8.9.0",
"fs-extra": "^7.0.1",
"js-yaml": "^3.13.1",
"lodash": "^4.17.21",
"mocha": "^8.4.0",
"mocha": "^9.2.0",
"semver": "^5.6.0",
"uuid": "^3.3.2"
},
Expand All @@ -33,7 +33,8 @@
"cql-execution": "^2.2.0"
},
"resolutions": {
"lodash": "^4.17.21"
"lodash": "^4.17.21",
"ansi-regex": "^5.0.1"
},
"bin": {
"cql-to-elm": "bin/cql2elm.js"
Expand Down
Loading

0 comments on commit 935b460

Please sign in to comment.