Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Commit

Permalink
Fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
shelegdmitriy committed Aug 3, 2021
1 parent 6145c68 commit f9b895b
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 13 deletions.
10 changes: 10 additions & 0 deletions frontend/next-env.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
/// <reference types="next" />
/// <reference types="next/types/global" />
/// <reference types="next/image-types/global" />

declare module "*.svg" {
const content: React.FC;
export default content;
}

declare module "react-text-collapse";
declare module "echarts-for-react";

declare module "*"; // for datamaps npm
32 changes: 20 additions & 12 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"bootstrap": "^4.6.0",
"d3": "^5.16.0",
"echarts": "^4.9.0",
"echarts-for-react": "^2.0.16",
"echarts-for-react": "^3.0.1",
"fast-deep-equal": "^3.1.3",
"hexy": "^0.3.1",
"lodash": "^4.17.21",
Expand Down Expand Up @@ -93,9 +93,11 @@
"@types/d3": "^5.16.4",
"@types/jest": "^24.0.18",
"@types/lodash": "^4.14.171",
"@types/mixpanel-browser": "^2.35.7",
"@types/node": "^12.20.4",
"@types/react": "^16.14.4",
"@types/react-dom": "^16.9.11",
"@types/react-paginate": "^7.1.1",
"@types/react-test-renderer": "^16.9.5",
"autoprefixer": "^10.2.5",
"babel-jest": "^26.6.3",
Expand Down

0 comments on commit f9b895b

Please # to comment.