Compare commits
3 Commits
mononaut/t
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a27b4a61e8 | ||
|
|
188225ee9b | ||
|
|
b82210f9b2 |
5902
package-lock.json
generated
5902
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
30
package.json
30
package.json
@ -40,22 +40,26 @@
|
||||
"lib/**/*"
|
||||
],
|
||||
"dependencies": {
|
||||
"axios": "1.7.4",
|
||||
"ws": "^8.18.0"
|
||||
"axios": "1.13.2",
|
||||
"ws": "^8.18.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^14.14.25",
|
||||
"@types/websocket": "^1.0.2",
|
||||
"@types/ws": "^7.4.1",
|
||||
"@typescript-eslint/eslint-plugin": "^4.14.2",
|
||||
"@typescript-eslint/parser": "^4.14.2",
|
||||
"browserify": "^17.0.0",
|
||||
"eslint": "^7.19.0",
|
||||
"@types/node": "^24.10.1",
|
||||
"@types/websocket": "^1.0.10",
|
||||
"@types/ws": "^8.18.1",
|
||||
"@typescript-eslint/eslint-plugin": "^8.46.4",
|
||||
"@typescript-eslint/parser": "^8.46.4",
|
||||
"browserify": "^17.0.1",
|
||||
"eslint": "^9.39.1",
|
||||
"esmify": "^2.1.1",
|
||||
"nodemon": "^2.0.7",
|
||||
"tinyify": "^3.0.0",
|
||||
"ts-node": "^9.1.1",
|
||||
"typescript": "^4.1.3"
|
||||
"nodemon": "^3.1.11",
|
||||
"tinyify": "^4.0.0",
|
||||
"ts-node": "^10.9.2",
|
||||
"typescript": "^5.9.3"
|
||||
},
|
||||
"overrides": {
|
||||
"terser": "^5.14.2",
|
||||
"babel-traverse": "npm:@babel/traverse@^7.23.2"
|
||||
},
|
||||
"license": "MIT"
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user