Skip to content

Commit

Permalink
Remove/update dependencies resulting in updated fsevents dependency v…
Browse files Browse the repository at this point in the history
…ersion. (#1481)
  • Loading branch information
BenBirt authored May 2, 2023
1 parent a728f46 commit f58bbdd
Show file tree
Hide file tree
Showing 3 changed files with 136 additions and 2,189 deletions.
4 changes: 2 additions & 2 deletions cli/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -502,8 +502,8 @@ export function runCli() {
}
}, RECOMPILE_DELAY);
});
process.on("SIGINT", () => {
watcher.close();
process.on("SIGINT", async () => {
await watcher.close();
watching = false;
process.exit(1);
});
Expand Down
7 changes: 1 addition & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
"@types/uuid": "^7.0.2",
"@types/validator": "^13.1.0",
"@types/vscode": "^1.45.1",
"@types/webpack-dev-server": "^3.1.7",
"@types/yargs": "^15.0.5",
"@zeit/next-css": "1.0.1",
"algoliasearch": "^3.32.1",
Expand All @@ -62,7 +61,7 @@
"bunyan": "^1.8.12",
"chai": "^4.2.0",
"chalk": "^4.0.0",
"chokidar": "^2.0.4",
"chokidar": "^3.5.3",
"cron-parser": "^2.15.0",
"css-loader": "^3.6.0",
"deepmerge": "^4.2.2",
Expand Down Expand Up @@ -146,16 +145,12 @@
"vscode-languageclient": "^6.1.3",
"vscode-languageserver": "^6.1.1",
"vscode-languageserver-textdocument": "^1.0.1",
"webpack": "4.20.2",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.11.2",
"yargs": "^16.2.0"
},
"resolutions": {
"**/object-path": "^0.11.5",
"**/http-proxy": "^1.18.1",
"**/serialize-javascript": "^3.1.0",
"webpack/**/acorn": "^5.7.4",
"**/lodash": "^4.17.21",
"**/ssri": "^7.1.1",
"**/postcss": "^8.2.10",
Expand Down
Loading

0 comments on commit f58bbdd

Please sign in to comment.