Skip to content

Commit da56be5

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

File tree

5 files changed

+107
-101
lines changed

5 files changed

+107
-101
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@favware/rollup-type-bundler": "^4.0.0",
2828
"@sapphire/framework": "^5.3.5",
2929
"@types/lodash": "^4.17.17",
30-
"@types/node": "^22.15.21",
30+
"@types/node": "^22.15.29",
3131
"@types/ws": "^8.18.1",
3232
"@typescript-eslint/eslint-plugin": "^7.18.0",
3333
"@typescript-eslint/parser": "^7.18.0",
@@ -37,17 +37,17 @@
3737
"discord.js": "^14.19.3",
3838
"eslint": "^8.57.1",
3939
"eslint-config-prettier": "^10.1.5",
40-
"eslint-plugin-prettier": "^5.4.0",
41-
"lint-staged": "^16.0.0",
40+
"eslint-plugin-prettier": "^5.4.1",
41+
"lint-staged": "^16.1.0",
4242
"lodash": "^4.17.21",
43-
"msw": "^2.8.4",
44-
"npm-run-all2": "^8.0.3",
43+
"msw": "^2.8.7",
44+
"npm-run-all2": "^8.0.4",
4545
"prettier": "^3.5.3",
4646
"rimraf": "^6.0.1",
4747
"tslib": "^2.8.1",
4848
"tsup": "^8.5.0",
4949
"tsx": "^4.19.4",
50-
"turbo": "^2.5.3",
50+
"turbo": "^2.5.4",
5151
"typedoc": "^0.26.11",
5252
"typedoc-json-parser": "^10.2.0",
5353
"typescript": "~5.4.5",

packages/eslint-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@typescript-eslint/parser": "^7.18.0",
3030
"eslint": "^8.57.1",
3131
"eslint-config-prettier": "^10.1.5",
32-
"eslint-plugin-prettier": "^5.4.0",
32+
"eslint-plugin-prettier": "^5.4.1",
3333
"prettier": "^3.5.3",
3434
"typescript": "~5.4.5"
3535
},

packages/iterator-utilities/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"devDependencies": {
5656
"@favware/cliff-jumper": "^6.0.0",
5757
"@vitest/coverage-v8": "^3.1.4",
58-
"npm-run-all2": "^8.0.3",
58+
"npm-run-all2": "^8.0.4",
5959
"tsup": "^8.5.0",
6060
"tsx": "^4.19.4",
6161
"typedoc": "^0.26.11",

packages/utilities/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"@sapphire/prettier-config": "workspace:^",
5959
"@vitest/coverage-v8": "^3.1.4",
6060
"esbuild-plugin-file-path-extensions": "^2.1.4",
61-
"npm-run-all2": "^8.0.3",
61+
"npm-run-all2": "^8.0.4",
6262
"tsup": "^8.5.0",
6363
"tsx": "^4.19.4",
6464
"typedoc": "^0.26.11",

0 commit comments

Comments
 (0)