Skip to content

Commit

Permalink
Fix l7 dependencies (#294)
Browse files Browse the repository at this point in the history
* fix: 添加L7依赖

* chore:update umi version

* fix ts error

* 撤销上次提交

* fix ts eror

Co-authored-by: zhengxue.lzx <zhengxue.lzx@antgroup.com>
Co-authored-by: chenshuai2144 <qixian.cs@outlook.com>
  • Loading branch information
3 people authored Oct 12, 2020
1 parent 2c097cb commit caeba7d
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 7 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ module.exports = {
'import/no-extraneous-dependencies': 0,
'@typescript-eslint/no-explicit-any': 0,
'import/no-unresolved': 0,
'@typescript-eslint/naming-convention': 0,
},
globals: {
ANT_DESIGN_PRO_ONLY_DO_NOT_USE_IN_YOUR_PRODUCTION: true,
Expand Down
3 changes: 0 additions & 3 deletions DashboardAnalysis/src/components/Charts/bizcharts.d.ts

This file was deleted.

2 changes: 2 additions & 0 deletions DashboardMonitor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
"dependencies": {
"@ant-design/icons": "^4.0.0",
"@antv/data-set": "^0.11.0",
"@antv/l7": "^2.1.9",
"@antv/l7-maps": "^2.1.9",
"@antv/l7-react": "^2.1.9",
"@types/lodash.debounce": "^4.0.6",
"bizcharts": "^3.5.3-beta.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"numeral": "^2.0.6",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"umi": "3.2.3",
"umi": "^3.2.23",
"umi-request": "^1.0.0"
},
"devDependencies": {
Expand Down
17 changes: 14 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,19 @@
"acceptance-tests",
"webpack",
"jest",
"src/setupTests.ts",
"tslint:latest",
"tslint-config-prettier"
"src/setupTests.ts"
],
"include": [
"typings.d.ts",
"**/src/**/*",
"tests/**/*",
"test/**/*",
"__test__/**/*",
"typings/**/*",
"config/**/*",
".eslintrc.js",
".stylelintrc.js",
".prettierrc.js",
"jest.config.js"
]
}

0 comments on commit caeba7d

Please sign in to comment.