Skip to content

Commit

Permalink
fixups
Browse files Browse the repository at this point in the history
  • Loading branch information
Geoffrey Chong committed Sep 2, 2024
1 parent 413ac10 commit 3181251
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 28 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@storybook/test": "^8.2.9",
"@storybook/theming": "^8.2.9",
"@stylistic/eslint-plugin": "^2.6.4",
"@testing-library/jest-dom": "^6.4.8",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^14.5.2",
"@types/node": "^20.14.12",
Expand Down
3 changes: 1 addition & 2 deletions packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"build:global-styles": "postcss ./styles/global.css --output dist/global.css",
"build:combine-styles": "concat-cli -f ./dist/global.css ./dist/styles.css -o ./dist/styles.css && rm ./dist/global.css",
"build:styles": "pnpm build:global-styles && pnpm build:combine-styles",
"test": "vitest --config ../../vite.config.ts",
"test": "FORCE_COLOR=1 vitest --config ../../vite.config.ts",
"update-icons": "./src/Icon/bin/update-icons.sh",
"i18n:extract": "pnpm i18n-extract",
"clean": "rimraf 'dist' 'node_modules' '.turbo'",
Expand Down Expand Up @@ -107,7 +107,6 @@
"@kaizen/package-bundler": "workspace:*",
"@tanstack/react-query": "^5.51.23",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.5.0",
"@types/lodash.debounce": "^4.0.9",
"@types/react-highlight": "^0.12.8",
"@types/react-textfit": "^1.1.4",
Expand Down
2 changes: 2 additions & 0 deletions packages/components/svgo.spec.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import { describe } from "vitest"

const {
removeRootSVGElement,
replaceAttrKeys,
Expand Down
50 changes: 25 additions & 25 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3181251

Please sign in to comment.