File tree Expand file tree Collapse file tree 4 files changed +314
-775
lines changed
Expand file tree Collapse file tree 4 files changed +314
-775
lines changed Original file line number Diff line number Diff line change 1111 "test" : " vite test"
1212 },
1313 "dependencies" : {
14+ "@vibe/shared" : " workspace:*" ,
1415 "@vibe/ui" : " workspace:*" ,
1516 "@vibe/utils" : " workspace:*" ,
16- "@vibe/shared" : " workspace:*" ,
1717 "lucide-react" : " ^0.548.0" ,
1818 "react" : " ^19.1.1" ,
1919 "react-dom" : " ^19.1.1" ,
2929 "@types/react-dom" : " ^19.1.7" ,
3030 "@types/react-router-dom" : " ^5.3.3" ,
3131 "@types/semver" : " ^7.7.1" ,
32- "@vitest/browser" : " ^4.0.0" ,
33- "@vitest/ui" : " ^4.0.0" ,
32+ "@vitest/browser" : " ^4.0.3" ,
33+ "@vitest/browser-playwright" : " ^4.0.3" ,
34+ "@vitest/ui" : " ^4.0.3" ,
3435 "happy-dom" : " ^20.0.0" ,
3536 "playwright" : " ^1.55.0" ,
3637 "rolldown-vite" : " ^7.1.10" ,
Original file line number Diff line number Diff line change 11import tailwindcss from '@tailwindcss/vite' ;
22import { defineProject } from 'vitest/config' ;
3+ import { playwright } from '@vitest/browser-playwright'
34
45export default defineProject ( {
56 plugins : [ tailwindcss ( ) ] ,
67 base : '/vibe-dashboard/' ,
78 test : {
89 browser : {
910 enabled : true ,
10- provider : ' playwright' ,
11+ provider : playwright ( ) ,
1112 headless : true ,
1213 instances : [
1314 {
Original file line number Diff line number Diff line change 1919 "dprint" : " ^0.50.2" ,
2020 "oxlint-tsgolint" : " ^0.3.0" ,
2121 "top-github-dependents-by-stars" : " ^1.0.4" ,
22- "vitest" : " ^4.0.0 "
22+ "vitest" : " ^4.0.3 "
2323 },
2424 "pnpm" : {
2525 "overrides" : {
You can’t perform that action at this time.
0 commit comments