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 55### Fixes
66
77- ` [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 ) )
89
910### Chore & Maintenance
1011
Original file line number Diff line number Diff line change 1717 "@jest/environment" : " ^27.3.1" ,
1818 "@jest/fake-timers" : " ^27.3.1" ,
1919 "@jest/types" : " ^27.2.5" ,
20+ "@types/jsdom" : " ^16.2.4" ,
2021 "@types/node" : " *" ,
2122 "jest-mock" : " ^27.3.0" ,
2223 "jest-util" : " ^27.3.1" ,
2324 "jsdom" : " ^16.6.0"
2425 },
2526 "devDependencies" : {
26- "@jest/test-utils" : " ^27.3.1" ,
27- "@types/jsdom" : " ^16.2.4"
27+ "@jest/test-utils" : " ^27.3.1"
2828 },
2929 "engines" : {
3030 "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