Skip to content

Commit e991be4

Browse files
committed
Bump JSDOM to 21.x
1 parent 0ce0c70 commit e991be4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -68,13 +68,16 @@
6868
"lz-string": "^1.4.4",
6969
"pretty-format": "^27.0.2"
7070
},
71+
"overrides": {
72+
"jsdom": "^21.1.0"
73+
},
7174
"devDependencies": {
7275
"@testing-library/jest-dom": "^5.11.6",
7376
"@types/lz-string": "^1.3.34",
7477
"jest-in-case": "^1.0.2",
7578
"jest-snapshot-serializer-ansi": "^1.0.0",
7679
"jest-watch-select-projects": "^2.0.0",
77-
"jsdom": "^16.4.0",
80+
"jsdom": "^21.1.0",
7881
"kcd-scripts": "^11.0.0",
7982
"typescript": "^4.1.2"
8083
},

0 commit comments

Comments
 (0)