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 Jul 3, 2023
1 parent 9398c20 commit fd4a729
Show file tree
Hide file tree
Showing 4 changed files with 544 additions and 517 deletions.
449 changes: 225 additions & 224 deletions .yarn/releases/yarn-3.5.1.cjs → .yarn/releases/yarn-3.6.1.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: '@yarnpkg/plugin-interactive-tools'

yarnPath: .yarn/releases/yarn-3.5.1.cjs
yarnPath: .yarn/releases/yarn-3.6.1.cjs
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,34 +26,34 @@
"@discordjs/collection": "^1.5.1",
"@sapphire/async-queue": "^1.5.0",
"phin": "^3.7.0",
"tslib": "^2.5.2",
"vitest": "^0.31.4"
"tslib": "^2.6.0",
"vitest": "^0.32.4"
},
"devDependencies": {
"@commitlint/config-conventional": "^17.6.5",
"@commitlint/config-conventional": "^17.6.6",
"@sapphire/eslint-config": "^4.4.2",
"@sapphire/prettier-config": "^1.4.5",
"@sapphire/ts-config": "^3.3.4",
"@types/eslint": "^8.40.0",
"@types/node": "^18.16.16",
"@types/eslint": "^8.40.2",
"@types/node": "^18.16.19",
"@types/prettier": "^2.7.3",
"@typescript-eslint/eslint-plugin": "^5.59.8",
"@typescript-eslint/parser": "^5.59.8",
"commitlint": "^17.6.5",
"dotenv": "^16.1.3",
"eslint": "^8.41.0",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"commitlint": "^17.6.6",
"dotenv": "^16.3.1",
"eslint": "^8.44.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"gen-esm-wrapper": "^1.1.3",
"husky": "^8.0.3",
"lint-staged": "^13.2.2",
"lint-staged": "^13.2.3",
"prettier": "^2.8.8",
"pretty-quick": "^3.1.3",
"standard-version": "^9.5.0",
"typedoc": "^0.24.7",
"typedoc": "^0.24.8",
"typescript": "^4.9.5"
},
"packageManager": "yarn@3.5.1",
"packageManager": "yarn@3.6.1",
"prettier": "@sapphire/prettier-config",
"files": [
"dist/",
Expand Down

0 comments on commit fd4a729

Please sign in to comment.