Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
idleberg committed Nov 22, 2023
1 parent 50944b7 commit 1282fb8
Show file tree
Hide file tree
Showing 2 changed files with 458 additions and 255 deletions.
16 changes: 9 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"winamp"
],
"dependencies": {
"@visbot/webvsc": "3.0.0-alpha",
"@visbot/webvsc": "3.0.0-alpha.4",
"chokidar": "^3.5.3",
"commander": "^11.1.0",
"diff": "^5.1.0",
Expand All @@ -48,15 +48,17 @@
},
"devDependencies": {
"@types/node": "^18.11.18",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"eslint": "^8.52.0",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"eslint": "^8.54.0",
"eslint-plugin-json": "^3.1.0",
"execa": "^8.0.1",
"husky": "^8.0.3",
"knip": "^2.38.6",
"knip": "^2.41.6",
"npm-run-all2": "^6.1.1",
"tsup": "^7.2.0",
"typescript": "^5.2.2"
"tsup": "^8.0.1",
"typescript": "^5.3.2",
"uvu": "^0.5.6"
},
"scripts": {
"build": "tsup",
Expand Down
Loading

0 comments on commit 1282fb8

Please sign in to comment.