chore: update json-template-parser version to 1.7.0-alpha.10

This commit is contained in:
Sheldon Guo 2025-03-28 09:50:14 +08:00
parent f5836191eb
commit 2116f2d424
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "@nocobase/json-template-parser", "name": "@nocobase/json-template-parser",
"version": "1.6.0-alpha.28", "version": "1.7.0-alpha.10",
"license": "AGPL-3.0", "license": "AGPL-3.0",
"main": "lib/index.js", "main": "lib/index.js",
"types": "lib/index.d.ts", "types": "lib/index.d.ts",

View File

@ -5,7 +5,7 @@
"types": "./lib/index.d.ts", "types": "./lib/index.d.ts",
"license": "AGPL-3.0", "license": "AGPL-3.0",
"dependencies": { "dependencies": {
"@nocobase/json-template-parser": "1.6.0-alpha.28", "@nocobase/json-template-parser": "1.7.0-alpha.10",
"@budibase/handlebars-helpers": "0.14.0", "@budibase/handlebars-helpers": "0.14.0",
"@hapi/topo": "^6.0.0", "@hapi/topo": "^6.0.0",
"@rc-component/mini-decimal": "^1.1.0", "@rc-component/mini-decimal": "^1.1.0",