Skip to content

Commit

Permalink
fix: manually install vitest/except to fix linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
jtiala committed Apr 18, 2024
1 parent bf6c234 commit 9078b54
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions apps/react-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
"@types/react-test-renderer": "18.0.7",
"@vitejs/plugin-react": "4.2.1",
"@vitest/coverage-v8": "1.2.1",
"@vitest/expect": "1.2.1",
"eslint": "8.56.0",
"jsdom": "23.2.0",
"react-test-renderer": "18.2.0",
Expand Down
1 change: 1 addition & 0 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
"@types/react": "18.2.48",
"@vitejs/plugin-react": "4.2.1",
"@vitest/coverage-v8": "1.2.1",
"@vitest/expect": "1.2.1",
"eslint": "8.56.0",
"jsdom": "23.2.0",
"react-test-renderer": "18.2.0",
Expand Down
1 change: 1 addition & 0 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
"@themeless-ui/eslint-config": "workspace:*",
"@themeless-ui/typescript-config": "workspace:*",
"@vitest/coverage-v8": "1.2.1",
"@vitest/expect": "1.2.1",
"eslint": "8.56.0",
"typescript": "5.3.3",
"vite-plugin-dts": "3.7.1",
Expand Down
9 changes: 9 additions & 0 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 9078b54

Please sign in to comment.