Skip to content

Commit 3eb155e

Browse files
fix(deps): update all non-major dependencies (#72)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 62dbaa3 commit 3eb155e

3 files changed

Lines changed: 224 additions & 224 deletions

File tree

.github/workflows/autofix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ jobs:
2323
- run: pnpm install --frozen-lockfile
2424
- run: pnpm run lint --fix
2525

26-
- uses: autofix-ci/action@v1.3.1
26+
- uses: autofix-ci/action@v1.3.2
2727
with:
2828
commit-message: 'chore: autofix by ci'

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "taro-vue3-zhihudaily",
33
"version": "0.3.0",
44
"private": true,
5-
"packageManager": "pnpm@10.11.1",
5+
"packageManager": "pnpm@10.12.1",
66
"description": "taro-vue3-zhihudaily",
77
"license": "MIT",
88
"author": {
@@ -19,33 +19,33 @@
1919
"typecheck": "vue-tsc --noEmit"
2020
},
2121
"dependencies": {
22-
"@babel/runtime": "^7.27.4",
22+
"@babel/runtime": "^7.27.6",
2323
"@nutui/icons-vue-taro": "^0.0.9",
2424
"@nutui/nutui-taro": "^4.3.13",
25-
"@tarojs/components": "^4.1.1",
26-
"@tarojs/plugin-framework-vue3": "^4.1.1",
27-
"@tarojs/plugin-html": "^4.1.1",
28-
"@tarojs/runtime": "^4.1.1",
29-
"@tarojs/taro": "^4.1.1",
25+
"@tarojs/components": "^4.1.2",
26+
"@tarojs/plugin-framework-vue3": "^4.1.2",
27+
"@tarojs/plugin-html": "^4.1.2",
28+
"@tarojs/runtime": "^4.1.2",
29+
"@tarojs/taro": "^4.1.2",
3030
"dayjs": "^1.11.13",
31-
"pinia": "^3.0.2",
31+
"pinia": "^3.0.3",
3232
"taro-plugin-pinia": "^1.0.0",
3333
"vue": "^3.5.16"
3434
},
3535
"devDependencies": {
3636
"@babel/core": "^7.27.4",
3737
"@ntnyq/eslint-config": "^5.0.0-beta.5",
3838
"@ntnyq/prettier-config": "^2.2.0",
39-
"@tarojs/cli": "^4.1.1",
40-
"@tarojs/helper": "^4.1.1",
41-
"@tarojs/plugin-platform-weapp": "^4.1.1",
42-
"@tarojs/router": "^4.1.1",
43-
"@tarojs/shared": "^4.1.1",
44-
"@tarojs/webpack5-runner": "^4.1.1",
39+
"@tarojs/cli": "^4.1.2",
40+
"@tarojs/helper": "^4.1.2",
41+
"@tarojs/plugin-platform-weapp": "^4.1.2",
42+
"@tarojs/router": "^4.1.2",
43+
"@tarojs/shared": "^4.1.2",
44+
"@tarojs/webpack5-runner": "^4.1.2",
4545
"@types/webpack-env": "^1.18.8",
4646
"@vue/babel-plugin-jsx": "^1.4.0",
4747
"@vue/compiler-sfc": "^3.5.16",
48-
"babel-preset-taro": "^4.1.1",
48+
"babel-preset-taro": "^4.1.2",
4949
"bumpp": "^10.1.1",
5050
"eslint": "^9.28.0",
5151
"husky": "^9.1.7",
@@ -57,7 +57,7 @@
5757
"typescript": "^5.8.3",
5858
"unplugin-vue-components": "^28.7.0",
5959
"vue-loader": "^17.4.2",
60-
"vue-tsc": "^3.0.0-alpha.8",
60+
"vue-tsc": "^3.0.0-alpha.10",
6161
"webpack": "^5.99.9"
6262
},
6363
"nano-staged": {

0 commit comments

Comments
 (0)