File tree Expand file tree Collapse file tree 5 files changed +363
-531
lines changed
Expand file tree Collapse file tree 5 files changed +363
-531
lines changed Original file line number Diff line number Diff line change 2323 "@changesets/cli" : " ^2.26.1" ,
2424 "@svitejs/changesets-changelog-github-compact" : " ^1.1.0" ,
2525 "@typescript-eslint/eslint-plugin" : " ^5.60.0" ,
26- "eslint" : " ^8.43 .0" ,
27- "eslint-plugin-svelte" : " ^2.31.0 " ,
26+ "eslint" : " ^8.44 .0" ,
27+ "eslint-plugin-svelte" : " ^2.32.2 " ,
2828 "eslint-plugin-unicorn" : " ^47.0.0" ,
2929 "playwright" : " ^1.35.1" ,
3030 "prettier" : " ^2.8.8" ,
Original file line number Diff line number Diff line change 127127 "@types/node" : " ^14.18.51" ,
128128 "agadoo" : " ^3.0.0" ,
129129 "dts-buddy" : " ^0.1.7" ,
130- "esbuild" : " ^0.17.19 " ,
130+ "esbuild" : " ^0.18.11 " ,
131131 "happy-dom" : " ^9.20.3" ,
132132 "jsdom" : " ^21.1.2" ,
133133 "kleur" : " ^4.1.5" ,
134- "rollup" : " ^3.25.1 " ,
134+ "rollup" : " ^3.26.2 " ,
135135 "source-map" : " ^0.7.4" ,
136136 "tiny-glob" : " ^0.2.9" ,
137137 "typescript" : " ^5.1.3" ,
138- "vitest" : " ^0.31.4 "
138+ "vitest" : " ^0.33.0 "
139139 }
140140}
Original file line number Diff line number Diff line change 11// @vitest -environment jsdom
2- // TODO: https://github.com/capricorn86/happy-dom/issues/916
32
43import * as fs from 'node:fs' ;
54import * as path from 'node:path' ;
You can’t perform that action at this time.
0 commit comments