Skip to content

Commit e2e45c7

Browse files
authored
Merge pull request #28 from kagankan/feature/update-testing-packages
chore(deps): update testing packages
2 parents 1530800 + 595705e commit e2e45c7

File tree

2 files changed

+566
-208
lines changed

2 files changed

+566
-208
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"@markuplint-dev/prettier-config": "^1.0.1",
4444
"@markuplint/jsx-parser": "4.7.5",
4545
"@markuplint/react-spec": "4.5.5",
46-
"@playwright/test": "1.46.0",
46+
"@playwright/test": "^1.50.1",
4747
"@testing-library/dom": "10.4.0",
4848
"@testing-library/jest-dom": "6.4.8",
4949
"@testing-library/react": "16.0.0",
@@ -64,7 +64,7 @@
6464
"eslint-plugin-testing-library": "^7.1.1",
6565
"globals": "^15.14.0",
6666
"husky": "^9.1.5",
67-
"jsdom": "24.1.1",
67+
"jsdom": "^26.0.0",
6868
"lint-staged": "^15.2.9",
6969
"npm-run-all2": "6.2.2",
7070
"postcss": "8.4.41",
@@ -73,6 +73,6 @@
7373
"tailwindcss": "3.4.9",
7474
"typescript": "5.5.4",
7575
"vite": "5.4.0",
76-
"vitest": "2.0.5"
76+
"vitest": "^3.0.5"
7777
}
7878
}

0 commit comments

Comments
 (0)