Skip to content

Commit

Permalink
chore: Update npm dependencies to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Sultron committed Jul 6, 2024
1 parent 69e7f13 commit 1b5e84e
Show file tree
Hide file tree
Showing 2 changed files with 1,929 additions and 1,565 deletions.
13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,21 +25,21 @@
},
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/node": "^20.12.5",
"@types/node": "^20.14.10",
"@types/ws": "^8.5.10",
"jest": "^29.7.0",
"ts-jest": "^29.1.2",
"ts-jest": "^29.1.5",
"ts-node": "^10.9.2",
"typedoc": "^0.25.12",
"typescript": "^5.4.4"
"typedoc": "^0.26.3",
"typescript": "^5.5.3"
},
"dependencies": {
"@libsql/isomorphic-ws": "^0.1.5",
"buffer": "^6.0.3",
"isomorphic-ws": "^5.0.0",
"process": "^0.11.10",
"stream-browserify": "^3.0.0",
"ws": "^8.16.0"
"ws": "^8.18.0"
},
"jest": {
"moduleFileExtensions": [
Expand All @@ -62,5 +62,6 @@
},
"files": [
"dist/"
]
],
"packageManager": "pnpm@9.0.6+sha256.0624e30eff866cdeb363b15061bdb7fd9425b17bc1bb42c22f5f4efdea21f6b3"
}
Loading

0 comments on commit 1b5e84e

Please sign in to comment.