Skip to content

Commit

Permalink
chore(deps): update dependency rimraf to v6 (#3137)
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 Jul 9, 2024
1 parent e2e2e28 commit 139d695
Show file tree
Hide file tree
Showing 4 changed files with 63 additions and 44 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
"markdown-it": "^14.1.0",
"nano-staged": "^0.8.0",
"prettier": "^3.3.2",
"rimraf": "^5.0.7",
"rimraf": "^6.0.0",
"typescript": "^5.4.5",
"unplugin-vue-components": "^0.27.2",
"vite": "^5.3.2",
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 @@ -45,7 +45,7 @@
"author": "jdf2e",
"license": "MIT",
"devDependencies": {
"rimraf": "^5.0.7",
"rimraf": "^6.0.0",
"typescript": "^5.4.5",
"vite": "^5.3.2"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/nutui-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"devDependencies": {
"@types/node": "^20.14.9",
"@vitejs/plugin-vue": "^5.0.5",
"rimraf": "^5.0.7",
"rimraf": "^6.0.0",
"vite": "^5.3.2",
"vue": "^3.4.31"
},
Expand Down
101 changes: 60 additions & 41 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 139d695

Please sign in to comment.