Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#131)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Aug 27, 2023
1 parent 4b4f3c3 commit 18764c2
Show file tree
Hide file tree
Showing 4 changed files with 206 additions and 206 deletions.

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 @@ -10,4 +10,4 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
spec: '@yarnpkg/plugin-workspace-tools'

yarnPath: .yarn/releases/yarn-3.6.2.cjs
yarnPath: .yarn/releases/yarn-3.6.3.cjs
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"dependencies": {
"@discordjs/builders": "^1.6.3",
"@discordjs/collection": "^1.5.1",
"@napi-rs/canvas": "^0.1.43",
"@prisma/client": "^5.1.1",
"@napi-rs/canvas": "^0.1.44",
"@prisma/client": "^5.2.0",
"@sapphire/async-queue": "^1.5.0",
"@sapphire/duration": "^1.1.0",
"@sapphire/result": "^2.6.4",
Expand All @@ -50,7 +50,7 @@
"he": "^1.2.0",
"ioredis": "^5.3.2",
"jsbd": "^0.0.11",
"luxon": "^3.4.0",
"luxon": "^3.4.2",
"nanoid": "^4.0.2",
"tslib": "^2.6.2"
},
Expand All @@ -63,23 +63,23 @@
"@types/gradient-string": "^1.1.2",
"@types/he": "^1.2.0",
"@types/luxon": "^3.3.1",
"@types/node": "^18.17.6",
"@types/node": "^18.17.11",
"@types/tar": "^6.1.5",
"@typescript-eslint/eslint-plugin": "^6.4.0",
"@typescript-eslint/parser": "^6.4.0",
"@vitest/coverage-v8": "^0.34.2",
"@typescript-eslint/eslint-plugin": "^6.4.1",
"@typescript-eslint/parser": "^6.4.1",
"@vitest/coverage-v8": "^0.34.3",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.47.0",
"eslint": "^8.48.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"husky": "^8.0.3",
"lint-staged": "^14.0.0",
"lint-staged": "^14.0.1",
"prettier": "^3.0.2",
"prisma": "^5.1.1",
"prisma": "^5.2.0",
"rimraf": "^5.0.1",
"tar": "^6.1.15",
"typescript": "^5.1.6",
"vitest": "^0.34.2"
"typescript": "^5.2.2",
"vitest": "^0.34.3"
},
"resolutions": {
"ansi-regex": "^5.0.1",
Expand Down Expand Up @@ -109,7 +109,7 @@
"@typescript-eslint/no-base-to-string": "off"
}
},
"packageManager": "[email protected].2",
"packageManager": "[email protected].3",
"volta": {
"node": "18.17.1"
}
Expand Down
Loading

0 comments on commit 18764c2

Please sign in to comment.