Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

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 Jan 3, 2024
1 parent 565c18c commit 918578c
Show file tree
Hide file tree
Showing 3 changed files with 678 additions and 606 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Add problem matcher
run: echo "::add-matcher::.github/problemMatchers/eslint.json"
- name: Install pnpm
uses: pnpm/action-setup@v2.2.4
uses: pnpm/action-setup@v2.4.0
with:
version: next-7
- name: Use Node.js v18
Expand All @@ -38,7 +38,7 @@ jobs:
- name: Add problem matcher
run: echo "::add-matcher::.github/problemMatchers/tsc.json"
- name: Install pnpm
uses: pnpm/action-setup@v2.2.4
uses: pnpm/action-setup@v2.4.0
with:
version: next-7
- name: Use Node.js v18
Expand Down
50 changes: 25 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"author": "@somelist",
"license": "UNLICENSED",
"type": "module",
"packageManager": "pnpm@7.22.0",
"packageManager": "pnpm@7.33.6",
"imports": {
"#lib/*": "./dist/lib/*.js",
"#root/*": "./dist/*.js",
Expand All @@ -23,48 +23,48 @@
"update:l": "pnpm update --latest"
},
"dependencies": {
"@kaname-png/plugin-subcommands-advanced": "^2.1.8",
"@kaname-png/plugin-subcommands-advanced": "^2.4.0",
"@sapphire/decorators": "^5.0.0",
"@sapphire/discord.js-utilities": "^5.1.2",
"@sapphire/framework": "^3.2.0",
"@sapphire/pieces": "^3.6.0",
"@sapphire/plugin-logger": "^3.0.1",
"@sapphire/pieces": "^3.10.0",
"@sapphire/plugin-logger": "^3.0.7",
"@sapphire/plugin-subcommands": "^3.2.4",
"@sapphire/type": "^2.3.0",
"@sapphire/utilities": "^3.11.0",
"@skyra/env-utilities": "^1.1.0",
"colorette": "^2.0.19",
"@sapphire/type": "^2.4.3",
"@sapphire/utilities": "^3.15.1",
"@skyra/env-utilities": "^1.3.0",
"colorette": "^2.0.20",
"discord-api-types": "0.37.14",
"discord.js": "^13.12.0",
"tslib": "^2.4.1"
"discord.js": "^13.17.1",
"tslib": "^2.6.2"
},
"devDependencies": {
"@commitlint/cli": "^17.4.0",
"@commitlint/config-conventional": "^17.4.0",
"@sapphire/eslint-config": "^4.3.8",
"@sapphire/prettier-config": "^1.4.4",
"@commitlint/cli": "^17.8.1",
"@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.4.10",
"@types/node": "^18.11.18",
"@types/prettier": "^2.7.2",
"@typescript-eslint/eslint-plugin": "^5.48.0",
"@typescript-eslint/parser": "^5.48.0",
"eslint": "^8.31.0",
"eslint-config-prettier": "^8.6.0",
"@types/eslint": "^8.56.1",
"@types/node": "^18.19.4",
"@types/prettier": "^2.7.3",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-prettier": "^4.2.1",
"husky": "^8.0.3",
"lint-staged": "^13.1.0",
"prettier": "^2.8.2",
"lint-staged": "^13.3.0",
"prettier": "^2.8.8",
"pretty-quick": "^3.1.3",
"typescript": "^4.9.4"
"typescript": "^4.9.5"
},
"engines": {
"node": ">=18.0.0"
},
"resolutions": {
"ansi-regex": "^5.0.1",
"discord-api-types": "^0.37.12",
"minimist": "^1.2.7"
"minimist": "^1.2.8"
},
"prettier": "@sapphire/prettier-config",
"lint-staged": {
Expand Down
Loading

0 comments on commit 918578c

Please sign in to comment.