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 Jun 19, 2023
1 parent 9398c20 commit 2464953
Show file tree
Hide file tree
Showing 4 changed files with 357 additions and 338 deletions.
403 changes: 202 additions & 201 deletions .yarn/releases/yarn-3.5.1.cjs → .yarn/releases/yarn-3.6.0.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.0.cjs
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,22 +26,22 @@
"@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.5.3",
"vitest": "^0.32.2"
},
"devDependencies": {
"@commitlint/config-conventional": "^17.6.5",
"@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.18",
"@types/prettier": "^2.7.3",
"@typescript-eslint/eslint-plugin": "^5.59.8",
"@typescript-eslint/parser": "^5.59.8",
"@typescript-eslint/eslint-plugin": "^5.60.0",
"@typescript-eslint/parser": "^5.60.0",
"commitlint": "^17.6.5",
"dotenv": "^16.1.3",
"eslint": "^8.41.0",
"dotenv": "^16.3.1",
"eslint": "^8.43.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"gen-esm-wrapper": "^1.1.3",
Expand All @@ -50,10 +50,10 @@
"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.0",
"prettier": "@sapphire/prettier-config",
"files": [
"dist/",
Expand Down
Loading

0 comments on commit 2464953

Please sign in to comment.