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 Jul 1, 2023
1 parent 6101668 commit 036b5ae
Show file tree
Hide file tree
Showing 3 changed files with 227 additions and 106 deletions.
2 changes: 1 addition & 1 deletion apps/bot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"dependencies": {
"@discordx/importer": "1.2.2",
"@discordx/pagination": "3.4.1",
"@notionhq/client": "2.2.5",
"@notionhq/client": "2.2.6",
"discord.js": "14.11.0",
"discordx": "11.7.6",
"dotenv": "16.3.1",
Expand Down
8 changes: 4 additions & 4 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.60.0",
"@typescript-eslint/parser": "5.60.0",
"eslint": "8.43.0",
"@typescript-eslint/eslint-plugin": "5.60.1",
"@typescript-eslint/parser": "5.60.1",
"eslint": "8.44.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-airbnb-typescript": "17.0.0",
"eslint-config-prettier": "8.8.0",
"eslint-config-turbo": "latest",
"eslint-plugin-import": "2.27.5",
"typescript": "5.1.3"
"typescript": "5.1.6"
},
"devDependencies": {
"prettier": "2.8.8"
Expand Down
Loading

0 comments on commit 036b5ae

Please sign in to comment.