Skip to content

Commit

Permalink
try to get the correct version of chokidar
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcelh1983 committed Oct 16, 2024
1 parent f066540 commit 893463c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib/tspci/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@typescript-eslint/parser": "^8.9.0",
"autoprefixer": "10.4.20",
"chalk": "5.3.0",
"chokidar": "4.0.1",
"chokidar": "^4.0.0",
"clear": "0.1.0",
"figlet": "1.8.0",
"inquirer": "12.0.0",
Expand All @@ -47,5 +47,8 @@
"rollup-plugin-string": "^3.0.0",
"tailwindcss": "^3.4.11"
},
"resolutions": {
"chokidar": "^4.0.0"
},
"gitHead": "a3f7e00ec58c881c68b0f4616d5c1e4759e6bf75"
}

0 comments on commit 893463c

Please sign in to comment.