Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency gradient-string to v3 #261

Merged
merged 2 commits into from
Sep 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@skyra/shared-http-pieces": "^1.2.2",
"@skyra/start-banner": "^2.0.1",
"discord-api-types": "^0.37.100",
"gradient-string": "^2.0.2",
"gradient-string": "^3.0.0",
"ioredis": "^5.4.1",
"limax": "^4.1.0",
"tslib": "^2.7.0"
Expand Down
4 changes: 2 additions & 2 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { Client, container } from '@skyra/http-framework';
import { init, load } from '@skyra/http-framework-i18n';
import { registerCommands } from '@skyra/shared-http-pieces';
import { createBanner } from '@skyra/start-banner';
import gradient from 'gradient-string';
import { morning } from 'gradient-string';

setup();

Expand All @@ -23,7 +23,7 @@ const port = envParseInteger('HTTP_PORT', 3000);
await client.listen({ address, port });

console.log(
gradient.morning.multiline(
morning.multiline(
createBanner({
logo: [
String.raw` ^ `,
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -776,7 +776,7 @@ __metadata:
eslint: "npm:^8.57.1"
eslint-config-prettier: "npm:^9.1.0"
eslint-plugin-prettier: "npm:^5.2.1"
gradient-string: "npm:^2.0.2"
gradient-string: "npm:^3.0.0"
ioredis: "npm:^5.4.1"
limax: "npm:^4.1.0"
lint-staged: "npm:^15.2.10"
Expand Down Expand Up @@ -1277,7 +1277,7 @@ __metadata:
languageName: node
linkType: hard

"chalk@npm:^4.0.0, chalk@npm:^4.1.0, chalk@npm:^4.1.1, chalk@npm:^4.1.2":
"chalk@npm:^4.0.0, chalk@npm:^4.1.0, chalk@npm:^4.1.1":
version: 4.1.2
resolution: "chalk@npm:4.1.2"
dependencies:
Expand Down Expand Up @@ -2314,13 +2314,13 @@ __metadata:
languageName: node
linkType: hard

"gradient-string@npm:^2.0.2":
version: 2.0.2
resolution: "gradient-string@npm:2.0.2"
"gradient-string@npm:^3.0.0":
version: 3.0.0
resolution: "gradient-string@npm:3.0.0"
dependencies:
chalk: "npm:^4.1.2"
chalk: "npm:^5.3.0"
tinygradient: "npm:^1.1.5"
checksum: 10/3abca99686f9b0747264a34e8fb3b30b3d5bb54230ddbfa000ae1fa4bd386bdf4163284b9f740dbba36f04cf4a366b05b2f6591490b3e63ae120ec4c6ac4b958
checksum: 10/b8fc1bec2e974a81e9d38443dfcd4e8b80fd7b3422a347421c901c9fa555a3edd17aa2714d2c0c49f82cffaa14f98dab923850a41e04fb1e3ac8d50d2e94207b
languageName: node
linkType: hard

Expand Down