Skip to content

Commit

Permalink
general deps update
Browse files Browse the repository at this point in the history
  • Loading branch information
edulix committed May 10, 2021
1 parent 463bf8c commit 3360ad3
Show file tree
Hide file tree
Showing 3 changed files with 903 additions and 821 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,24 +69,24 @@
]
},
"dependencies": {
"ajv": "7.2.1"
"ajv": "8.3.0"
},
"devDependencies": {
"@types/jest": "26.0.20",
"@types/node": "14.14.33",
"@typescript-eslint/eslint-plugin": "4.17.0",
"@typescript-eslint/parser": "4.17.0",
"eslint": "7.21.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-prettier": "3.3.1",
"husky": "5.1.3",
"@types/jest": "26.0.23",
"@types/node": "15.0.2",
"@typescript-eslint/eslint-plugin": "4.22.1",
"@typescript-eslint/parser": "4.22.1",
"eslint": "7.26.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-prettier": "3.4.0",
"husky": "6.0.0",
"jest": "26.6.3",
"json-schema-to-typescript": "10.1.3",
"lint-staged": "10.5.4",
"prettier": "2.2.1",
"ts-jest": "26.5.3",
"typedoc": "0.20.30",
"typescript": "4.2.3",
"yarn-audit-fix": "3.3.2"
"json-schema-to-typescript": "10.1.4",
"lint-staged": "11.0.0",
"prettier": "2.3.0",
"ts-jest": "26.5.6",
"typedoc": "0.20.36",
"typescript": "4.2.4",
"yarn-audit-fix": "4.3.3"
}
}
2 changes: 1 addition & 1 deletion src/records/VElectionRecord.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export class VElectionRecord implements VRecord {
/*status=*/ false,
this.context,
'ValidateJsonSchema',
error.dataPath + ' ' + error.message
error.instancePath + ' ' + error.message
)
)
} else {
Expand Down
Loading

0 comments on commit 3360ad3

Please sign in to comment.