Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#399)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Dec 11, 2022
1 parent 135081f commit 953d57b
Show file tree
Hide file tree
Showing 11 changed files with 429 additions and 422 deletions.
2 changes: 1 addition & 1 deletion .github/renovate.json
Expand Up @@ -5,7 +5,7 @@
"npm": {
"packageRules": [
{
"matchPackagePatterns": ["discord-api-types"],
"matchPackagePatterns": ["discord-api-types", "sqs-consumer", "sqs-producer"],
"enabled": false
}
]
Expand Down
15 changes: 8 additions & 7 deletions package.json
Expand Up @@ -28,12 +28,12 @@
"@sapphire/stopwatch": "^1.5.0",
"@sapphire/ts-config": "^3.3.4",
"@sapphire/utilities": "^3.11.0",
"@types/node": "^18.11.10",
"@types/node": "^18.11.13",
"@types/node-fetch": "^2.6.2",
"@types/ws": "^8.5.3",
"@typescript-eslint/eslint-plugin": "^5.45.0",
"@typescript-eslint/parser": "^5.45.0",
"@vitest/coverage-c8": "^0.25.3",
"@typescript-eslint/eslint-plugin": "^5.46.0",
"@typescript-eslint/parser": "^5.46.0",
"@vitest/coverage-c8": "^0.25.7",
"cz-conventional-changelog": "^3.3.0",
"discord-api-types": "^0.33.5",
"discord.js": "^13.12.0",
Expand All @@ -43,12 +43,13 @@
"gen-esm-wrapper": "^1.1.3",
"husky": "^8.0.2",
"lint-staged": "^13.1.0",
"prettier": "^2.8.0",
"prettier": "^2.8.1",
"pretty-quick": "^3.1.3",
"rimraf": "^3.0.2",
"turbo": "^1.6.3",
"typescript": "^4.9.3",
"vitest": "^0.25.3"
"typescript": "^4.9.4",
"vite": "^4.0.0",
"vitest": "^0.25.7"
},
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/api/package.json
Expand Up @@ -78,8 +78,8 @@
"devDependencies": {
"@favware/cliff-jumper": "^1.9.0",
"gen-esm-wrapper": "^1.1.3",
"typedoc": "^0.23.21",
"typedoc": "^0.23.22",
"typedoc-json-parser": "^7.0.2",
"typescript": "^4.9.3"
"typescript": "^4.9.4"
}
}
4 changes: 2 additions & 2 deletions packages/editable-commands/package.json
Expand Up @@ -73,8 +73,8 @@
"devDependencies": {
"@favware/cliff-jumper": "^1.9.0",
"gen-esm-wrapper": "^1.1.3",
"typedoc": "^0.23.21",
"typedoc": "^0.23.22",
"typedoc-json-parser": "^7.0.2",
"typescript": "^4.9.3"
"typescript": "^4.9.4"
}
}
4 changes: 2 additions & 2 deletions packages/hmr/package.json
Expand Up @@ -73,8 +73,8 @@
"devDependencies": {
"@favware/cliff-jumper": "^1.9.0",
"gen-esm-wrapper": "^1.1.3",
"typedoc": "^0.23.21",
"typedoc": "^0.23.22",
"typedoc-json-parser": "^7.0.2",
"typescript": "^4.9.3"
"typescript": "^4.9.4"
}
}
4 changes: 2 additions & 2 deletions packages/i18next/package.json
Expand Up @@ -80,8 +80,8 @@
"devDependencies": {
"@favware/cliff-jumper": "^1.9.0",
"gen-esm-wrapper": "^1.1.3",
"typedoc": "^0.23.21",
"typedoc": "^0.23.22",
"typedoc-json-parser": "^7.0.2",
"typescript": "^4.9.3"
"typescript": "^4.9.4"
}
}
4 changes: 2 additions & 2 deletions packages/logger/package.json
Expand Up @@ -75,8 +75,8 @@
"devDependencies": {
"@favware/cliff-jumper": "^1.9.0",
"gen-esm-wrapper": "^1.1.3",
"typedoc": "^0.23.21",
"typedoc": "^0.23.22",
"typedoc-json-parser": "^7.0.2",
"typescript": "^4.9.3"
"typescript": "^4.9.4"
}
}
4 changes: 2 additions & 2 deletions packages/pattern-commands/package.json
Expand Up @@ -73,8 +73,8 @@
"devDependencies": {
"@favware/cliff-jumper": "^1.9.0",
"gen-esm-wrapper": "^1.1.3",
"typedoc": "^0.23.21",
"typedoc": "^0.23.22",
"typedoc-json-parser": "^7.0.2",
"typescript": "^4.9.3"
"typescript": "^4.9.4"
}
}
10 changes: 5 additions & 5 deletions packages/scheduled-tasks/package.json
Expand Up @@ -70,13 +70,13 @@
},
"devDependencies": {
"@favware/cliff-jumper": "^1.9.0",
"bullmq": "^3.3.0",
"bullmq": "^3.4.1",
"gen-esm-wrapper": "^1.1.3",
"sqs-consumer": "^5.7.0",
"sqs-producer": "^2.1.0",
"typedoc": "^0.23.21",
"sqs-consumer": "^5.8.0",
"sqs-producer": "^2.2.0",
"typedoc": "^0.23.22",
"typedoc-json-parser": "^7.0.2",
"typescript": "^4.9.3"
"typescript": "^4.9.4"
},
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/subcommands/package.json
Expand Up @@ -74,8 +74,8 @@
"devDependencies": {
"@favware/cliff-jumper": "^1.9.0",
"gen-esm-wrapper": "^1.1.3",
"typedoc": "^0.23.21",
"typedoc": "^0.23.22",
"typedoc-json-parser": "^7.0.2",
"typescript": "^4.9.3"
"typescript": "^4.9.4"
}
}

0 comments on commit 953d57b

Please sign in to comment.