Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
FliPPeDround authored Oct 14, 2024
2 parents 5f169bd + 8e6f5cb commit 30cb9ee
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 29 deletions.
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.2.4"
"@iconify-json/tabler": "^1.2.5"
}
}
2 changes: 1 addition & 1 deletion template/UI/nut/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"dependencies": {
"nutui-uniapp": "^1.7.17"
"nutui-uniapp": "^1.8.0"
}
}
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.3.11"
"wot-design-uni": "^1.3.12"
}
}
38 changes: 19 additions & 19 deletions template/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,30 +41,30 @@
"build:quickapp-webview-union": "uni build -p quickapp-webview-union"
},
"dependencies": {
"@dcloudio/uni-app": "3.0.0-4020820240925001",
"@dcloudio/uni-app-harmony": "3.0.0-4020820240925001",
"@dcloudio/uni-app-plus": "3.0.0-4020820240925001",
"@dcloudio/uni-components": "3.0.0-4020820240925001",
"@dcloudio/uni-h5": "3.0.0-4020820240925001",
"@dcloudio/uni-mp-alipay": "3.0.0-4020820240925001",
"@dcloudio/uni-mp-baidu": "3.0.0-4020820240925001",
"@dcloudio/uni-mp-jd": "3.0.0-4020820240925001",
"@dcloudio/uni-mp-kuaishou": "3.0.0-4020820240925001",
"@dcloudio/uni-mp-lark": "3.0.0-4020820240925001",
"@dcloudio/uni-mp-qq": "3.0.0-4020820240925001",
"@dcloudio/uni-mp-toutiao": "3.0.0-4020820240925001",
"@dcloudio/uni-mp-weixin": "3.0.0-4020820240925001",
"@dcloudio/uni-mp-xhs": "3.0.0-4020820240925001",
"@dcloudio/uni-quickapp-webview": "3.0.0-4020820240925001",
"@dcloudio/uni-app": "3.0.0-4020920240930001",
"@dcloudio/uni-app-harmony": "3.0.0-4020920240930001",
"@dcloudio/uni-app-plus": "3.0.0-4020920240930001",
"@dcloudio/uni-components": "3.0.0-4020920240930001",
"@dcloudio/uni-h5": "3.0.0-4020920240930001",
"@dcloudio/uni-mp-alipay": "3.0.0-4020920240930001",
"@dcloudio/uni-mp-baidu": "3.0.0-4020920240930001",
"@dcloudio/uni-mp-jd": "3.0.0-4020920240930001",
"@dcloudio/uni-mp-kuaishou": "3.0.0-4020920240930001",
"@dcloudio/uni-mp-lark": "3.0.0-4020920240930001",
"@dcloudio/uni-mp-qq": "3.0.0-4020920240930001",
"@dcloudio/uni-mp-toutiao": "3.0.0-4020920240930001",
"@dcloudio/uni-mp-weixin": "3.0.0-4020920240930001",
"@dcloudio/uni-mp-xhs": "3.0.0-4020920240930001",
"@dcloudio/uni-quickapp-webview": "3.0.0-4020920240930001",
"vue": "3.4.21",
"vue-i18n": "9.6.2"
},
"devDependencies": {
"@dcloudio/types": "3.4.8",
"@dcloudio/uni-automator": "3.0.0-4020820240925001",
"@dcloudio/uni-cli-shared": "3.0.0-4020820240925001",
"@dcloudio/uni-stacktracey": "3.0.0-4020820240925001",
"@dcloudio/vite-plugin-uni": "3.0.0-4020820240925001",
"@dcloudio/uni-automator": "3.0.0-4020920240930001",
"@dcloudio/uni-cli-shared": "3.0.0-4020920240930001",
"@dcloudio/uni-stacktracey": "3.0.0-4020920240930001",
"@dcloudio/vite-plugin-uni": "3.0.0-4020920240930001",
"@mini-types/alipay": "^3.0.14",
"@uni-helper/uni-types": "^1.0.0-alpha.4",
"@vue/runtime-core": "3.4.21",
Expand Down
2 changes: 1 addition & 1 deletion template/config/lint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
},
"devDependencies": {
"@uni-helper/eslint-config": "^0.2.0",
"eslint": "^9.11.1"
"eslint": "^9.12.0"
}
}
4 changes: 2 additions & 2 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": "^22.7.4",
"@types/node": "^22.7.5",
"@vue/tsconfig": "^0.5.1",
"typescript": "^5.6.2",
"typescript": "^5.6.3",
"vue-tsc": "^2.1.6"
}
}
2 changes: 1 addition & 1 deletion template/module/pinia/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"dependencies": {
"pinia": "^2.2.2"
"pinia": "^2.2.4"
}
}
6 changes: 3 additions & 3 deletions template/module/unocss/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"devDependencies": {
"@iconify-json/carbon": "^1.2.1",
"@uni-helper/unocss-preset-uni": "^0.2.9",
"unocss": "^0.63.1"
"@iconify-json/carbon": "^1.2.3",
"@uni-helper/unocss-preset-uni": "^0.2.10",
"unocss": "^0.63.4"
}
}

0 comments on commit 30cb9ee

Please sign in to comment.