Skip to content

Commit c76244f

Browse files
committed
chore: update project configuration and test mocks
- Update dependencies and package settings - Refine TypeScript and Vite configurations for better build and test processes - Add Wallaby.js config for continuous testing - Update test mocks to be more comprehensive and robust
1 parent 2d9ff37 commit c76244f

File tree

7 files changed

+436
-42
lines changed

7 files changed

+436
-42
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@
6666
"@types/react": "^19.1.8",
6767
"@types/react-dom": "^19.1.6",
6868
"@vitejs/plugin-react": "^4.5.2",
69+
"@vitest/coverage-v8": "3.2.4",
6970
"jsdom": "^26.1.0",
7071
"react": "^19.1.0",
7172
"react-dom": "^19.1.0",
@@ -79,7 +80,7 @@
7980
"doc": "docs"
8081
},
8182
"dependencies": {
82-
"swr": "^2.3.3",
83-
"react": "^19.1.0-beta-04b05886-20240704"
83+
"react": "^19.1.0-beta-04b05886-20240704",
84+
"swr": "^2.3.3"
8485
}
8586
}

0 commit comments

Comments
 (0)