File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
packages/jest-environment-jsdom Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 5
5
### Fixes
6
6
7
7
- ` [expect] ` Allow again ` expect.Matchers ` generic with single value ([ #11986 ] ( https://github.com/facebook/jest/pull/11986 ) )
8
+ - ` [jest-environment-jsdom] ` Add ` @types/jsdom ` dependency ([ #11999 ] ( https://github.com/facebook/jest/pull/11999 ) )
8
9
9
10
### Chore & Maintenance
10
11
Original file line number Diff line number Diff line change 17
17
"@jest/environment" : " ^27.3.1" ,
18
18
"@jest/fake-timers" : " ^27.3.1" ,
19
19
"@jest/types" : " ^27.2.5" ,
20
+ "@types/jsdom" : " ^16.2.4" ,
20
21
"@types/node" : " *" ,
21
22
"jest-mock" : " ^27.3.0" ,
22
23
"jest-util" : " ^27.3.1" ,
23
24
"jsdom" : " ^16.6.0"
24
25
},
25
26
"devDependencies" : {
26
- "@jest/test-utils" : " ^27.3.1" ,
27
- "@types/jsdom" : " ^16.2.4"
27
+ "@jest/test-utils" : " ^27.3.1"
28
28
},
29
29
"engines" : {
30
30
"node" : " ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
You can’t perform that action at this time.
0 commit comments