Skip to content

Commit

Permalink
update: deps
Browse files Browse the repository at this point in the history
  • Loading branch information
nklomp committed Oct 26, 2022
1 parent 5b933a4 commit c328df4
Show file tree
Hide file tree
Showing 2 changed files with 1,169 additions and 667 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"node": ">=14"
},
"dependencies": {
"@sphereon/ssi-types": "^0.8.1-next.6",
"@sphereon/ssi-types": "0.8.1-next.6",
"@sphereon/pex-models": "^1.1.0",
"ajv": "^8.11.0",
"ajv-formats": "^2.1.1",
Expand All @@ -45,25 +45,25 @@
"string.prototype.matchall": "^4.0.7"
},
"devDependencies": {
"@types/jest": "^28.1.8",
"@types/jest": "^27.5.2",
"@types/jsonpath": "^0.2.0",
"@types/node": "^16.11.56",
"@typescript-eslint/eslint-plugin": "^5.36.1",
"@typescript-eslint/parser": "^5.36.1",
"@types/node": "^16.18.2",
"@typescript-eslint/eslint-plugin": "^5.41.0",
"@typescript-eslint/parser": "^5.41.0",
"codecov": "^3.8.3",
"cspell": "^6.8.1",
"eslint": "^8.23.0",
"cspell": "^6.12.0",
"eslint": "^8.26.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.26.0",
"jest": "^28.1.3",
"jest": "^27.5.1",
"npm-run-all": "^4.1.5",
"open-cli": "^7.0.1",
"prettier": "^2.7.1",
"rimraf": "^3.0.2",
"ts-jest": "^28.0.8",
"ts-jest": "^27.1.5",
"ts-node": "^10.9.1",
"typescript": "^4.7.2"
"typescript": "^4.6.4"
},
"files": [
"index.ts",
Expand Down
Loading

0 comments on commit c328df4

Please sign in to comment.