From dde293a0125822cc56315f05468a7abc80d0a01e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 May 2023 09:54:16 +0800 Subject: [PATCH] chore(deps): update dependency countup.js to v2.6.2 (#42196) * chore(deps): update dependency countup.js to v2.6.2 * test: add countup.js to jest transformIgnorePatterns --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: afc163 --- .jest.js | 2 +- package.json | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.jest.js b/.jest.js index e367fe38d6..08ff43ec46 100644 --- a/.jest.js +++ b/.jest.js @@ -1,4 +1,4 @@ -const compileModules = ['dnd-core', 'react-sticky-box', 'tween-one', '@babel', '@ant-design']; +const compileModules = ['react-sticky-box', 'rc-tween-one', '@babel', '@ant-design', 'countup.js']; const ignoreList = []; diff --git a/package.json b/package.json index 4c862028d2..a2bffbce8e 100644 --- a/package.json +++ b/package.json @@ -209,7 +209,6 @@ "antd-token-previewer": "^1.1.0-21", "chalk": "^4.0.0", "cheerio": "1.0.0-rc.12", - "countup.js": "2.6.0", "cross-env": "^7.0.0", "dekko": "^0.2.1", "dumi": "^2.1.17",