Skip to content

Commit

Permalink
fix(deps): update dependency gradient-string to v3 (#269)
Browse files Browse the repository at this point in the history
* fix(deps): update dependency gradient-string to v3

* fix: update `gradient-string` usage

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Aura Román <kyradiscord@gmail.com>
  • Loading branch information
renovate[bot] and kyranet authored Sep 29, 2024
1 parent 13556b6 commit a5a3c31
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"canvas-constructor": "^7.0.2",
"culori": "^4.0.1",
"discord-api-types": "^0.37.100",
"gradient-string": "^2.0.2",
"gradient-string": "^3.0.0",
"he": "^1.2.0",
"ioredis": "^5.4.1",
"jsbd": "^0.0.11",
Expand Down
4 changes: 2 additions & 2 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,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 { vice } from 'gradient-string';

setup();

Expand Down Expand Up @@ -32,7 +32,7 @@ await client.listen({ address, port });
container.reminders.start();

console.log(
gradient.vice.multiline(
vice.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 @@ -1444,7 +1444,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"
he: "npm:^1.2.0"
ioredis: "npm:^5.4.1"
jsbd: "npm:^0.0.11"
Expand Down Expand Up @@ -2105,7 +2105,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 @@ -3282,13 +3282,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

0 comments on commit a5a3c31

Please # to comment.