Skip to content

Commit 59f061c

Browse files
authoredJan 14, 2024
fix(deps): update all non-major dependencies (#717)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 34193ef commit 59f061c

File tree

2 files changed

+130
-130
lines changed

2 files changed

+130
-130
lines changed
 

‎package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@sapphire/discord-utilities": "^3.2.1",
3838
"@sapphire/discord.js-utilities": "^7.1.5",
3939
"@sapphire/lexure": "^1.1.6",
40-
"@sapphire/pieces": "^4.2.0",
40+
"@sapphire/pieces": "^4.2.1",
4141
"@sapphire/ratelimits": "^2.4.8",
4242
"@sapphire/result": "^2.6.5",
4343
"@sapphire/stopwatch": "^1.5.1",
@@ -52,11 +52,11 @@
5252
"@sapphire/eslint-config": "^5.0.3",
5353
"@sapphire/prettier-config": "^2.0.0",
5454
"@sapphire/ts-config": "^5.0.0",
55-
"@types/node": "^20.10.6",
55+
"@types/node": "^20.11.0",
5656
"@types/ws": "^8.5.10",
57-
"@typescript-eslint/eslint-plugin": "^6.18.0",
58-
"@typescript-eslint/parser": "^6.18.0",
59-
"@vitest/coverage-v8": "^1.1.3",
57+
"@typescript-eslint/eslint-plugin": "^6.18.1",
58+
"@typescript-eslint/parser": "^6.18.1",
59+
"@vitest/coverage-v8": "^1.2.0",
6060
"concurrently": "^8.2.2",
6161
"cz-conventional-changelog": "^3.3.0",
6262
"discord.js": "^14.14.1",
@@ -65,16 +65,16 @@
6565
"eslint": "^8.56.0",
6666
"eslint-config-prettier": "^9.1.0",
6767
"eslint-plugin-deprecation": "^2.0.0",
68-
"eslint-plugin-prettier": "^5.1.2",
68+
"eslint-plugin-prettier": "^5.1.3",
6969
"gen-esm-wrapper": "^1.1.3",
7070
"lint-staged": "^15.2.0",
71-
"prettier": "^3.1.1",
71+
"prettier": "^3.2.2",
7272
"tsup": "^8.0.1",
73-
"typedoc": "^0.25.6",
73+
"typedoc": "^0.25.7",
7474
"typedoc-json-parser": "^9.0.1",
7575
"typescript": "^5.3.3",
7676
"vite": "^5.0.11",
77-
"vitest": "^1.1.3"
77+
"vitest": "^1.2.0"
7878
},
7979
"repository": {
8080
"type": "git",

0 commit comments

Comments
 (0)
Please sign in to comment.