File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,9 @@ updates:
1717 - ' *testing-library*'
1818 - ' *vite*'
1919 - ' *vitest*'
20- - ' jsdom'
21- - ' happy-dom'
20+ - ' *jsdom*'
21+ - ' *happy-dom*'
22+ - ' expect-type'
2223 development :
2324 dependency-type : ' development'
2425
Original file line number Diff line number Diff line change 8787 }
8888 },
8989 "dependencies" : {
90- "@testing-library/dom" : " ^9.3.1 "
90+ "@testing-library/dom" : " ^10.0.0 "
9191 },
9292 "devDependencies" : {
9393 "@sveltejs/vite-plugin-svelte" : " ^3.0.2" ,
9494 "@testing-library/jest-dom" : " ^6.3.0" ,
9595 "@testing-library/user-event" : " ^14.5.2" ,
9696 "@typescript-eslint/eslint-plugin" : " 6.19.1" ,
9797 "@typescript-eslint/parser" : " 6.19.1" ,
98- "@vitest/coverage-v8" : " ^0.33.0 " ,
98+ "@vitest/coverage-v8" : " ^1.5.2 " ,
9999 "all-contributors-cli" : " ^6.26.1" ,
100100 "doctoc" : " ^2.2.1" ,
101101 "eslint" : " 8.56.0" ,
108108 "eslint-plugin-simple-import-sort" : " 10.0.0" ,
109109 "eslint-plugin-svelte" : " 2.35.1" ,
110110 "eslint-plugin-vitest-globals" : " 1.4.0" ,
111- "expect-type" : " ^0.17.3 " ,
111+ "expect-type" : " ^0.19.0 " ,
112112 "happy-dom" : " ^14.7.1" ,
113- "jsdom" : " ^22.1 .0" ,
113+ "jsdom" : " ^24.0 .0" ,
114114 "npm-run-all" : " ^4.1.5" ,
115115 "prettier" : " 3.2.4" ,
116116 "prettier-plugin-svelte" : " 3.1.2" ,
119119 "svelte-jester" : " ^3.0.0" ,
120120 "typescript" : " ^5.3.3" ,
121121 "vite" : " ^5.1.1" ,
122- "vitest" : " ^0.33.0 "
122+ "vitest" : " ^1.5.2 "
123123 }
124124}
You can’t perform that action at this time.
0 commit comments