From 3b4ffb7a4885ab61ca5a8e2b74a32caad3d6902c Mon Sep 17 00:00:00 2001 From: ChenX Date: Thu, 12 Mar 2020 15:57:17 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=80=E5=8F=91:=E5=8D=87=E7=BA=A7=E4=BE=9D?= =?UTF-8?q?=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 8 ++++---- tsconfig.json | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index acf6bb47a..e43b6328c 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/tsconfig.json b/tsconfig.json index 6be856b9f..12f467174 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,8 +1,8 @@ { "compilerOptions": { "sourceMap": true, - "module": "commonjs", - "target": "es2020", + "module": "CommonJS", + "target": "ES2019", "noLib": false, "moduleResolution": "node", "skipLibCheck": true,