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] committed Jul 20, 2024
1 parent 9ce8165 commit 609c54d
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion packages/iocuak-benchmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"eslint-plugin-jest": "28.6.0",
"eslint-plugin-prettier": "5.2.1",
"prettier": "3.3.3",
"rimraf": "5.0.9",
"rimraf": "6.0.1",
"typescript": "5.4.5"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/iocuak-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"eslint-plugin-prettier": "5.2.1",
"jest": "29.7.0",
"prettier": "3.3.3",
"rimraf": "5.0.9",
"rimraf": "6.0.1",
"rollup": "4.19.0",
"ts-jest": "29.2.3",
"ts-node": "10.9.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/iocuak-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"eslint-plugin-prettier": "5.2.1",
"jest": "29.7.0",
"prettier": "3.3.3",
"rimraf": "5.0.9",
"rimraf": "6.0.1",
"rollup": "4.19.0",
"ts-jest": "29.2.3",
"ts-node": "10.9.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/iocuak-decorators/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"jest": "29.7.0",
"prettier": "3.3.3",
"reflect-metadata": "0.2.2",
"rimraf": "5.0.9",
"rimraf": "6.0.1",
"rollup": "4.19.0",
"ts-jest": "29.2.3",
"ts-node": "10.9.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/iocuak-e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"eslint-plugin-jest": "28.6.0",
"eslint-plugin-prettier": "5.2.1",
"prettier": "3.3.3",
"rimraf": "5.0.9",
"rimraf": "6.0.1",
"rollup": "4.19.0",
"typescript": "5.4.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/iocuak-models-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"eslint-plugin-prettier": "5.2.1",
"jest": "29.7.0",
"prettier": "3.3.3",
"rimraf": "5.0.9",
"rimraf": "6.0.1",
"rollup": "4.19.0",
"ts-jest": "29.2.3",
"ts-node": "10.9.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/iocuak-models/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"eslint-plugin-jest": "28.6.0",
"eslint-plugin-prettier": "5.2.1",
"prettier": "3.3.3",
"rimraf": "5.0.9",
"rimraf": "6.0.1",
"rollup": "4.19.0",
"typescript": "5.4.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/iocuak-reflect-metadata-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"eslint-plugin-prettier": "5.2.1",
"jest": "29.7.0",
"prettier": "3.3.3",
"rimraf": "5.0.9",
"rimraf": "6.0.1",
"rollup": "4.19.0",
"ts-jest": "29.2.3",
"ts-node": "10.9.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/iocuak/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"jest-mock": "29.7.0",
"prettier": "3.3.3",
"reflect-metadata": "0.2.2",
"rimraf": "5.0.9",
"rimraf": "6.0.1",
"rollup": "4.19.0",
"ts-jest": "29.2.3",
"ts-node": "10.9.2",
Expand Down

0 comments on commit 609c54d

Please sign in to comment.