Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ storybook-static
.reports
.pnpm-store

deps.json
depsFiltered.json

# VSCode extension "Local History"
.history

Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@
"oxc": "oxlint -c .oxlintrc.json",
"oxc:fix": "pnpm run oxc --fix",
"prepare": "husky",
"analyse:deps:ui": "tsx ./utils/scripts/analyse-deps.ts packages/ui/src/components",
"analyse:deps:form": "tsx ./utils/scripts/analyse-deps.ts packages/form/src/components",
"tokens:update": "tsx ./utils/scripts/figma-synchronise-tokens.tsx && pnpm run format packages/themes/src/themes/console",
"icons:update": "tsx ./utils/scripts/generate-icons-file.tsx && pnpm run format packages/icons",
"release": "pnpm build && pnpm changeset publish",
Expand Down Expand Up @@ -135,6 +137,7 @@
"@ultraviolet/fonts": "workspace:*",
"@ultraviolet/themes": "workspace:*",
"@ultraviolet/ui": "workspace:*",
"@vanilla-extract/vite-plugin": "5.1.1",
"@vitejs/plugin-react": "5.0.2",
"@vitest/coverage-istanbul": "3.2.4",
"@vitest/ui": "3.2.4",
Expand Down
Loading
Loading