Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 15, 2023
1 parent 516b40c commit 9a42954
Show file tree
Hide file tree
Showing 5 changed files with 387 additions and 128 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
},
"devDependencies": {
"@actions/core": "^1.10.0",
"@commitlint/cli": "^17.4.0",
"@commitlint/config-conventional": "^17.4.0",
"@commitlint/cli": "^17.4.2",
"@commitlint/config-conventional": "^17.4.2",
"@favware/cliff-jumper": "^1.10.0",
"@favware/npm-deprecate": "^1.0.7",
"@sapphire/eslint-config": "^4.3.8",
Expand All @@ -30,25 +30,25 @@
"@sapphire/utilities": "^3.11.0",
"@types/node": "^18.11.18",
"@types/ws": "^8.5.4",
"@typescript-eslint/eslint-plugin": "^5.48.0",
"@typescript-eslint/parser": "^5.48.0",
"@vitest/coverage-c8": "^0.26.3",
"@typescript-eslint/eslint-plugin": "^5.48.1",
"@typescript-eslint/parser": "^5.48.1",
"@vitest/coverage-c8": "^0.27.1",
"cz-conventional-changelog": "^3.3.0",
"discord-api-types": "^0.37.26",
"discord.js": "^14.7.1",
"eslint": "^8.31.0",
"eslint": "^8.32.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-prettier": "^4.2.1",
"gen-esm-wrapper": "^1.1.3",
"husky": "^8.0.3",
"lint-staged": "^13.1.0",
"prettier": "^2.8.2",
"prettier": "^2.8.3",
"pretty-quick": "^3.1.3",
"rimraf": "^4.0.5",
"turbo": "^1.6.3",
"rimraf": "^4.0.7",
"turbo": "^1.7.0",
"typescript": "^4.9.4",
"vite": "^4.0.4",
"vitest": "^0.26.3"
"vitest": "^0.27.1"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@types/ws": "^8.5.4",
"psl": "^1.9.0",
"tslib": "^2.4.1",
"undici": "^5.14.0"
"undici": "^5.15.0"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/i18next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@sapphire/utilities": "^3.11.0",
"@skyra/i18next-backend": "^2.0.1",
"chokidar": "^3.5.3",
"i18next": "^22.4.8",
"i18next": "^22.4.9",
"tslib": "^2.4.1"
},
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/scheduled-tasks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
},
"devDependencies": {
"@favware/cliff-jumper": "^1.10.0",
"bullmq": "^3.5.3",
"bullmq": "^3.5.6",
"gen-esm-wrapper": "^1.1.3",
"sqs-consumer": "^5.8.0",
"sqs-producer": "^2.2.0",
Expand Down
Loading

0 comments on commit 9a42954

Please sign in to comment.