Skip to content

Commit

Permalink
chore: bump depends
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyhalight committed Jan 26, 2025
1 parent 948c83d commit b9b45d9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Binary file modified bun.lockb
Binary file not shown.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,25 +37,25 @@
},
"homepage": "https://github.com/FOSWLY/vot-cli/#readme",
"dependencies": {
"@vot.js/core": "^2.1.11",
"@vot.js/node": "^2.1.11",
"@vot.js/shared": "^2.1.11",
"@vot.js/core": "^2.2.0",
"@vot.js/node": "^2.2.0",
"@vot.js/shared": "^2.2.0",
"listr2": "^8.2.5",
"minimist": "^1.2.8",
"yoctocolors": "^2.1.1"
},
"devDependencies": {
"@types/bun": "^1.1.17",
"@types/bun": "^1.2.0",
"@types/eslint__js": "^8.42.3",
"eslint": "^9.18.0",
"eslint": "^9.19.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-oxlint": "^0.15.7",
"eslint-plugin-oxlint": "^0.15.8",
"eslint-plugin-prettier": "^5.2.3",
"husky": "^9.1.7",
"oxlint": "^0.15.7",
"oxlint": "^0.15.8",
"prettier": "^3.4.2",
"tsc-esm-fix": "^3.1.2",
"typescript": "^5.7.3",
"typescript-eslint": "^8.20.0"
"typescript-eslint": "^8.21.0"
}
}

0 comments on commit b9b45d9

Please sign in to comment.