Skip to content

Commit a076142

Browse files
sairus2kAnton Savoskinkettanaito
authoredFeb 12, 2024
feat: drop webpack 4 support (remove "chokidar") (#2021)
Co-authored-by: Anton Savoskin <sairu2k@gmail.com> Co-authored-by: Artem Zakharchenko <kettanaito@gmail.com>
1 parent 31442cf commit a076142

File tree

2 files changed

+22
-25
lines changed

2 files changed

+22
-25
lines changed
 

‎package.json

-4
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@
133133
"@types/cookie": "^0.6.0",
134134
"@types/statuses": "^2.0.4",
135135
"chalk": "^4.1.2",
136-
"chokidar": "^3.4.2",
137136
"graphql": "^16.8.1",
138137
"headers-polyfill": "^4.0.2",
139138
"is-node-process": "^1.2.0",
@@ -199,9 +198,6 @@
199198
"optional": true
200199
}
201200
},
202-
"resolutions": {
203-
"chokidar": "3.4.1"
204-
},
205201
"config": {
206202
"commitizen": {
207203
"path": "./node_modules/cz-conventional-changelog"

‎pnpm-lock.yaml

+22-21
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.