Skip to content

Commit f5c883a

Browse files
authored
fix: inject a consistent testid (#45)
1 parent f6dcd94 commit f5c883a

File tree

7 files changed

+152
-137
lines changed

7 files changed

+152
-137
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,7 @@
8282
"@types/react": "^19.0.0",
8383
"@types/react-dom": "^19.0.0",
8484
"@vitejs/plugin-react": "^4.3.3",
85-
"@vitest/browser-playwright": "^4.0.0-beta.15",
86-
"@vitest/utils": "^4.0.17",
85+
"@vitest/browser-playwright": "^4.0.18",
8786
"bumpp": "^9.4.2",
8887
"changelogithub": "^0.13.9",
8988
"eslint": "^9.8.0",
@@ -94,7 +93,7 @@
9493
"tsdown": "^0.15.9",
9594
"tsx": "^4.17.0",
9695
"typescript": "^5.5.4",
97-
"vitest": "^4.0.0-beta.15",
96+
"vitest": "^4.0.18",
9897
"zx": "^8.1.4"
9998
}
10099
}

0 commit comments

Comments
 (0)