Skip to content

Commit b89388f

Browse files
author
mazhaobo
committed
build: 添加版本升级脚本
1 parent 9564639 commit b89388f

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

scripts/upgrade-pkg-version.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ const process = require('child_process');
44

55
// 需要修改版本的依赖
66
// 如果不想更新某依赖,注释掉即可
7-
const pkgs = [['@types/node', '^18.19.68']];
7+
const pkgs = [
8+
['@felce', '^18.19.68'],
9+
['@felce/lowcode-designer', '1.5.0-beta.3'],
10+
['@felce/lowcode-types', '1.5.0-beta.3'],
11+
['@felce/lowcode-utils', '1.5.0-beta.3'],
12+
];
813

914
// 获取最新版本
1015
// 忽略eslint的警告

0 commit comments

Comments
 (0)