Skip to content

Commit

Permalink
updated packages
Browse files Browse the repository at this point in the history
  • Loading branch information
prabhuignoto committed Jan 10, 2024
1 parent 5e60166 commit 74be99c
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 31 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"rollup": "rollup -c rollup.config.mjs",
"snyk": "snyk test",
"prepare": "husky install",
"dev": "vite --config vite.config.ts --host",
"dev": "vite --config vite.config.mts --host",
"clean": "npx concurrently \"pnpm format\" \"pnpm lint:all\"",
"test": "vitest --config vitest.config.mts",
"test-ui": "vitest --config vitest.config.mts --ui",
Expand Down Expand Up @@ -78,7 +78,7 @@
"@testing-library/react-hooks": "^8.0.1",
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.11",
"@types/node": "^20.10.7",
"@types/node": "^20.10.8",
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@types/react-router-dom": "^5.3.3",
Expand Down
56 changes: 28 additions & 28 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion vite.config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default defineConfig({
'package.json',
'package-lock.json',
'tsconfig.json',
'vite.config.ts',
'vite.config.mts',
'yarn.lock',
],
},
Expand Down

0 comments on commit 74be99c

Please sign in to comment.