Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#631)
Browse files Browse the repository at this point in the history
* fix(deps): update all non-major dependencies

* chore: chuck norris emailed me this patch... i'm not going to question it

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jeroen Claassens <support@favware.tech>
  • Loading branch information
renovate[bot] and favna committed Apr 23, 2023
1 parent 2345ca1 commit d9115d2
Show file tree
Hide file tree
Showing 3 changed files with 111 additions and 110 deletions.
2 changes: 1 addition & 1 deletion .github/renovate.json
Expand Up @@ -4,7 +4,7 @@
"npm": {
"packageRules": [
{
"matchPackagePatterns": ["tsup"],
"matchPackagePatterns": ["tsup", "typedoc"],
"enabled": false
}
]
Expand Down
16 changes: 8 additions & 8 deletions package.json
Expand Up @@ -30,11 +30,11 @@
"dependencies": {
"@discordjs/builders": "^1.6.1",
"@sapphire/discord-utilities": "^3.0.2",
"@sapphire/discord.js-utilities": "6.0.5",
"@sapphire/discord.js-utilities": "6.0.6",
"@sapphire/lexure": "^1.1.3",
"@sapphire/pieces": "^3.6.2",
"@sapphire/ratelimits": "^2.4.6",
"@sapphire/result": "^2.6.1",
"@sapphire/result": "^2.6.2",
"@sapphire/stopwatch": "^1.5.0",
"@sapphire/utilities": "^3.11.1"
},
Expand All @@ -47,30 +47,30 @@
"@sapphire/eslint-config": "^4.4.1",
"@sapphire/prettier-config": "^1.4.5",
"@sapphire/ts-config": "^4.0.0",
"@types/node": "^18.15.11",
"@types/node": "^18.16.0",
"@types/ws": "^8.5.4",
"@typescript-eslint/eslint-plugin": "^5.58.0",
"@typescript-eslint/parser": "^5.58.0",
"@typescript-eslint/eslint-plugin": "^5.59.0",
"@typescript-eslint/parser": "^5.59.0",
"@vitest/coverage-c8": "^0.30.1",
"cz-conventional-changelog": "^3.3.0",
"discord.js": "^14.9.0",
"esbuild-plugin-file-path-extensions": "^1.0.0",
"esbuild-plugin-version-injector": "^1.1.0",
"eslint": "^8.38.0",
"eslint": "^8.39.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-deprecation": "^1.4.1",
"eslint-plugin-prettier": "^4.2.1",
"gen-esm-wrapper": "^1.1.3",
"husky": "^8.0.3",
"lint-staged": "^13.2.1",
"pinst": "^3.0.0",
"prettier": "^2.8.7",
"prettier": "^2.8.8",
"pretty-quick": "^3.1.3",
"tsup": "6.6.2",
"typedoc": "0.23.28",
"typedoc-json-parser": "^7.2.0",
"typescript": "^5.0.4",
"vite": "^4.2.1",
"vite": "^4.3.1",
"vitest": "^0.30.1"
},
"repository": {
Expand Down

0 comments on commit d9115d2

Please sign in to comment.