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

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 16, 2023
1 parent 4bd85e8 commit e242014
Show file tree
Hide file tree
Showing 6 changed files with 171 additions and 172 deletions.
6 changes: 3 additions & 3 deletions libs/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"author": "KagChi",
"license": "GPL-3.0",
"devDependencies": {
"@types/amqplib": "^0.10.2"
"@types/amqplib": "^0.10.4"
},
"eslintConfig": {
"parser": "@typescript-eslint/parser",
Expand All @@ -53,7 +53,7 @@
},
"dependencies": {
"@cordis/bitfield": "^1.2.0",
"@discordjs/rest": "^2.0.1",
"@discordjs/rest": "^2.1.0",
"@nezuchan/constants": "^0.5.8",
"@nezuchan/decorators": "^0.1.0",
"@nezuchan/utilities": "^0.5.1",
Expand All @@ -62,7 +62,7 @@
"@sapphire/snowflake": "^3.5.1",
"@sapphire/utilities": "^3.13.0",
"amqp-connection-manager": "^4.1.14",
"discord-api-types": "^0.37.60",
"discord-api-types": "^0.37.63",
"ioredis": "^5.3.2",
"tslib": "^2.6.2"
}
Expand Down
6 changes: 3 additions & 3 deletions libs/framework/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"author": "KagChi",
"license": "GPL-3.0",
"devDependencies": {
"@types/amqplib": "^0.10.2"
"@types/amqplib": "^0.10.4"
},
"eslintConfig": {
"parser": "@typescript-eslint/parser",
Expand All @@ -48,15 +48,15 @@
"rules": {}
},
"dependencies": {
"@discordjs/builders": "^1.6.5",
"@discordjs/builders": "^1.7.0",
"@discordjs/collection": "^1.5.3",
"@nezuchan/core": "workspace:^",
"@sapphire/lexure": "^1.1.5",
"@sapphire/pieces": "^3.9.0",
"@sapphire/result": "^2.6.4",
"@sapphire/utilities": "^3.13.0",
"amqplib": "^0.10.3",
"discord-api-types": "^0.37.60",
"discord-api-types": "^0.37.63",
"gen-esm-wrapper": "^1.1.3",
"tslib": "^2.6.2"
}
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
"license": "GPL-3.0",
"devDependencies": {
"@hazmi35/eslint-config": "^11.0.0",
"@swc/cli": "^0.1.62",
"@swc/core": "^1.3.93",
"@types/node": "^18.18.6",
"@swc/cli": "^0.1.63",
"@swc/core": "^1.3.96",
"@types/node": "^18.18.9",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"eslint": "^8.53.0",
"lerna": "^7.4.1",
"lerna": "^7.4.2",
"rimraf": "^5.0.5",
"turbo": "^1.10.15",
"turbo": "^1.10.16",
"typescript": "^5.2.2"
},
"workspaces": [
Expand Down
2 changes: 1 addition & 1 deletion plugins/fastify-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"@sapphire/pieces": "^3.9.0",
"@sapphire/result": "^2.6.4",
"@sapphire/utilities": "^3.13.0",
"fastify": "^4.24.2",
"fastify": "^4.24.3",
"socket.io": "^4.7.2",
"socket.io-client": "^4.7.2"
}
Expand Down
2 changes: 1 addition & 1 deletion plugins/tasker-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"author": "KagChi",
"license": "GPL-3.0",
"devDependencies": {
"@types/amqplib": "^0.10.2"
"@types/amqplib": "^0.10.4"
},
"eslintConfig": {
"parser": "@typescript-eslint/parser",
Expand Down
Loading

0 comments on commit e242014

Please sign in to comment.