Skip to content

Commit

Permalink
Merge pull request #11 from DeathVenom54/v1.3.1
Browse files Browse the repository at this point in the history
v1.3.1
  • Loading branch information
0xDevansh authored May 10, 2022
2 parents edac727 + d2ac48c commit a4a237e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "djs-marshal",
"description": "A simple slash command manager for typescript",
"version": "1.3.0",
"version": "1.3.1",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": "https://github.com/DeathVenom54/djs-marshal.git",
Expand Down Expand Up @@ -39,7 +39,7 @@
"typescript": "^4.6.4"
},
"dependencies": {
"chalk": "^5.0.1",
"chalk": "4.1.2",
"deep-equal": "^2.0.5"
}
}
7 changes: 1 addition & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -287,19 +287,14 @@ callsites@^3.0.0:
resolved "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz"
integrity sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==

chalk@*, chalk@^4.0.0:
chalk@*, chalk@4.1.2, chalk@^4.0.0:
version "4.1.2"
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01"
integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==
dependencies:
ansi-styles "^4.1.0"
supports-color "^7.1.0"

chalk@^5.0.1:
version "5.0.1"
resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.0.1.tgz#ca57d71e82bb534a296df63bbacc4a1c22b2a4b6"
integrity sha512-Fo07WOYGqMfCWHOzSXOt2CxDbC6skS/jO9ynEcmpANMoPrD+W1r1K6Vx7iNm+AQmETU1Xr2t+n8nzkV9t6xh3w==

color-convert@^2.0.1:
version "2.0.1"
resolved "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz"
Expand Down

0 comments on commit a4a237e

Please sign in to comment.