Skip to content

Commit

Permalink
Merge pull request #31 from starknt/main
Browse files Browse the repository at this point in the history
chore!: upgrade deps
  • Loading branch information
ddiu8081 authored Sep 1, 2024
2 parents 4b2b87e + bc0056c commit 060a377
Show file tree
Hide file tree
Showing 4 changed files with 1,275 additions and 1,202 deletions.
6 changes: 3 additions & 3 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"author": "",
"license": "ISC",
"devDependencies": {
"blive-message-listener": "latest",
"esbuild": "^0.17.19",
"blive-message-listener": "link:../",
"esbuild": "0.23.1",
"serve": "^14.2.0",
"tsx": "^3.12.7"
"tsx": "4.17.0"
}
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@
],
"sideEffects": false,
"dependencies": {
"tiny-bilibili-ws": "^0.1.10"
"tiny-bilibili-ws": "^1.0.0"
},
"devDependencies": {
"tsup": "^8.0.1",
"typescript": "^5.3.3"
"tsup": "8.2.4",
"typescript": "5.5.4"
}
}
Loading

0 comments on commit 060a377

Please sign in to comment.