Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/hmr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"check-update": "cliff-jumper --dry-run"
},
"dependencies": {
"chokidar": "^4.0.3"
"chokidar": "^5.0.0"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/i18next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"dependencies": {
"@sapphire/utilities": "^3.18.2",
"@skyra/i18next-backend": "^2.0.6",
"chokidar": "^4.0.3",
"chokidar": "^5.0.0",
"i18next": "^25.7.3"
},
"repository": {
Expand Down
20 changes: 18 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1305,7 +1305,7 @@ __metadata:
dependencies:
"@favware/cliff-jumper": "npm:^6.0.0"
"@favware/rollup-type-bundler": "npm:^4.0.0"
chokidar: "npm:^4.0.3"
chokidar: "npm:^5.0.0"
concurrently: "npm:^9.2.1"
tsup: "npm:^8.5.1"
tsx: "npm:^4.21.0"
Expand All @@ -1323,7 +1323,7 @@ __metadata:
"@favware/rollup-type-bundler": "npm:^4.0.0"
"@sapphire/utilities": "npm:^3.18.2"
"@skyra/i18next-backend": "npm:^2.0.6"
chokidar: "npm:^4.0.3"
chokidar: "npm:^5.0.0"
concurrently: "npm:^9.2.1"
i18next: "npm:^25.7.3"
tsup: "npm:^8.5.1"
Expand Down Expand Up @@ -2367,6 +2367,15 @@ __metadata:
languageName: node
linkType: hard

"chokidar@npm:^5.0.0":
version: 5.0.0
resolution: "chokidar@npm:5.0.0"
dependencies:
readdirp: "npm:^5.0.0"
checksum: 10/a1c2a4ee6ee81ba6409712c295a47be055fb9de1186dfbab33c1e82f28619de962ba02fc5f9d433daaedc96c35747460d8b2079ac2907de2c95e3f7cce913113
languageName: node
linkType: hard

"chownr@npm:^2.0.0":
version: 2.0.0
resolution: "chownr@npm:2.0.0"
Expand Down Expand Up @@ -5708,6 +5717,13 @@ __metadata:
languageName: node
linkType: hard

"readdirp@npm:^5.0.0":
version: 5.0.0
resolution: "readdirp@npm:5.0.0"
checksum: 10/a17a591b51d8b912083660df159e8bd17305dc1a9ef27c869c818bd95ff59e3a6496f97e91e724ef433e789d559d24e39496ea1698822eb5719606dc9c1a923d
languageName: node
linkType: hard

"redis-errors@npm:^1.0.0, redis-errors@npm:^1.2.0":
version: 1.2.0
resolution: "redis-errors@npm:1.2.0"
Expand Down