Skip to content

Commit 1fdc49c

Browse files
chore(deps): update dependency jsdom to v27.3.0 (ant-design#56209)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: afc163 <afc163@gmail.com>
1 parent 8703e7e commit 1fdc49c

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.jest.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ const compileModules = [
77
'.pnpm',
88
'@asamuzakjp/css-color',
99
'@rc-component',
10+
// jsdom 27+ depends on ESM parse5, need transform
11+
'parse5',
1012
];
1113

1214
// cnpm use `_` as prefix

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@
268268
"jest-image-snapshot": "^6.5.1",
269269
"jest-puppeteer": "^11.0.0",
270270
"jquery": "^3.7.1",
271-
"jsdom": "27.0.0",
271+
"jsdom": "^27.3.0",
272272
"jsonml-to-react-element": "^1.1.11",
273273
"jsonml.js": "^0.1.0",
274274
"lint-staged": "^16.2.7",

0 commit comments

Comments
 (0)