Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#134)
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] authored Sep 10, 2023
1 parent 172775c commit 0d11b7c
Show file tree
Hide file tree
Showing 2 changed files with 538 additions and 260 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@
"@sapphire/result": "^2.6.4",
"@sapphire/utilities": "^3.13.0",
"@skyra/env-utilities": "^1.2.1",
"@skyra/http-framework": "^1.1.0",
"@skyra/http-framework-i18n": "^1.0.3",
"@skyra/http-framework": "^1.1.1",
"@skyra/http-framework-i18n": "^1.0.4",
"@skyra/logger": "^2.0.1",
"@skyra/safe-fetch": "^1.1.2",
"@skyra/shared-http-pieces": "^1.0.4",
"@skyra/shared-http-pieces": "^1.0.5",
"@skyra/start-banner": "^2.0.0",
"@skyra/twitch-helpers": "^1.0.3",
"@vladfrangu/async_event_emitter": "^2.2.2",
Expand All @@ -50,7 +50,7 @@
"he": "^1.2.0",
"ioredis": "^5.3.2",
"jsbd": "^0.0.11",
"luxon": "^3.4.2",
"luxon": "^3.4.3",
"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.2",
"@types/node": "^18.17.14",
"@types/node": "^18.17.15",
"@types/tar": "^6.1.5",
"@typescript-eslint/eslint-plugin": "^6.5.0",
"@typescript-eslint/parser": "^6.5.0",
"@vitest/coverage-v8": "^0.34.3",
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/parser": "^6.6.0",
"@vitest/coverage-v8": "^0.34.4",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.48.0",
"eslint": "^8.49.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"husky": "^8.0.3",
"lint-staged": "^14.0.1",
"prettier": "^3.0.3",
"prisma": "^5.2.0",
"rimraf": "^5.0.1",
"tar": "^6.1.15",
"tar": "^6.2.0",
"typescript": "^5.2.2",
"vitest": "^0.34.3"
"vitest": "^0.34.4"
},
"resolutions": {
"ansi-regex": "^5.0.1",
Expand Down
Loading

0 comments on commit 0d11b7c

Please sign in to comment.