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 Nov 8, 2024
1 parent e6191a4 commit ca6563d
Show file tree
Hide file tree
Showing 12 changed files with 48 additions and 148 deletions.
2 changes: 1 addition & 1 deletion analyzer/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"pino": "^9.5.0",
"pino-pretty": "^11.2.1",
"react": "^18.3.1",
"rimraf": "^5.0.10",
"rimraf": "^6.0.1",
"shx": "^0.3.4",
"unbuild": "^2.0.0",
"vitest": "^1.6.0"
Expand Down
2 changes: 1 addition & 1 deletion chromeless/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"devDependencies": {
"@types/express": "^4.17.21",
"rimraf": "^5.0.10",
"rimraf": "^6.0.1",
"unbuild": "^2.0.0",
"vite": "^5.3.1"
}
Expand Down
2 changes: 1 addition & 1 deletion daemon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@previewjs/loader": "workspace:*",
"@types/node": "^20.17.6",
"exclusive-promises": "^1.0.3",
"rimraf": "^5.0.10",
"rimraf": "^6.0.1",
"ts-node": "^10.9.2",
"typescript": "^5.6.3",
"unbuild": "^2.0.0"
Expand Down
2 changes: 1 addition & 1 deletion framework-plugins/preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"pino": "^9.5.0",
"pino-pretty": "^11.2.1",
"preact": "^10.24.3",
"rimraf": "^5.0.10",
"rimraf": "^6.0.1",
"unbuild": "^2.0.0",
"vite": "^5.3.1",
"vitest": "^1.6.0"
Expand Down
2 changes: 1 addition & 1 deletion framework-plugins/vue2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@types/fs-extra": "^11.0.4",
"pino": "^9.5.0",
"pino-pretty": "^11.2.1",
"rimraf": "^5.0.10",
"rimraf": "^6.0.1",
"shx": "^0.3.4",
"unbuild": "^2.0.0",
"vite": "^5.3.1",
Expand Down
2 changes: 1 addition & 1 deletion framework-plugins/vue3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@vue/shared": "^3.5.12",
"pino": "^9.5.0",
"pino-pretty": "^11.2.1",
"rimraf": "^5.0.10",
"rimraf": "^6.0.1",
"shx": "^0.3.4",
"unbuild": "^2.0.0",
"vite": "^5.3.1",
Expand Down
2 changes: 1 addition & 1 deletion integrations/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"esbuild": "^0.24.0",
"nodemon": "^3.1.7",
"open": "^10.1.0",
"rimraf": "^5.0.10",
"rimraf": "^6.0.1",
"ts-node": "^10.9.2",
"typescript": "^5.6.3"
},
Expand Down
2 changes: 1 addition & 1 deletion integrations/intellij/daemon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@previewjs/daemon": "workspace:*",
"@previewjs/loader": "workspace:*",
"esbuild": "^0.24.0",
"rimraf": "^5.0.10",
"rimraf": "^6.0.1",
"typescript": "^5.6.3"
}
}
2 changes: 1 addition & 1 deletion integrations/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
"execa": "^8.0.1",
"get-port": "^7.1.0",
"ovsx": "^0.10.0",
"rimraf": "^5.0.10",
"rimraf": "^6.0.1",
"strip-ansi": "^7.1.0",
"typescript": "^5.6.3",
"vsce": "^2.15.0"
Expand Down
2 changes: 1 addition & 1 deletion loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"pino": "^9.5.0",
"pino-pretty": "^11.2.1",
"pnpm": "^9.12.2",
"rimraf": "^5.0.10",
"rimraf": "^6.0.1",
"typescript": "^5.6.3"
}
}
Loading

0 comments on commit ca6563d

Please sign in to comment.