Skip to content

Commit 26741e8

Browse files
authored
feat: #580, upgrade dt-utils to v2.1.0 and refresh lockfile (#639)
* feat: #580, upgrade dt-utils to v2.0.0 and refresh lockfile * fix: #580, update dt-utils API compatibility * fix: update cookie listener demo cleanup logic * fix: upgrade @dtinsight/dt-utils to 2.1.0 and adapt API changes * fix: simplify code using dt-utils isEmpty and Cookies batch APIs * fix: fix form table test for use isEmpty
1 parent c67e2fc commit 26741e8

14 files changed

Lines changed: 244 additions & 1269 deletions

File tree

jest.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@ module.exports = {
1414
'^lodash-es$': 'lodash',
1515
'react-markdown': '<rootDir>/node_modules/react-markdown/react-markdown.min.js',
1616
'@dtinsight/react-icons': '<rootDir>/tests/iconMock.js',
17+
'@dtinsight/dt-utils': '<rootDir>/tests/dtUtilsMock.js',
1718
},
1819
};

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
"typescript": "~4.5.2"
112112
},
113113
"dependencies": {
114-
"@dtinsight/dt-utils": "^1.3.1",
114+
"@dtinsight/dt-utils": "^2.1.0",
115115
"@dtinsight/react-icons": "^1.0.0",
116116
"@handsontable/react": "2.1.0",
117117
"antd": "4.22.5",

0 commit comments

Comments
 (0)