Skip to content

Commit

Permalink
feat(utils/sui-tokens): set poper dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
andresin87 committed Dec 20, 2024
1 parent 6232e6e commit e5f5c02
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions utils/sui-tokens/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@s-ui/tokens",
"version": "0.0.0-beta.15",
"version": "0.0.0-beta.16",
"description": "Tool for manipulate @s-ui tokens.",
"publishConfig": {
"access": "public"
Expand All @@ -21,16 +21,17 @@
"tokens",
"sui"
],
"dependencies": {
"tsx": "4.19.2",
"typescript": "4.9.5",
"zod": "3.23.8"
},
"devDependencies": {
"chalk": "4.1.2",
"change-case": "5.4.4",
"chroma-js": "2.6.0",
"commander": "8.3.0",
"deepmerge-ts": "^4.0.0",
"lodash.get": "^4.4.2",
"tsx": "4.19.2",
"typescript": "4.9.5",
"zod": "3.23.8"
"deepmerge-ts": "^4.0.0"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit e5f5c02

Please sign in to comment.