Skip to content

Commit

Permalink
chore(deps): bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
donskov committed Nov 23, 2020
1 parent bd91c49 commit 42db3da
Show file tree
Hide file tree
Showing 3 changed files with 78 additions and 57 deletions.
130 changes: 75 additions & 55 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -75,7 +75,7 @@
"@peculiar/asn1-x509": "^2.0.26",
"@peculiar/webcrypto": "^1.1.3",
"@webcrypto-local/cards": "^1.5.0",
"@webcrypto-local/server": "^1.5.1",
"@webcrypto-local/server": "^1.5.2",
"asn1js": "^2.0.26",
"classnames": "^2.2.6",
"get-proxy-settings": "^0.1.11",
Expand Down
3 changes: 2 additions & 1 deletion tsconfig.json
Expand Up @@ -52,7 +52,8 @@

/* Experimental Options */
"experimentalDecorators": true, /* Enables experimental support for ES7 decorators. */
"emitDecoratorMetadata": true /* Enables experimental support for emitting type metadata for decorators. */
"emitDecoratorMetadata": true, /* Enables experimental support for emitting type metadata for decorators. */
"skipLibCheck": true
},
"include": [
"src"
Expand Down

0 comments on commit 42db3da

Please sign in to comment.