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 23
23
"@changesets/cli" : " ^2.26.1" ,
24
24
"@svitejs/changesets-changelog-github-compact" : " ^1.1.0" ,
25
25
"@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 " ,
28
28
"eslint-plugin-unicorn" : " ^47.0.0" ,
29
29
"playwright" : " ^1.35.1" ,
30
30
"prettier" : " ^2.8.8" ,
Original file line number Diff line number Diff line change 127
127
"@types/node" : " ^14.18.51" ,
128
128
"agadoo" : " ^3.0.0" ,
129
129
"dts-buddy" : " ^0.1.7" ,
130
- "esbuild" : " ^0.17.19 " ,
130
+ "esbuild" : " ^0.18.11 " ,
131
131
"happy-dom" : " ^9.20.3" ,
132
132
"jsdom" : " ^21.1.2" ,
133
133
"kleur" : " ^4.1.5" ,
134
- "rollup" : " ^3.25.1 " ,
134
+ "rollup" : " ^3.26.2 " ,
135
135
"source-map" : " ^0.7.4" ,
136
136
"tiny-glob" : " ^0.2.9" ,
137
137
"typescript" : " ^5.1.3" ,
138
- "vitest" : " ^0.31.4 "
138
+ "vitest" : " ^0.33.0 "
139
139
}
140
140
}
Original file line number Diff line number Diff line change 1
1
// @vitest -environment jsdom
2
- // TODO: https://github.com/capricorn86/happy-dom/issues/916
3
2
4
3
import * as fs from 'node:fs' ;
5
4
import * as path from 'node:path' ;
You can’t perform that action at this time.
0 commit comments