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 13, 2024
1 parent 11d3ca7 commit 521d830
Show file tree
Hide file tree
Showing 3 changed files with 167 additions and 174 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.12.1
20.12.2
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"lint": "eslint --fix src/**/*.ts",
"lint:dry-run": "eslint --fix-dry-run src/**/*.ts"
},
"packageManager": "pnpm@^8.15.6",
"packageManager": "pnpm@^8.15.7",
"type": "module",
"main": "./dist/index.js",
"files": [
Expand Down Expand Up @@ -59,7 +59,7 @@
"@skyra/env-utilities": "^1.3.0",
"@skyra/jaro-winkler": "^1.1.1",
"binarytf": "^2.1.3",
"bullmq": "^5.5.2",
"bullmq": "^5.7.1",
"colorette": "^2.0.20",
"discord-api-types": "^0.37.79",
"discord.js": "^14.14.1",
Expand All @@ -74,11 +74,11 @@
"@commitlint/config-angular": "^18.6.1",
"@favware/cliff-jumper": "^2.2.3",
"@sapphire/ts-config": "^5.0.1",
"@swc/core": "^1.4.12",
"@types/node": "^20.12.5",
"@swc/core": "^1.4.13",
"@types/node": "^20.12.7",
"@types/parse-json": "^4.0.2",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"@typescript-eslint/eslint-plugin": "^7.6.0",
"@typescript-eslint/parser": "^7.6.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-eslint-comments": "^3.2.0",
Expand All @@ -95,9 +95,9 @@
"tslib": "^2.6.2",
"tsup": "^8.0.2",
"turbo": "^1.13.2",
"typescript": "^5.4.4",
"typescript": "^5.4.5",
"typescript-eslint-language-service": "^5.0.5",
"typescript-jsdoctag-completions-plugin": "1.5.1-beta",
"vitest": "^1.4.0"
"vitest": "^1.5.0"
}
}
Loading

0 comments on commit 521d830

Please sign in to comment.