chore: fix build plugin error (#1454)

* 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 <chenlinxh@gmail.com>
This commit is contained in:
CraK 2023-02-14 15:27:49 +08:00 committed by GitHub
parent 0e0eb6432e
commit 176bd6e7ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",