Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
FliPPeDround committed Jun 24, 2024
1 parent 792f77f commit 124f75b
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 6 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,10 @@ jobs:
working-directory: ../sample-project
run: pnpm build

- name: dev小程序项目
working-directory: ../sample-project
run: timeout 20 pnpm dev:mp-weixin

- name: 打包小程序项目
working-directory: ../sample-project
run: pnpm build:mp-weixin
Expand Down Expand Up @@ -205,6 +209,10 @@ jobs:
working-directory: ../sample-project
run: pnpm build

- name: dev小程序项目
working-directory: ../sample-project
run: timeout 20 pnpm dev:mp-weixin

- name: 打包小程序项目
working-directory: ../sample-project
run: pnpm build:mp-weixin
Expand Down
2 changes: 1 addition & 1 deletion template/UI/ano/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"ano-ui": "^0.9.2"
},
"devDependencies": {
"@iconify-json/tabler": "^1.1.113"
"@iconify-json/tabler": "^1.1.114"
}
}
2 changes: 1 addition & 1 deletion template/UI/wot/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"dependencies": {
"wot-design-uni": "^1.2.26"
"wot-design-uni": "^1.2.27"
}
}
6 changes: 3 additions & 3 deletions template/config/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"type-check": "vue-tsc --noEmit"
},
"devDependencies": {
"@types/node": "^20.14.2",
"@types/node": "^20.14.8",
"@vue/tsconfig": "^0.5.1",
"typescript": "^5.4.5",
"vue-tsc": "^2.0.21"
"typescript": "^5.5.2",
"vue-tsc": "^2.0.22"
}
}
2 changes: 1 addition & 1 deletion template/module/unocss/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"devDependencies": {
"@iconify-json/carbon": "^1.1.35",
"@iconify-json/carbon": "^1.1.36",
"@uni-helper/unocss-preset-uni": "^0.2.9",
"unocss": "^0.61.0"
}
Expand Down

0 comments on commit 124f75b

Please sign in to comment.