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 Aug 10, 2024
1 parent 2f36a8b commit a12e0a3
Show file tree
Hide file tree
Showing 11 changed files with 80 additions and 66 deletions.
2 changes: 1 addition & 1 deletion apps/cra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"jest": "~29.7.0",
"postcss": "~8.4.31",
"react-scripts": "~5.0.0",
"rimraf": "~5.0.0",
"rimraf": "~6.0.0",
"ts-jest": "~29.2.0",
"tsconfig-paths-webpack-plugin": "~4.1.0",
"typescript": "~4.9.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/nestjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@nestjs/platform-express": "~10.3.8",
"@nighttrax/foo": "workspace:*",
"reflect-metadata": "~0.2.2",
"rimraf": "~5.0.0",
"rimraf": "~6.0.0",
"rxjs": "~7.8.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion apps/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@types/node": "~20.14.0",
"@types/react": "~18.3.0",
"@types/react-dom": "~18.3.0",
"rimraf": "~5.0.0",
"rimraf": "~6.0.0",
"typescript": "~4.9.0"
}
}
2 changes: 1 addition & 1 deletion apps/rollup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"devDependencies": {
"@rollup/plugin-typescript": "~11.1.5",
"@types/node": "~20.14.0",
"rimraf": "~5.0.0",
"rimraf": "~6.0.0",
"rollup": "~4.19.0",
"tslib": "~2.6.0",
"typescript": "~4.9.0"
Expand Down
2 changes: 1 addition & 1 deletion apps/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@types/react-dom": "~18.3.0",
"babel-loader": "~9.1.0",
"require-from-string": "~2.0.2",
"rimraf": "~5.0.0",
"rimraf": "~6.0.0",
"storybook": "~7.6.0",
"tsconfig-paths-webpack-plugin": "~4.1.0",
"typescript": "~4.9.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@types/react": "~18.3.0",
"@types/react-dom": "~18.3.0",
"@vitejs/plugin-react": "~4.3.0",
"rimraf": "~5.0.0",
"rimraf": "~6.0.0",
"typescript": "~4.9.3",
"vite-tsconfig-paths": "~4.2.0",
"vite": "~5.3.0"
Expand Down
2 changes: 1 addition & 1 deletion apps/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@nighttrax/bar": "workspace:*"
},
"devDependencies": {
"rimraf": "~5.0.0",
"rimraf": "~6.0.0",
"webpack": "~5.93.0",
"webpack-cli": "~5.1.0",
"ts-loader": "~9.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/bar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@nighttrax/foo": "workspace:*"
},
"devDependencies": {
"rimraf": "~5.0.0",
"rimraf": "~6.0.0",
"typescript": "~4.9.0"
}
}
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"@types/react": "~18.3.0",
"react": "~18.3.0",
"react-dom": "~18.3.0",
"rimraf": "~5.0.0"
"rimraf": "~6.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/foo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"prepublishOnly": "pnpm run build"
},
"devDependencies": {
"rimraf": "~5.0.0",
"rimraf": "~6.0.0",
"typescript": "~4.9.0"
}
}
Loading

0 comments on commit a12e0a3

Please sign in to comment.