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] committed Oct 23, 2023
1 parent fa09e96 commit 8bd2039
Show file tree
Hide file tree
Showing 3 changed files with 187 additions and 142 deletions.
6 changes: 3 additions & 3 deletions apps/bot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
"dependencies": {
"@discordx/importer": "1.2.3",
"@discordx/pagination": "3.4.1",
"@notionhq/client": "2.2.12",
"@notionhq/client": "2.2.13",
"discord.js": "14.13.0",
"discordx": "11.7.6",
"dotenv": "16.3.1",
"znv": "0.3.2",
"zod": "3.22.2"
"znv": "0.4.0",
"zod": "3.22.4"
},
"devDependencies": {
"@types/node": "18.17.6",
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,14 +8,14 @@
"format:fix": "prettier --write ."
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "6.4.1",
"@typescript-eslint/parser": "6.4.1",
"eslint": "8.48.0",
"@typescript-eslint/eslint-plugin": "6.8.0",
"@typescript-eslint/parser": "6.8.0",
"eslint": "8.52.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-airbnb-typescript": "17.1.0",
"eslint-config-prettier": "9.0.0",
"eslint-config-turbo": "latest",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-import": "2.29.0",
"typescript": "5.2.2"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 8bd2039

Please sign in to comment.