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

Commit

Permalink
Bump 11 dependencies (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Aug 14, 2023
1 parent 0739199 commit d968522
Show file tree
Hide file tree
Showing 12 changed files with 276 additions and 282 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.8"
"@vercel/node": "^2.15.9"
},
"type": "module"
}
4 changes: 2 additions & 2 deletions apps/imgen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
"@riskybot/image-generate": "workspace:^",
"@sapphire/shapeshift": "^3.9.2",
"discord-api-parser": "workspace:^",
"discord-api-types": "^0.37.52",
"discord-api-types": "^0.37.53",
"express": "^4.18.2"
},
"devDependencies": {
"@types/express": "^4.17.17",
"eslint": "^8.46.0",
"eslint": "^8.47.0",
"typescript": "^5.1.6"
},
"type": "module",
Expand Down
4 changes: 2 additions & 2 deletions apps/riskybot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
"@sapphire/shapeshift": "^3.9.2",
"@sapphire/snowflake": "^3.5.1",
"discord-api-parser": "workspace:^",
"discord-api-types": "^0.37.52",
"discord-api-types": "^0.37.53",
"express": "^4.18.2"
},
"devDependencies": {
"@types/express": "^4.17.17",
"eslint": "^8.46.0",
"eslint": "^8.47.0",
"typescript": "^5.1.6"
},
"type": "module",
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,18 +11,18 @@
"dependencies": {
"@emotion/react": "^11.11.1",
"@skyra/discord-components-react": "^3.6.0",
"discord-api-types": "^0.37.52",
"discord-api-types": "^0.37.53",
"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.13",
"@types/node": "^20.4.8",
"@types/react": "^18.2.18",
"@types/node": "^20.5.0",
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"autoprefixer": "^10.4.14",
"autoprefixer": "^10.4.15",
"postcss": "^8.4.27",
"tailwindcss": "^3.3.3",
"typescript": "^5.1.6"
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "riskybot",
"description": "A random discord bot with many fun features",
"version": "4.0.2",
"version": "4.0.3",
"private": true,
"author": "RiskyMH",
"engines": {
Expand All @@ -26,15 +26,15 @@
"dev:bot": "yarn vercel dev"
},
"devDependencies": {
"@types/node": "^20.4.8",
"@typescript-eslint/eslint-plugin": "^6.2.1",
"@typescript-eslint/parser": "^6.2.1",
"@vercel/node": "^2.15.8",
"@types/node": "^20.5.0",
"@typescript-eslint/eslint-plugin": "^6.3.0",
"@typescript-eslint/parser": "^6.3.0",
"@vercel/node": "^2.15.9",
"dotenv": "^16.3.1",
"eslint": "^8.46.0",
"eslint": "^8.47.0",
"turbo": "^1.10.12",
"typescript": "^5.1.6",
"vercel": "^31.2.2"
"vercel": "^31.2.3"
},
"packageManager": "[email protected]",
"workspaces": [
Expand Down
6 changes: 3 additions & 3 deletions packages/apis/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@riskybot/apis",
"description": "A set of functions to get/use APIs",
"version": "4.0.2",
"version": "4.0.3",
"homepage": "https://github.com/RiskyMH/RiskyBOT/tree/main/packages/apis",
"repository": {
"type": "git",
Expand All @@ -18,11 +18,11 @@
"dependencies": {
"@riskybot/error": "workspace:^",
"@sapphire/shapeshift": "^3.9.2",
"lru-cache": "^10.0.0",
"lru-cache": "^10.0.1",
"undici": "^5.23.0"
},
"devDependencies": {
"eslint": "^8.46.0",
"eslint": "^8.47.0",
"typescript": "^5.1.6"
},
"type": "module",
Expand Down
6 changes: 3 additions & 3 deletions packages/command/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@riskybot/command",
"description": "The command handler for RiskyBOT",
"version": "4.0.2",
"version": "4.0.3",
"homepage": "https://github.com/RiskyMH/RiskyBOT/tree/main/packages/command",
"repository": {
"type": "git",
Expand All @@ -22,12 +22,12 @@
"@riskybot/error": "workspace:^",
"@riskybot/tools": "workspace:^",
"discord-api-parser": "workspace:^",
"discord-api-types": "^0.37.52",
"discord-api-types": "^0.37.53",
"glob": "^10.3.3",
"undici": "^5.23.0"
},
"devDependencies": {
"eslint": "^8.46.0",
"eslint": "^8.47.0",
"typescript": "^5.1.6"
},
"type": "module",
Expand Down
6 changes: 3 additions & 3 deletions packages/discord-api-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "discord-api-parser",
"description": "A package that parses raw Discord API",
"version": "4.0.2",
"version": "4.0.3",
"author": "RiskyMH",
"homepage": "https://github.com/RiskyMH/RiskyBOT/tree/main/packages/discord-api-parser",
"repository": {
Expand All @@ -18,14 +18,14 @@
},
"dependencies": {
"@sapphire/snowflake": "^3.5.1",
"discord-api-types": "0.37.52",
"discord-api-types": "0.37.53",
"discord-interactions": "^3.4.0",
"discord-verify": "^1.2.0",
"form-data": "^4.0.0",
"undici": "^5.23.0"
},
"devDependencies": {
"eslint": "^8.46.0",
"eslint": "^8.47.0",
"typescript": "^5.1.6"
},
"optionalDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/error/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@riskybot/error",
"description": "The custom error class for RiskyBOT",
"version": "4.0.2",
"version": "4.0.3",
"author": "RiskyMH",
"homepage": "https://github.com/RiskyMH/RiskyBOT/tree/main/packages/error",
"repository": {
Expand All @@ -16,7 +16,7 @@
"prepack": "yarn build"
},
"devDependencies": {
"eslint": "^8.46.0",
"eslint": "^8.47.0",
"typescript": "^5.1.6"
},
"type": "module",
Expand Down
6 changes: 3 additions & 3 deletions packages/image-generation/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@riskybot/image-generate",
"description": "A simple image generation package for RiskyBOT",
"version": "4.0.2",
"version": "4.0.3",
"author": "RiskyMH",
"homepage": "https://github.com/RiskyMH/RiskyBOT/tree/main/packages/image-generation",
"repository": {
Expand All @@ -17,11 +17,11 @@
"test": "node --test"
},
"dependencies": {
"@napi-rs/canvas": "0.1.41",
"@napi-rs/canvas": "0.1.43",
"undici": "^5.23.0"
},
"devDependencies": {
"eslint": "^8.46.0",
"eslint": "^8.47.0",
"typescript": "^5.1.6"
},
"type": "module",
Expand Down
4 changes: 2 additions & 2 deletions packages/tools/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@riskybot/tools",
"description": "A collection of tools for building and maintaining the RiskyBOT project",
"version": "4.0.2",
"version": "4.0.3",
"author": "RiskyMH",
"homepage": "https://github.com/RiskyMH/RiskyBOT/tree/main/packages/tools",
"repository": {
Expand All @@ -17,7 +17,7 @@
"test": "node --test"
},
"devDependencies": {
"eslint": "^8.46.0",
"eslint": "^8.47.0",
"typescript": "^5.1.6"
},
"type": "module",
Expand Down
Loading

0 comments on commit d968522

Please sign in to comment.