Skip to content

Commit 0403722

Browse files
committed
update dependencies
1 parent 88f1cb1 commit 0403722

File tree

2 files changed

+375
-552
lines changed

2 files changed

+375
-552
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vrchat-log-watcher",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "Tool to watch and parse VRChat log files in realtime",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -21,17 +21,17 @@
2121
"author": "lunyaa.dev",
2222
"license": "MIT",
2323
"devDependencies": {
24-
"@types/node": "^22.13.1",
24+
"@types/node": "^25.2.3",
2525
"@types/tail": "^2.2.3",
26-
"tsup": "^8.3.6",
27-
"typescript": "^5.7.3"
26+
"tsup": "^8.5.1",
27+
"typescript": "^5.9.3"
2828
},
2929
"repository": {
3030
"type": "git",
3131
"url": "https://github.com/lunyaa-dev/vrchat-log-watcher.git"
3232
},
3333
"dependencies": {
3434
"tail": "^2.2.6",
35-
"vrchat-location-parser": "^0.1.2"
35+
"vrchat-location-parser": "^0.2.0"
3636
}
3737
}

0 commit comments

Comments
 (0)