Skip to content

Commit

Permalink
fix(deps) : correct dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Selman <[email protected]>
  • Loading branch information
dselman committed Mar 20, 2023
1 parent 5162dd2 commit 4819ab5
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@accordproject/template-engine",
"version": "1.0.5",
"version": "1.0.6",
"description": "Generation of AgreementMark from TemplateMark + JSON Data",
"homepage": "https://github.com/accordproject",
"engines": {
Expand Down Expand Up @@ -48,7 +48,8 @@
"dayjs": "1.11.7",
"fs-extra": "^11.1.0",
"jsonpath": "^1.1.1",
"traverse": "^0.6.7"
"traverse": "^0.6.7",
"@typescript/twoslash": "^3.2.1"
},
"devDependencies": {
"terser": "^5.16.6",
Expand All @@ -61,11 +62,8 @@
"@types/traverse": "^0.6.32",
"@typescript-eslint/eslint-plugin": "5.27.1",
"@typescript-eslint/parser": "5.27.1",
"@typescript/twoslash": "^3.2.1",
"@typescript/vfs": "^1.4.0",
"jest": "28.1.1",
"license-check-and-add": "2.3.6",
"lz-string": "^1.5.0",
"mkdirp": "^2.1.3",
"node-fetch": "^3.3.1",
"npm-run-all": "4.1.5",
Expand Down

0 comments on commit 4819ab5

Please sign in to comment.