Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#13)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 2, 2024
1 parent 57ac5cb commit 0ecc0af
Show file tree
Hide file tree
Showing 2 changed files with 295 additions and 306 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "unplugin-unused",
"version": "0.2.3",
"packageManager": "[email protected].2",
"packageManager": "[email protected].4",
"description": "Check unused dependencies.",
"type": "module",
"keywords": [
Expand Down Expand Up @@ -95,19 +95,19 @@
"unplugin": "^1.16.0"
},
"devDependencies": {
"@sxzz/eslint-config": "^4.4.1",
"@sxzz/eslint-config": "^4.5.1",
"@sxzz/prettier-config": "^2.0.2",
"@sxzz/test-utils": "^0.3.7",
"@types/node": "^22.9.3",
"@sxzz/test-utils": "^0.3.8",
"@types/node": "^22.10.1",
"bumpp": "^9.8.1",
"escape-string-regexp": "^5.0.0",
"eslint": "^9.15.0",
"prettier": "^3.3.3",
"eslint": "^9.16.0",
"prettier": "^3.4.1",
"tsup": "^8.3.5",
"tsx": "^4.19.2",
"typescript": "^5.7.2",
"vite": "^5.4.11",
"vitest": "^2.1.5"
"vitest": "^2.1.6"
},
"engines": {
"node": ">=18.12.0"
Expand Down
Loading

0 comments on commit 0ecc0af

Please sign in to comment.