Skip to content

Commit a71a318

Browse files
authored
Merge branch 'develop' into rss1102/refactor/i18n
2 parents 2153807 + f295722 commit a71a318

File tree

3 files changed

+48
-51
lines changed

3 files changed

+48
-51
lines changed

.github/workflows/pull-request.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,4 @@ on:
1010

1111
jobs:
1212
call-test-build:
13-
uses: Tencent/tdesign/.github/workflows/test-build.yml@main
14-
# install lint
13+
uses: TDesignOteam/workflows/.github/workflows/reusable-unit-test.yml@main

package-lock.json

Lines changed: 43 additions & 45 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"axios": "^1.12.2",
2626
"dayjs": "^1.11.13",
2727
"echarts": "5.4.3",
28-
"lodash": "^4.17.21",
28+
"lodash": "^4.17.23",
2929
"nprogress": "^0.2.0",
3030
"pinia": "^3.0.4",
3131
"pinia-plugin-persistedstate": "^4.7.1",
@@ -40,9 +40,9 @@
4040
"devDependencies": {
4141
"@antfu/eslint-config": "~4.10.1",
4242
"@commitlint/cli": "^19.8.0",
43-
"@commitlint/config-conventional": "^20.4.0",
43+
"@commitlint/config-conventional": "^20.4.2",
4444
"@types/echarts": "^4.9.21",
45-
"@types/lodash": "^4.17.6",
45+
"@types/lodash": "^4.17.24",
4646
"@types/mockjs": "^1.0.10",
4747
"@types/nprogress": "^0.2.3",
4848
"@types/qs": "^6.9.17",
@@ -73,7 +73,7 @@
7373
"vite": "^6.2.2",
7474
"vite-plugin-mock": "^3.0.1",
7575
"vite-svg-loader": "^5.1.0",
76-
"vue-tsc": "^3.1.8"
76+
"vue-tsc": "^3.2.5"
7777
},
7878
"config": {
7979
"commitizen": {

0 commit comments

Comments
 (0)