From cc84c85013f51887202701e12c2b7709b947018f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?w=C5=AB=20y=C4=81ng?= Date: Fri, 13 Oct 2023 12:04:59 +0800 Subject: [PATCH] chore: update version (#616) --- .gitignore | 9 ++++++--- package.json | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index bb6ed77..35bcab0 100755 --- a/.gitignore +++ b/.gitignore @@ -18,8 +18,11 @@ yarn-error.log *.zip .history .stylelintcache -yarn.lock -package-lock.json -pnpm-lock.yaml + .env.local .env.*.local + +# lock文件 请根据自身项目或团队需求选择具体的包管理工具 并移除具体的ignore的lock文件 +yarn.lock +package-lock.json +pnpm-lock.yaml \ No newline at end of file diff --git a/package.json b/package.json index 859d822..aaca28b 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "qrcode.vue": "^3.4.0", "qs": "^6.11.2", "tdesign-icons-vue-next": "^0.2.0", - "tdesign-vue-next": "^1.4.1", + "tdesign-vue-next": "^1.6.2", "tvision-color": "^1.6.0", "vue": "^3.3.4", "vue-clipboard3": "^2.0.0",