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

Commit

Permalink
Bump 7 dependencies (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Aug 7, 2023
1 parent 1067ea5 commit 0739199
Show file tree
Hide file tree
Showing 10 changed files with 143 additions and 163 deletions.
2 changes: 1 addition & 1 deletion apps/bot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@riskybot/riskybot": "workspace:^"
},
"devDependencies": {
"@vercel/node": "^2.15.7"
"@vercel/node": "^2.15.8"
},
"type": "module"
}
2 changes: 1 addition & 1 deletion apps/imgen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@riskybot/image-generate": "workspace:^",
"@sapphire/shapeshift": "^3.9.2",
"discord-api-parser": "workspace:^",
"discord-api-types": "^0.37.51",
"discord-api-types": "^0.37.52",
"express": "^4.18.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion apps/riskybot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@sapphire/shapeshift": "^3.9.2",
"@sapphire/snowflake": "^3.5.1",
"discord-api-parser": "workspace:^",
"discord-api-types": "^0.37.51",
"discord-api-types": "^0.37.52",
"express": "^4.18.2"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions apps/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
"dependencies": {
"@emotion/react": "^11.11.1",
"@skyra/discord-components-react": "^3.6.0",
"discord-api-types": "^0.37.51",
"next": "^13.4.12",
"discord-api-types": "^0.37.52",
"next": "^13.4.13",
"react": "^18.2.0",
"react-awesome-reveal": "^4.2.5",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@next/eslint-plugin-next": "^13.4.12",
"@types/node": "^20.4.5",
"@next/eslint-plugin-next": "^13.4.13",
"@types/node": "^20.4.8",
"@types/react": "^18.2.18",
"@types/react-dom": "^18.2.7",
"autoprefixer": "^10.4.14",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@
"dev:bot": "yarn vercel dev"
},
"devDependencies": {
"@types/node": "^20.4.5",
"@types/node": "^20.4.8",
"@typescript-eslint/eslint-plugin": "^6.2.1",
"@typescript-eslint/parser": "^6.2.1",
"@vercel/node": "^2.15.7",
"@vercel/node": "^2.15.8",
"dotenv": "^16.3.1",
"eslint": "^8.46.0",
"turbo": "^1.10.12",
"typescript": "^5.1.6",
"vercel": "^31.2.1"
"vercel": "^31.2.2"
},
"packageManager": "[email protected]",
"workspaces": [
Expand Down
2 changes: 1 addition & 1 deletion packages/apis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@riskybot/error": "workspace:^",
"@sapphire/shapeshift": "^3.9.2",
"lru-cache": "^10.0.0",
"undici": "^5.22.1"
"undici": "^5.23.0"
},
"devDependencies": {
"eslint": "^8.46.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/command/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
"@riskybot/error": "workspace:^",
"@riskybot/tools": "workspace:^",
"discord-api-parser": "workspace:^",
"discord-api-types": "^0.37.51",
"discord-api-types": "^0.37.52",
"glob": "^10.3.3",
"undici": "^5.22.1"
"undici": "^5.23.0"
},
"devDependencies": {
"eslint": "^8.46.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/discord-api-parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
},
"dependencies": {
"@sapphire/snowflake": "^3.5.1",
"discord-api-types": "0.37.51",
"discord-api-types": "0.37.52",
"discord-interactions": "^3.4.0",
"discord-verify": "^1.2.0",
"form-data": "^4.0.0",
"undici": "^5.22.1"
"undici": "^5.23.0"
},
"devDependencies": {
"eslint": "^8.46.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/image-generation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"dependencies": {
"@napi-rs/canvas": "0.1.41",
"undici": "^5.22.1"
"undici": "^5.23.0"
},
"devDependencies": {
"eslint": "^8.46.0",
Expand Down
Loading

0 comments on commit 0739199

Please sign in to comment.