Skip to content

Commit

Permalink
update chokidar to 4.0.1 (#562)
Browse files Browse the repository at this point in the history
on v4 chokidar reduced dependencies to 1.
this reduces the dependency tree of squint-cljs quite a lot.

I've been using that version in a project with an override for a week
now and everything seems to work.

from the [changelog](https://github.com/paulmillr/chokidar?tab=readme-ov-file#upgrading) looks like there is nothing to be changed to update
  • Loading branch information
diegobfernandez authored Oct 16, 2024
1 parent 71a2ed6 commit a558881
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/game-of-life/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"devDependencies": {
"@vitejs/plugin-react": "^4.1.0",
"chokidar": "^3.5.3",
"chokidar": "^4.0.1",
"vite": "^4.4.11"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/vite-react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"devDependencies": {
"@vitejs/plugin-react": "^4.1.0",
"chokidar": "^3.5.3",
"chokidar": "^4.0.1",
"vite": "^4.4.11"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"typescript": "^5.3.3"
},
"dependencies": {
"chokidar": "^3.5.3"
"chokidar": "^4.0.1"
},
"funding": [
{
Expand Down

0 comments on commit a558881

Please sign in to comment.