From 176bd6e7acefee62debefa528352f29e82f1394f Mon Sep 17 00:00:00 2001 From: CraK Date: Tue, 14 Feb 2023 15:27:49 +0800 Subject: [PATCH] chore: fix build plugin error (#1454) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore: fix build plugin error * Update evaluate.ts * Update package.json * chore: update formulajs@3.1.7 → 4.2.0 * Update evaluate.ts --------- Co-authored-by: chenos --- packages/plugins/excel-formula-field/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/plugins/excel-formula-field/package.json b/packages/plugins/excel-formula-field/package.json index a061e899c..ae9fdbac3 100644 --- a/packages/plugins/excel-formula-field/package.json +++ b/packages/plugins/excel-formula-field/package.json @@ -6,7 +6,7 @@ "main": "./lib/index.js", "types": "./lib/index.d.ts", "dependencies": { - "@formulajs/formulajs": "^3.1.7" + "@formulajs/formulajs": "^4.2.0" }, "devDependencies": { "@nocobase/server": "0.9.0-alpha.2",