Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#3038)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Apr 18, 2024
1 parent 0eca632 commit 7cd2a4e
Show file tree
Hide file tree
Showing 11 changed files with 11,306 additions and 8,917 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sync-h5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: pnpm copy:h5

- name: Sync
uses: JamesIves/github-pages-deploy-action@v4.5.0
uses: JamesIves/github-pages-deploy-action@v4.6.0
with:
branch: new-site # action 应该部署到的分支 。
folder: site_docs #操作应该部署的文件夹 。
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: pnpm build:taro

- name: Sync
uses: JamesIves/github-pages-deploy-action@v4.5.0
uses: JamesIves/github-pages-deploy-action@v4.6.0
with:
branch: pkg # action 应该部署到的分支 。
folder: publish #操作应该部署的文件夹 。
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-taro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: pnpm copy:taro

- name: Sync
uses: JamesIves/github-pages-deploy-action@v4.5.0
uses: JamesIves/github-pages-deploy-action@v4.6.0
with:
branch: new-site # action 应该部署到的分支 。
folder: site_docs #操作应该部署的文件夹 。
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"@nutui/icons-vue-taro": "^0.0.9",
"@nutui/touch-emulator": "workspace:^",
"sass": "^1.75.0",
"vue-router": "^4.3.0"
"vue-router": "^4.3.1"
},
"devDependencies": {
"@commitlint/cli": "^19.2.2",
Expand All @@ -101,19 +101,19 @@
"fs-extra": "^11.2.0",
"happy-dom": "^14.7.1",
"husky": "^9.0.11",
"inquirer": "^9.2.18",
"inquirer": "^9.2.19",
"lzutf8": "^0.6.3",
"markdown-it": "^14.1.0",
"nano-staged": "^0.8.0",
"prettier": "^3.2.5",
"rimraf": "^5.0.5",
"typescript": "^5.4.4",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.2.8",
"vite": "^5.2.9",
"vite-plugin-vue-devtools": "^7.0.27",
"vitest": "^1.5.0",
"vitest-canvas-mock": "^0.3.3",
"vue": "^3.4.21",
"vue": "^3.4.23",
"vue-tsc": "^1.8.27"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/nutui-auto-import-resolver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@
"devDependencies": {
"rimraf": "^5.0.5",
"typescript": "^5.4.4",
"vite": "^5.2.8"
"vite": "^5.2.9"
}
}
8 changes: 4 additions & 4 deletions packages/nutui-eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
"url": "https://github.com/jdf2e/nutui/issues"
},
"dependencies": {
"@stylistic/eslint-plugin": "^1.7.0",
"@typescript-eslint/eslint-plugin": "^7.6.0",
"@typescript-eslint/parser": "^7.6.0",
"@stylistic/eslint-plugin": "^1.7.2",
"@typescript-eslint/eslint-plugin": "^7.7.0",
"@typescript-eslint/parser": "^7.7.0",
"eslint-plugin-vue": "^9.25.0",
"typescript-eslint": "^7.6.0",
"typescript-eslint": "^7.7.0",
"vue-eslint-parser": "^9.4.2",
"@eslint/js": "^8.57.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/nutui-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"@types/node": "^20.12.7",
"@vitejs/plugin-vue": "^5.0.4",
"rimraf": "^5.0.5",
"vite": "^5.2.8",
"vue": "^3.4.21"
"vite": "^5.2.9",
"vue": "^3.4.23"
},
"dependencies": {
"@vue/repl": "^3.4.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/nutui-playground/src/download/template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
"serve": "vite preview"
},
"dependencies": {
"vue": "^3.4.21",
"vue": "^3.4.23",
"@nutui/nutui": "^4.3.5",
"@nutui/touch-emulator": "^1.0.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.4",
"vite": "^5.2.8",
"vite": "^5.2.9",
"unplugin-vue-components": "^0.26.0"
}
}
2 changes: 1 addition & 1 deletion packages/nutui-taro-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@tarojs/runtime": "3.6.24",
"@tarojs/shared": "3.6.24",
"@tarojs/taro": "3.6.24",
"vue": "^3.4.21"
"vue": "^3.4.23"
},
"devDependencies": {
"@babel/core": "^7.24.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/nutui-vite-plugins/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"fs-extra": "^11.2.0",
"lzutf8": "^0.6.3",
"markdown-it-container": "^4.0.0",
"unplugin-vue-markdown": "^0.26.1"
"unplugin-vue-markdown": "^0.26.2"
},
"devDependencies": {
"@shikijs/markdown-it": "^1.3.0",
Expand Down
Loading

0 comments on commit 7cd2a4e

Please sign in to comment.