Skip to content

Commit

Permalink
fix: remove @types/web
Browse files Browse the repository at this point in the history
  • Loading branch information
microshine committed Mar 25, 2022
1 parent becdb5e commit a6eefa3
Show file tree
Hide file tree
Showing 2 changed files with 505 additions and 516 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,26 +55,26 @@
"devDependencies": {
"@peculiar/webcrypto-test": "^1.0.7",
"@types/mocha": "^9.1.0",
"@types/node": "^17.0.21",
"@types/node": "^17.0.23",
"@typescript-eslint/eslint-plugin": "^5.14.0",
"@typescript-eslint/parser": "^5.14.0",
"coveralls": "^3.1.1",
"eslint": "^8.10.0",
"eslint": "^8.11.0",
"eslint-plugin-import": "^2.25.4",
"mocha": "^9.2.1",
"mocha": "^9.2.2",
"nyc": "^15.1.0",
"rimraf": "^3.0.2",
"rollup": "^2.70.0",
"rollup": "^2.70.1",
"rollup-plugin-typescript2": "^0.31.2",
"ts-node": "^10.7.0",
"typescript": "^4.6.2"
"typescript": "^4.6.3"
},
"dependencies": {
"@peculiar/asn1-schema": "^2.0.44",
"@peculiar/asn1-schema": "^2.1.0",
"@peculiar/json-schema": "^1.1.12",
"pvtsutils": "^1.2.2",
"tslib": "^2.3.1",
"webcrypto-core": "^1.7.1"
"webcrypto-core": "^1.7.2"
},
"nyc": {
"extension": [
Expand Down
Loading

0 comments on commit a6eefa3

Please sign in to comment.