From 66f3e1b0d8a6b07949911b0c8c2297630ce807b8 Mon Sep 17 00:00:00 2001 From: ChenX Date: Wed, 9 Dec 2020 09:32:19 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=80=E5=8F=91:=E6=9B=B4=E6=96=B0=E4=BE=9D?= =?UTF-8?q?=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- __test__/Geometry/__snapshots__/EdgeGeometry.test.ts.snap | 4 ++++ package.json | 8 ++++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/__test__/Geometry/__snapshots__/EdgeGeometry.test.ts.snap b/__test__/Geometry/__snapshots__/EdgeGeometry.test.ts.snap index c270251c8..b41f7502e 100644 --- a/__test__/Geometry/__snapshots__/EdgeGeometry.test.ts.snap +++ b/__test__/Geometry/__snapshots__/EdgeGeometry.test.ts.snap @@ -52,6 +52,10 @@ exports[`极限共线 1`] = `432`; exports[`极限共线 2`] = `294`; +exports[`构建盖子失败2 1`] = `396`; + +exports[`构建盖子失败2 2`] = `258`; + exports[`盖子构建失败 1`] = `180`; exports[`盖子构建失败 2`] = `138`; diff --git a/package.json b/package.json index ac1b606fb..9444c8aa1 100644 --- a/package.json +++ b/package.json @@ -62,19 +62,19 @@ "request-promise-native": "^1.0.9", "required-loader": "^1.3.16", "resize-observer-polyfill": "^1.5.1", - "rollup": "^2.28.1", + "rollup": "^2.34.2", "rollup-plugin-dts": "^1.4.13", "rollup-plugin-shader": "0.0.3", "rollup-plugin-sourcemaps": "^0.6.2", "rollup-plugin-typescript": "^1.0.1", "shader-loader": "^1.3.1", - "source-map-loader": "^1.1.0", + "source-map-loader": "^1.1.3", "style-loader": "^2.0.0", "terser-webpack-plugin": "^4.1.0", "ts-declaration-webpack-plugin": "^1.2.3", "ts-jest": "^26.3.0", "ts-loader": "^8.0.11", - "ts-node": "^9.0.0", + "ts-node": "^9.1.1", "tsconfig-paths": "^3.9.0", "tslib": "^2.0.1", "typescript": "^4.0.3", @@ -85,7 +85,7 @@ "webpack-dev-server": "^3.11.0", "webpack-merge": "^5.4.0", "webpackbar": "^4.0.0", - "worker-loader": "^3.0.2" + "worker-loader": "^3.0.6" }, "dependencies": { "@blueprintjs/core": "^3.31.0",