File tree 2 files changed +8
-7
lines changed
2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,9 @@ updates:
17
17
- ' *testing-library*'
18
18
- ' *vite*'
19
19
- ' *vitest*'
20
- - ' jsdom'
21
- - ' happy-dom'
20
+ - ' *jsdom*'
21
+ - ' *happy-dom*'
22
+ - ' expect-type'
22
23
development :
23
24
dependency-type : ' development'
24
25
Original file line number Diff line number Diff line change 87
87
}
88
88
},
89
89
"dependencies" : {
90
- "@testing-library/dom" : " ^9.3.1 "
90
+ "@testing-library/dom" : " ^10.0.0 "
91
91
},
92
92
"devDependencies" : {
93
93
"@sveltejs/vite-plugin-svelte" : " ^3.0.2" ,
94
94
"@testing-library/jest-dom" : " ^6.3.0" ,
95
95
"@testing-library/user-event" : " ^14.5.2" ,
96
96
"@typescript-eslint/eslint-plugin" : " 6.19.1" ,
97
97
"@typescript-eslint/parser" : " 6.19.1" ,
98
- "@vitest/coverage-v8" : " ^0.33.0 " ,
98
+ "@vitest/coverage-v8" : " ^1.5.2 " ,
99
99
"all-contributors-cli" : " ^6.26.1" ,
100
100
"doctoc" : " ^2.2.1" ,
101
101
"eslint" : " 8.56.0" ,
108
108
"eslint-plugin-simple-import-sort" : " 10.0.0" ,
109
109
"eslint-plugin-svelte" : " 2.35.1" ,
110
110
"eslint-plugin-vitest-globals" : " 1.4.0" ,
111
- "expect-type" : " ^0.17.3 " ,
111
+ "expect-type" : " ^0.19.0 " ,
112
112
"happy-dom" : " ^14.7.1" ,
113
- "jsdom" : " ^22.1 .0" ,
113
+ "jsdom" : " ^24.0 .0" ,
114
114
"npm-run-all" : " ^4.1.5" ,
115
115
"prettier" : " 3.2.4" ,
116
116
"prettier-plugin-svelte" : " 3.1.2" ,
119
119
"svelte-jester" : " ^3.0.0" ,
120
120
"typescript" : " ^5.3.3" ,
121
121
"vite" : " ^5.1.1" ,
122
- "vitest" : " ^0.33.0 "
122
+ "vitest" : " ^1.5.2 "
123
123
}
124
124
}
You can’t perform that action at this time.
0 commit comments