From 72bed18835456f90665fc5a8dcfa27b5ffd3ac2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8C=E8=B4=A7=E7=88=B1=E5=90=83=E7=99=BD=E8=90=9D?= =?UTF-8?q?=E5=8D=9C?= Date: Thu, 9 Jan 2025 19:37:04 +0800 Subject: [PATCH] ci: bump jsdom (#52332) --- .jest.js | 1 + package.json | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.jest.js b/.jest.js index c3a1708cc410..631743f5d0aa 100644 --- a/.jest.js +++ b/.jest.js @@ -5,6 +5,7 @@ const compileModules = [ '@ant-design', 'countup.js', '.pnpm', + '@asamuzakjp/css-color', ]; const ignoreList = []; diff --git a/package.json b/package.json index f9facf4382b7..ebc6237bf5aa 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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",