Skip to content

Commit

Permalink
deps: fix lockfile and dedupe deps
Browse files Browse the repository at this point in the history
  • Loading branch information
clementprevot committed Mar 22, 2024
1 parent c554de4 commit 0f0c0d8
Show file tree
Hide file tree
Showing 12 changed files with 36 additions and 322 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
3 changes: 2 additions & 1 deletion packages/design-tokens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@
"lint-fix": "yarn run -T eslint --cache --fix .",
"quality": "yarn run lint & yarn run format",
"quality-fix": "yarn run lint-fix && yarn run format-fix",
"setup": "(yarn run -T is-ci || yarn install) && yarn run build"
"setup": "(yarn run -T is-ci || yarn install) && yarn run build",
"update-deps": "yarn run -T update-deps"
},
"devDependencies": {
"@snowball-tech/eslint-config": "^5.3.5",
Expand Down
Loading

0 comments on commit 0f0c0d8

Please sign in to comment.