Skip to content

Commit

Permalink
ci: bump jsdom (ant-design#52332)
Browse files Browse the repository at this point in the history
  • Loading branch information
zombieJ authored Jan 9, 2025
1 parent c27582e commit 72bed18
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .jest.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ const compileModules = [
'@ant-design',
'countup.js',
'.pnpm',
'@asamuzakjp/css-color',
];

const ignoreList = [];
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
"devDependencies": {
"@ant-design/compatible": "^5.1.3",
"@ant-design/happy-work-theme": "^1.0.0",
"@ant-design/tools": "^18.0.2",
"@ant-design/tools": "^18.0.3",
"@ant-design/v5-patch-for-react-19": "^1.0.2",
"@antfu/eslint-config": "^3.11.2",
"@antv/g6": "^4.8.24",
Expand Down Expand Up @@ -262,7 +262,7 @@
"jest-image-snapshot": "^6.4.0",
"jest-puppeteer": "^11.0.0",
"jquery": "^3.7.1",
"jsdom": "^25.0.1",
"jsdom": "^26.0.0",
"jsonml-to-react-element": "^1.1.11",
"jsonml.js": "^0.1.0",
"lint-staged": "^15.3.0",
Expand Down

0 comments on commit 72bed18

Please sign in to comment.