1
0
Fork 0
mirror of synced 2024-07-04 22:11:23 +12:00

Merge pull request #12753 from Budibase/update-handlebars-helpers-package

Update @budibase/handlebars-helpers package
This commit is contained in:
Adria Navarro 2024-01-11 12:50:50 +01:00 committed by GitHub
commit 1f958fcf53
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 24 additions and 588 deletions

View file

@ -25,10 +25,10 @@
"manifest": "node ./scripts/gen-collection-info.js"
},
"dependencies": {
"@budibase/handlebars-helpers": "^0.11.11",
"@budibase/handlebars-helpers": "^0.12.0",
"dayjs": "^1.10.8",
"handlebars": "^4.7.6",
"lodash": "4.17.21",
"lodash.clonedeep": "^4.5.0",
"vm2": "^3.9.19"
},
"devDependencies": {

View file

@ -1,5 +1,5 @@
const { atob } = require("../utilities")
const { cloneDeep } = require("lodash/fp")
const cloneDeep = require("lodash.clonedeep")
const { LITERAL_MARKER } = require("../helpers/constants")
const { getHelperList } = require("./list")

606
yarn.lock

File diff suppressed because it is too large Load diff