Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 2, 2023
1 parent 9398c20 commit 5b77b6a
Show file tree
Hide file tree
Showing 4 changed files with 210 additions and 209 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
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@discordjs/collection": "^1.5.1",
"@sapphire/async-queue": "^1.5.0",
"phin": "^3.7.0",
"tslib": "^2.5.2",
"tslib": "^2.5.3",
"vitest": "^0.31.4"
},
"devDependencies": {
Expand All @@ -53,7 +53,7 @@
"typedoc": "^0.24.7",
"typescript": "^4.9.5"
},
"packageManager": "yarn@3.5.1",
"packageManager": "yarn@3.6.0",
"prettier": "@sapphire/prettier-config",
"files": [
"dist/",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5035,7 +5035,7 @@ __metadata:
prettier: ^2.8.8
pretty-quick: ^3.1.3
standard-version: ^9.5.0
tslib: ^2.5.2
tslib: ^2.5.3
typedoc: ^0.24.7
typescript: ^4.9.5
vitest: ^0.31.4
Expand Down Expand Up @@ -5382,10 +5382,10 @@ __metadata:
languageName: node
linkType: hard

"tslib@npm:^2.5.2":
version: 2.5.2
resolution: "tslib@npm:2.5.2"
checksum: 4d3c1e238b94127ed0e88aa0380db3c2ddae581dc0f4bae5a982345e9f50ee5eda90835b8bfba99b02df10a5734470be197158c36f9129ac49fdc14a6a9da222
"tslib@npm:^2.5.3":
version: 2.5.3
resolution: "tslib@npm:2.5.3"
checksum: 88902b309afaf83259131c1e13da1dceb0ad1682a213143a1346a649143924d78cf3760c448b84d796938fd76127183894f8d85cbb3bf9c4fddbfcc140c0003c
languageName: node
linkType: hard

Expand Down

0 comments on commit 5b77b6a

Please sign in to comment.