Skip to content

Commit

Permalink
chore: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianScheidt committed Sep 24, 2024
1 parent a0e0620 commit 1745878
Show file tree
Hide file tree
Showing 4 changed files with 422 additions and 496 deletions.
13 changes: 0 additions & 13 deletions .eslintrc.js

This file was deleted.

10 changes: 10 additions & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import eslint from "@eslint/js";
import tseslint from "typescript-eslint";

export default tseslint.config(
eslint.configs.recommended,
...tseslint.configs.recommended,
{
ignores: ["dist/**/*"],
},
);
23 changes: 11 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@fabianscheidt/did-document-solution",
"description": "Signs DID documents, stores them and makes them available through did:web.",
"version": "1.5.0",
"version": "1.5.1",
"main": "index.ts",
"license": "MIT",
"scripts": {
Expand All @@ -11,18 +11,17 @@
"build": "tsc"
},
"dependencies": {
"@fabianscheidt/did-web-verification-method-server": "1.4.0",
"@fabianscheidt/verifiable-credential-signer": "1.3.2",
"express": "^4.19.2",
"ts-node": "^10.9.1",
"typescript": "^5.1.6"
"@fabianscheidt/did-web-verification-method-server": "1.4.1",
"@fabianscheidt/verifiable-credential-signer": "1.4.1",
"express": "^4.21.0",
"ts-node": "^10.9.2",
"typescript": "^5.6.2"
},
"devDependencies": {
"@types/express": "^4.17.17",
"@types/jsonld": "^1.5.10",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
"eslint": "^8.57.0",
"prettier": "^3.2.5"
"@types/express": "^4.17.21",
"@types/jsonld": "^1.5.15",
"eslint": "^9.11.1",
"prettier": "^3.3.3",
"typescript-eslint": "^8.7.0"
}
}
Loading

0 comments on commit 1745878

Please sign in to comment.