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 Apr 12, 2024
1 parent 9398c20 commit 1b8eee9
Show file tree
Hide file tree
Showing 6 changed files with 1,911 additions and 1,986 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
node-version: 16
- name: Restore CI Cache
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.3
id: cache-restore
with:
path: node_modules
Expand Down
873 changes: 0 additions & 873 deletions .yarn/releases/yarn-3.5.1.cjs

This file was deleted.

875 changes: 875 additions & 0 deletions .yarn/releases/yarn-3.8.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.8.1.cjs
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,37 +23,37 @@
"prepare": "yarn husky install"
},
"dependencies": {
"@discordjs/collection": "^1.5.1",
"@sapphire/async-queue": "^1.5.0",
"@discordjs/collection": "^1.5.3",
"@sapphire/async-queue": "^1.5.2",
"phin": "^3.7.0",
"tslib": "^2.5.2",
"vitest": "^0.31.4"
"tslib": "^2.6.2",
"vitest": "^0.34.6"
},
"devDependencies": {
"@commitlint/config-conventional": "^17.6.5",
"@sapphire/eslint-config": "^4.4.2",
"@commitlint/config-conventional": "^17.8.1",
"@sapphire/eslint-config": "^4.4.3",
"@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.56.9",
"@types/node": "^18.19.31",
"@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",
"eslint-config-prettier": "^8.8.0",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"commitlint": "^17.8.1",
"dotenv": "^16.4.5",
"eslint": "^8.57.0",
"eslint-config-prettier": "^8.10.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.3.0",
"prettier": "^2.8.8",
"pretty-quick": "^3.1.3",
"pretty-quick": "^3.3.1",
"standard-version": "^9.5.0",
"typedoc": "^0.24.7",
"typedoc": "^0.25.13",
"typescript": "^4.9.5"
},
"packageManager": "yarn@3.5.1",
"packageManager": "yarn@3.8.1",
"prettier": "@sapphire/prettier-config",
"files": [
"dist/",
Expand Down

0 comments on commit 1b8eee9

Please sign in to comment.