Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Commit

Permalink
fix deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kirahsapong committed Dec 7, 2023
1 parent 315a200 commit 60e6ecb
Show file tree
Hide file tree
Showing 3 changed files with 93 additions and 83 deletions.
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,11 @@
"@types/chai": "4.3.5",
"@types/eslint": "8.44.2",
"@types/mocha": "10.0.1",
"@types/sinon": "17.0.2",
"@typescript-eslint/eslint-plugin": "6.7.0",
"@typescript-eslint/parser": "6.7.0",
"eslint": "8.49.0",
"mocha": "10.2.0",
"npkill": "0.11.3",
"sinon": "17.0.1",
"semver": "7.5.4"
},
"pnpm": {
Expand Down
2 changes: 1 addition & 1 deletion packages/http-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@
"@web5/common": "0.2.1",
"@web5/crypto": "0.2.2",
"@web5/dids": "0.2.2",
"msw": "^2.0.10",
"query-string": "8.1.0"
},
"devDependencies": {
Expand All @@ -77,6 +76,7 @@
"karma-webkit-launcher": "2.1.0",
"mkdirp": "3.0.1",
"mocha": "10.2.0",
"msw": "^2.0.10",
"rimraf": "4.4.0",
"typedoc": "0.25.0",
"typedoc-plugin-markdown": "3.16.0",
Expand Down
Loading

0 comments on commit 60e6ecb

Please sign in to comment.