Skip to content
Merged
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ module.exports = {
'^lodash-es$': 'lodash',
'react-markdown': '<rootDir>/node_modules/react-markdown/react-markdown.min.js',
'@dtinsight/react-icons': '<rootDir>/tests/iconMock.js',
'@dtinsight/dt-utils': '<rootDir>/tests/dtUtilsMock.js',
},
};
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
"typescript": "~4.5.2"
},
"dependencies": {
"@dtinsight/dt-utils": "^1.3.1",
"@dtinsight/dt-utils": "^2.1.0",
"@dtinsight/react-icons": "^1.0.0",
"@handsontable/react": "2.1.0",
"antd": "4.22.5",
Expand Down
Loading
Loading