Skip to content

Commit 5106865

Browse files
fix(deps): update all non-major dependencies (#742)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b5bb6ef commit 5106865

File tree

11 files changed

+91
-51
lines changed

11 files changed

+91
-51
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@sapphire/stopwatch": "^1.5.4",
2929
"@sapphire/ts-config": "^5.0.1",
3030
"@sapphire/utilities": "^3.18.2",
31-
"@types/node": "^22.15.17",
31+
"@types/node": "^22.15.18",
3232
"@types/ws": "^8.18.1",
3333
"@typescript-eslint/eslint-plugin": "^7.18.0",
3434
"@typescript-eslint/parser": "^7.18.0",
@@ -45,7 +45,7 @@
4545
"lint-staged": "^16.0.0",
4646
"prettier": "^3.5.3",
4747
"rimraf": "^6.0.1",
48-
"tsup": "^8.4.0",
48+
"tsup": "^8.5.0",
4949
"tsx": "^4.19.4",
5050
"turbo": "^2.5.3",
5151
"typescript": "~5.4.5",

packages/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
"@favware/cliff-jumper": "^6.0.0",
9090
"@favware/rollup-type-bundler": "^4.0.0",
9191
"concurrently": "^9.1.2",
92-
"tsup": "^8.4.0",
92+
"tsup": "^8.5.0",
9393
"tsx": "^4.19.4",
9494
"typedoc": "^0.26.11",
9595
"typedoc-json-parser": "^10.2.0",

packages/editable-commands/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"@favware/cliff-jumper": "^6.0.0",
8484
"@favware/rollup-type-bundler": "^4.0.0",
8585
"concurrently": "^9.1.2",
86-
"tsup": "^8.4.0",
86+
"tsup": "^8.5.0",
8787
"tsx": "^4.19.4",
8888
"typedoc": "^0.26.11",
8989
"typedoc-json-parser": "^10.2.0",

packages/hmr/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"@favware/cliff-jumper": "^6.0.0",
8484
"@favware/rollup-type-bundler": "^4.0.0",
8585
"concurrently": "^9.1.2",
86-
"tsup": "^8.4.0",
86+
"tsup": "^8.5.0",
8787
"tsx": "^4.19.4",
8888
"typedoc": "^0.26.11",
8989
"typedoc-json-parser": "^10.2.0",

packages/i18next/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"@sapphire/utilities": "^3.18.2",
5454
"@skyra/i18next-backend": "^2.0.5",
5555
"chokidar": "^4.0.3",
56-
"i18next": "^25.1.2"
56+
"i18next": "^25.1.3"
5757
},
5858
"repository": {
5959
"type": "git",
@@ -89,7 +89,7 @@
8989
"@favware/cliff-jumper": "^6.0.0",
9090
"@favware/rollup-type-bundler": "^4.0.0",
9191
"concurrently": "^9.1.2",
92-
"tsup": "^8.4.0",
92+
"tsup": "^8.5.0",
9393
"tsx": "^4.19.4",
9494
"typedoc": "^0.26.11",
9595
"typedoc-json-parser": "^10.2.0",

packages/logger/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"@favware/cliff-jumper": "^6.0.0",
8686
"@favware/rollup-type-bundler": "^4.0.0",
8787
"concurrently": "^9.1.2",
88-
"tsup": "^8.4.0",
88+
"tsup": "^8.5.0",
8989
"tsx": "^4.19.4",
9090
"typedoc": "^0.26.11",
9191
"typedoc-json-parser": "^10.2.0",

packages/pattern-commands/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"@favware/cliff-jumper": "^6.0.0",
8282
"@favware/rollup-type-bundler": "^4.0.0",
8383
"concurrently": "^9.1.2",
84-
"tsup": "^8.4.0",
84+
"tsup": "^8.5.0",
8585
"tsx": "^4.19.4",
8686
"typedoc": "^0.26.11",
8787
"typedoc-json-parser": "^10.2.0",

packages/scheduled-tasks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"@favware/cliff-jumper": "^6.0.0",
5858
"@favware/rollup-type-bundler": "^4.0.0",
5959
"concurrently": "^9.1.2",
60-
"tsup": "^8.4.0",
60+
"tsup": "^8.5.0",
6161
"tsx": "^4.19.4",
6262
"typedoc": "^0.26.11",
6363
"typedoc-json-parser": "^10.2.0",

packages/subcommands/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"@favware/cliff-jumper": "^6.0.0",
8585
"@favware/rollup-type-bundler": "^4.0.0",
8686
"concurrently": "^9.1.2",
87-
"tsup": "^8.4.0",
87+
"tsup": "^8.5.0",
8888
"tsx": "^4.19.4",
8989
"typedoc": "^0.26.11",
9090
"typedoc-json-parser": "^10.2.0",

packages/utilities-store/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"@favware/cliff-jumper": "^6.0.0",
8181
"@favware/rollup-type-bundler": "^4.0.0",
8282
"concurrently": "^9.1.2",
83-
"tsup": "^8.4.0",
83+
"tsup": "^8.5.0",
8484
"tsx": "^4.19.4",
8585
"typedoc": "^0.26.11",
8686
"typedoc-json-parser": "^10.2.0",

0 commit comments

Comments
 (0)