Skip to content

Commit

Permalink
chore: allow using any 3.x chokidar dependencies (#5143)
Browse files Browse the repository at this point in the history
  • Loading branch information
simhnna committed May 24, 2024
1 parent 99601da commit 472a8be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"dependencies": {
"ansi-colors": "4.1.1",
"browser-stdout": "1.3.1",
"chokidar": "3.5.3",
"chokidar": "^3.5.3",
"debug": "4.3.4",
"diff": "5.0.0",
"escape-string-regexp": "4.0.0",
Expand Down

0 comments on commit 472a8be

Please sign in to comment.