开发:升级依赖

pull/805/head
ChenX 5 years ago
parent c6997942a3
commit 3b4ffb7a48

@ -21,7 +21,7 @@
"license": "ISC",
"devDependencies": {
"@types/html-webpack-plugin": "^3.2.2",
"@types/jest": "^25.1.3",
"@types/jest": "^25.1.4",
"@types/node": "^13.7.7",
"@types/pako": "^1.0.1",
"@types/react": "^16.9.23",
@ -43,7 +43,7 @@
"file-loader": "^5.1.0",
"fork-ts-checker-webpack-plugin": "^4.0.5",
"git-revision-webpack-plugin": "^3.0.4",
"gitlog": "^3.1.2",
"gitlog": "^3.2.0",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"jest": "^25.1.0",
@ -64,7 +64,7 @@
"ts-loader": "^6.2.1",
"ts-node": "^8.6.2",
"tsconfig-paths": "^3.9.0",
"typescript": "^3.7.5",
"typescript": "^3.8.3",
"url-loader": "^3.0.0",
"wallaby-webpack": "^3.9.15",
"webpack": "^4.42.0",
@ -77,7 +77,7 @@
"@blueprintjs/core": "^3.24.0",
"@types/react-virtualized-auto-sizer": "^1.0.0",
"@types/react-window": "^1.8.1",
"detect-browser": "^4.8.0",
"detect-browser": "^5.0.0",
"dxf-parser": "^1.0.0-alpha.1",
"golden-layout": "^1.5.9",
"js-angusj-clipper": "^1.0.4",

@ -1,8 +1,8 @@
{
"compilerOptions": {
"sourceMap": true,
"module": "commonjs",
"target": "es2020",
"module": "CommonJS",
"target": "ES2019",
"noLib": false,
"moduleResolution": "node",
"skipLibCheck": true,

Loading…
Cancel
Save