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] authored Nov 14, 2023
1 parent bf6bcb5 commit 2ca1869
Show file tree
Hide file tree
Showing 5 changed files with 1,330 additions and 1,328 deletions.
874 changes: 0 additions & 874 deletions .yarn/releases/yarn-3.6.3.cjs

This file was deleted.

875 changes: 875 additions & 0 deletions .yarn/releases/yarn-3.7.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 @@ -12,6 +12,6 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-git-hooks.cjs
spec: 'https://raw.githubusercontent.com/trufflehq/yarn-plugin-git-hooks/main/bundles/%40yarnpkg/plugin-git-hooks.js'

yarnPath: .yarn/releases/yarn-3.6.3.cjs
yarnPath: .yarn/releases/yarn-3.7.0.cjs

gitHooksPath: .github/hooks
48 changes: 24 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,17 @@
"@discordjs/builders": "^1.6.3",
"@discordjs/collection": "^1.5.1",
"@napi-rs/canvas": "^0.1.44",
"@prisma/client": "^5.3.1",
"@prisma/client": "^5.6.0",
"@sapphire/async-queue": "^1.5.0",
"@sapphire/duration": "^1.1.0",
"@sapphire/result": "^2.6.4",
"@sapphire/utilities": "^3.13.0",
"@skyra/env-utilities": "^1.2.1",
"@skyra/http-framework": "^1.1.1",
"@skyra/http-framework-i18n": "^1.0.4",
"@skyra/http-framework": "^1.2.0",
"@skyra/http-framework-i18n": "^1.1.0",
"@skyra/logger": "^2.0.1",
"@skyra/safe-fetch": "^1.1.2",
"@skyra/shared-http-pieces": "^1.0.5",
"@skyra/shared-http-pieces": "^1.1.0",
"@skyra/start-banner": "^2.0.0",
"@skyra/twitch-helpers": "^1.0.3",
"@vladfrangu/async_event_emitter": "^2.2.2",
Expand All @@ -49,35 +49,35 @@
"he": "^1.2.0",
"ioredis": "^5.3.2",
"jsbd": "^0.0.11",
"luxon": "^3.4.3",
"nanoid": "^5.0.1",
"luxon": "^3.4.4",
"nanoid": "^5.0.3",
"tslib": "^2.6.2"
},
"devDependencies": {
"@commitlint/cli": "^17.7.1",
"@commitlint/config-conventional": "^17.7.0",
"@commitlint/cli": "^17.8.1",
"@commitlint/config-conventional": "^17.8.1",
"@sapphire/eslint-config": "^5.0.2",
"@sapphire/prettier-config": "^2.0.0",
"@sapphire/ts-config": "^4.0.1",
"@types/gradient-string": "^1.1.3",
"@types/he": "^1.2.1",
"@types/luxon": "^3.3.2",
"@types/node": "^18.17.19",
"@types/tar": "^6.1.6",
"@typescript-eslint/eslint-plugin": "^6.7.2",
"@typescript-eslint/parser": "^6.7.2",
"@vitest/coverage-v8": "^0.34.5",
"@types/gradient-string": "^1.1.5",
"@types/he": "^1.2.3",
"@types/luxon": "^3.3.4",
"@types/node": "^18.18.9",
"@types/tar": "^6.1.9",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"@vitest/coverage-v8": "^0.34.6",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.50.0",
"eslint": "^8.53.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-prettier": "^5.0.1",
"lint-staged": "^14.0.1",
"prettier": "^3.0.3",
"prisma": "^5.3.1",
"rimraf": "^5.0.1",
"prettier": "^3.1.0",
"prisma": "^5.6.0",
"rimraf": "^5.0.5",
"tar": "^6.2.0",
"typescript": "^5.2.2",
"vitest": "^0.34.5"
"vitest": "^0.34.6"
},
"resolutions": {
"ansi-regex": "^5.0.1",
Expand Down Expand Up @@ -107,8 +107,8 @@
"@typescript-eslint/no-base-to-string": "off"
}
},
"packageManager": "yarn@3.6.3",
"packageManager": "yarn@3.7.0",
"volta": {
"node": "18.18.0"
"node": "18.18.2"
}
}
Loading

0 comments on commit 2ca1869

Please sign in to comment.