Skip to content

Commit

Permalink
Merge pull request #15 from tjsr/deps/eslint-rimraf
Browse files Browse the repository at this point in the history
Update rimraf dependency.
  • Loading branch information
tjsr committed Jul 15, 2024
2 parents fed26e9 + 254ee63 commit 77f84ce
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 144 deletions.
187 changes: 44 additions & 143 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,13 @@
"@types/git-state": "^4.1.3",
"@types/node": "^20.14.10",
"eslint": "^8.57.0",
"rimraf": "^5.0.8",
"rimraf": "^6.0.1",
"vitest": "^1.6.0"
},
"overrides": {
"rimraf@<=4": "$rimraf"
},
"engines": {
"node": ">=20.12.1"
}
}

0 comments on commit 77f84ce

Please sign in to comment.