Skip to content

Commit

Permalink
fix(deps): update minor dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 29, 2024
1 parent 2187695 commit 8696ff8
Show file tree
Hide file tree
Showing 3 changed files with 1,091 additions and 409 deletions.
14 changes: 7 additions & 7 deletions apps/bot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
"test:coverage": "pnpm vitest run --coverage"
},
"dependencies": {
"@discordx/importer": "1.2.1",
"@discordx/pagination": "3.4.1",
"discord.js": "14.8.0",
"discordx": "11.7.1",
"dotenv": "16.0.3",
"znv": "0.3.2",
"zod": "3.21.4"
"@discordx/importer": "1.3.1",
"@discordx/pagination": "3.5.4",
"discord.js": "14.15.3",
"discordx": "11.12.0",
"dotenv": "16.4.5",
"znv": "0.4.0",
"zod": "3.23.8"
},
"devDependencies": {
"@vitest/coverage-c8": "0.29.3",
Expand Down
14 changes: 7 additions & 7 deletions packages/eslint-config-custom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
"format:fix": "prettier --write ."
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "5.55.0",
"@typescript-eslint/parser": "5.55.0",
"eslint": "8.36.0",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"eslint": "8.57.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-airbnb-typescript": "17.0.0",
"eslint-config-prettier": "8.7.0",
"eslint-config-airbnb-typescript": "17.1.0",
"eslint-config-prettier": "8.10.0",
"eslint-config-turbo": "latest",
"eslint-plugin-import": "2.27.5",
"typescript": "5.0.2"
"eslint-plugin-import": "2.29.1",
"typescript": "5.5.2"
},
"devDependencies": {
"prettier": "2.8.4"
Expand Down
Loading

0 comments on commit 8696ff8

Please sign in to comment.