Skip to content

Commit

Permalink
Update chokidar to v4 (#1740)
Browse files Browse the repository at this point in the history
closes #1696
  • Loading branch information
GarboMuffin authored Nov 2, 2024
1 parent 2e9eb5a commit 399a894
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 144 deletions.
12 changes: 6 additions & 6 deletions development/builder.js
Original file line number Diff line number Diff line change
Expand Up @@ -860,12 +860,12 @@ class Builder {
chokidar
.watch(
[
`${this.extensionsRoot}/**/*`,
`${this.imagesRoot}/**/*`,
`${this.websiteRoot}/**/*`,
`${this.docsRoot}/**/*`,
`${this.samplesRoot}/**/*`,
`${this.translationsRoot}/**/*`,
this.extensionsRoot,
this.imagesRoot,
this.websiteRoot,
this.docsRoot,
this.samplesRoot,
this.translationsRoot,
],
{
ignoreInitial: true,
Expand Down
155 changes: 18 additions & 137 deletions 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 @@ -25,7 +25,7 @@
"@turbowarp/scratchblocks": "^3.6.5",
"@turbowarp/types": "git+https://github.com/TurboWarp/types-tw.git#tw",
"adm-zip": "^0.5.16",
"chokidar": "^3.6.0",
"chokidar": "^4.0.1",
"ejs": "^3.1.10",
"express": "^4.21.1",
"image-size": "^1.1.1",
Expand Down

0 comments on commit 399a894

Please sign in to comment.