Skip to content

Commit 809dfa7

Browse files
authored
Update playwright (#3920)
* Update playwright * Revert `@vitest/eslint-plugin`
1 parent ec23f27 commit 809dfa7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@
6565
"@typescript-eslint/eslint-plugin": "^8.39.1",
6666
"@typescript-eslint/parser": "^8.39.1",
6767
"@vitejs/plugin-react": "^5.1.1",
68-
"@vitest/browser-playwright": "^4.0.1",
69-
"@vitest/coverage-istanbul": "^4.0.1",
68+
"@vitest/browser-playwright": "^4.0.14",
69+
"@vitest/coverage-istanbul": "^4.0.14",
7070
"@vitest/eslint-plugin": "^1.3.4",
7171
"clsx": "^2.1.1",
7272
"ecij": "^0.2.0",
@@ -78,7 +78,7 @@
7878
"eslint-plugin-testing-library": "^7.10.0",
7979
"jspdf": "^3.0.1",
8080
"jspdf-autotable": "^5.0.2",
81-
"playwright": "^1.56.1",
81+
"playwright": "^1.57.0",
8282
"postcss": "^8.5.2",
8383
"prettier": "3.6.2",
8484
"react": "^19.2.0",
@@ -87,7 +87,7 @@
8787
"rolldown-plugin-dts": "^0.18.0",
8888
"typescript": "~5.9.2",
8989
"vite": "npm:rolldown-vite@^7.2.5",
90-
"vitest": "^4.0.1",
90+
"vitest": "^4.0.14",
9191
"vitest-browser-react": "^2.0.2"
9292
},
9393
"peerDependencies": {

0 commit comments

Comments
 (0)