Skip to content

Commit 8e56af2

Browse files
committed
chore(deps): upgrade chokidar to v4
https://github.com/paulmillr/chokidar/releases/tag/4.0.0 The most important breaking change is that it removes support for globs, which'll need a new solution on top. Then it updates minimum required node version to 14.x (same as already used here).
1 parent e573179 commit 8e56af2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/vite-plugin-checker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
},
3737
"dependencies": {
3838
"@babel/code-frame": "^7.26.2",
39-
"chokidar": "^3.6.0",
39+
"chokidar": "^4.0.3",
4040
"colorette": "^2.0.20",
4141
"npm-run-path": "^4.0.1",
4242
"strip-ansi": "^6.0.1",

pnpm-lock.yaml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)