Skip to content

Commit

Permalink
chore(deps): update dependency rimraf to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 25, 2024
1 parent 8118766 commit f5bc73f
Show file tree
Hide file tree
Showing 7 changed files with 58 additions and 21 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"jest": "^29.7.0",
"npm-run-all": "^4.1.5",
"prettier": "^3.3.3",
"rimraf": "^5.0.10",
"rimraf": "^6.0.1",
"ts-node": "^10.9.2",
"typescript": "^5.6.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/create-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"normalize-path": "^3.0.0",
"os-locale": "^5.0.0",
"prettier": "^3.3.3",
"rimraf": "^5.0.10",
"rimraf": "^6.0.1",
"sort-package-json": "^1.57.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/customize-uploader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@
"meow": "^9.0.0",
"mkdirp": "^3.0.1",
"os-locale": "^5.0.0",
"rimraf": "^5.0.10"
"rimraf": "^6.0.1"
}
}
2 changes: 1 addition & 1 deletion packages/plugin-packer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"process": "^0.11.10",
"redux-logger": "^3.0.6",
"redux-thunk": "^3.1.0",
"rimraf": "^5.0.10",
"rimraf": "^6.0.1",
"setimmediate": "^1.0.5",
"stream-browserify": "^3.0.0",
"util": "^0.12.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/rest-api-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"webpack-cli": "^5.1.4",
"babel-loader": "^9.2.1",
"vite": "^5.4.8",
"rimraf": "^5.0.10",
"rimraf": "^6.0.1",
"cross-env": "^7.0.3"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack-plugin-kintone-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@types/adm-zip": "^0.5.5",
"adm-zip": "^0.5.16",
"chokidar": "^3.6.0",
"rimraf": "^5.0.10",
"rimraf": "^6.0.1",
"webpack": "^5.94.0",
"webpack-cli": "5.1.4",
"webpack-merge": "^6.0.1"
Expand Down
67 changes: 52 additions & 15 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 f5bc73f

Please sign in to comment.