Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
alexasselin008 committed Nov 2, 2023
1 parent 16230ba commit a04623e
Show file tree
Hide file tree
Showing 3 changed files with 65 additions and 441 deletions.
16 changes: 8 additions & 8 deletions packages/tokens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,16 @@
"build": "pnpm run build:ts && pnpm run build:tokens && pnpm run clean:build"
},
"dependencies": {
"style-dictionary": "^3.8.0"
"style-dictionary": "3.9.0"
},
"devDependencies": {
"@types/react": "^18.2.23",
"@types/node": "18.15.11",
"@workleap/eslint-plugin": "1.8.1",
"@workleap/tsup-configs": "^2.0.0",
"@workleap/typescript-configs": "2.3.1",
"tsup": "^7.1.0",
"typescript": "5.0.3"
"@types/node": "20.8.10",
"@workleap/eslint-plugin": "3.0.0",
"@workleap/tsup-configs": "3.0.1",
"@workleap/typescript-configs": "3.0.2",
"tsup": "7.2.0",
"typescript": "5.2.2",
"style-dictionary": "3.9.0"
},
"sideEffects": false,
"engines": {
Expand Down
1 change: 1 addition & 0 deletions packages/tokens/src/stories/components/List.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import "./list.css";

export interface Style { name: string; value: string }
export type TokenType = "core" | "background" | "border" | "text" | "icon" | "dataViz";

interface ListProps {
styles: Style[];
tokenType: TokenType;
Expand Down
Loading

0 comments on commit a04623e

Please sign in to comment.