Skip to content
This repository has been archived by the owner on Jun 29, 2021. It is now read-only.

Commit

Permalink
fixed dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rennokki committed Jun 1, 2021
1 parent 0c8c8ca commit 8f14dc7
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@
"test:watch": "npm test -- --watch"
},
"dependencies": {
"socket.io-client": "^4.0.0"
},
"peerDependencies": {
"socket.io-client": "^4.0.0"
"@stablelib/base64": "^1.0.1",
"@stablelib/utf8": "^1.0.1",
"socket.io-client": "^4.0.0",
"tweetnacl": "^1.0.3"
},
"devDependencies": {
"@babel/plugin-proposal-decorators": "^7.8.3",
Expand All @@ -40,8 +40,6 @@
"@babel/plugin-proposal-throw-expressions": "^7.8.3",
"@babel/plugin-transform-object-assign": "^7.8.3",
"@babel/preset-env": "^7.9.6",
"@stablelib/base64": "^1.0.1",
"@stablelib/utf8": "^1.0.1",
"@types/jest": "^26.0.19",
"@types/node": "^14.14.19",
"@typescript-eslint/eslint-plugin": "^4.11.1",
Expand All @@ -51,7 +49,6 @@
"standard-version": "^9.1.0",
"ts-jest": "^26.4.4",
"tslib": "^2.0.3",
"tweetnacl": "^1.0.3",
"typescript": "^4.1.3"
},
"bin": {}
Expand Down

0 comments on commit 8f14dc7

Please sign in to comment.