Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

chore(deps): update all non-major dependencies #127

Merged
merged 1 commit into from
May 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
532 changes: 266 additions & 266 deletions .yarn/releases/yarn-3.5.0.cjs → .yarn/releases/yarn-3.5.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
@@ -1,2 +1,2 @@
yarnPath: .yarn/releases/yarn-3.5.0.cjs
yarnPath: .yarn/releases/yarn-3.5.1.cjs
nodeLinker: node-modules
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"postinstall": "is-ci || husky install"
},
"dependencies": {
"@discordjs/collection": "^1.5.0",
"@discordjs/collection": "^1.5.1",
"@sapphire/timestamp": "^1.0.1",
"@snowcrystals/icicle": "1.0.4",
"axios": "^1.4.0",
Expand All @@ -31,18 +31,18 @@
"probot": "^12.3.0"
},
"devDependencies": {
"@commitlint/cli": "^17.6.1",
"@commitlint/config-angular": "^17.6.1",
"@commitlint/cli": "^17.6.3",
"@commitlint/config-angular": "^17.6.3",
"@octokit/webhooks-types": "^6.11.0",
"@sapphire/eslint-config": "^4.4.1",
"@sapphire/eslint-config": "^4.4.2",
"@sapphire/prettier-config": "^1.4.5",
"@sapphire/ts-config": "^4.0.0",
"@types/lodash": "^4.14.194",
"@types/node": "^18.16.3",
"@types/node": "^18.16.5",
"@types/parse-link-header": "^2.0.1",
"@typescript-eslint/eslint-plugin": "^5.59.1",
"@typescript-eslint/parser": "^5.59.1",
"eslint": "^8.39.0",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^5.59.2",
"eslint": "^8.40.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"husky": "^8.0.3",
Expand All @@ -55,5 +55,5 @@
"engines": {
"node": ">= v18.16.0"
},
"packageManager": "[email protected].0"
"packageManager": "[email protected].1"
}
Loading