Skip to content

Commit

Permalink
chore(deps): update dependency rimraf to ^5.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 13, 2024
1 parent 823689f commit efabc1e
Show file tree
Hide file tree
Showing 12 changed files with 142 additions and 84 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": "^8.21.0",
"pino-pretty": "^11.0.0",
"react": "^18.3.1",
"rimraf": "^5.0.6",
"rimraf": "^5.0.7",
"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.6",
"rimraf": "^5.0.7",
"unbuild": "^2.0.0",
"vite": "^5.2.11"
}
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.10.6",
"exclusive-promises": "^1.0.3",
"rimraf": "^5.0.6",
"rimraf": "^5.0.7",
"ts-node": "^10.9.2",
"typescript": "^5.4.5",
"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": "^8.21.0",
"pino-pretty": "^11.0.0",
"preact": "^10.21.0",
"rimraf": "^5.0.6",
"rimraf": "^5.0.7",
"unbuild": "^2.0.0",
"vite": "^5.2.11",
"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": "^8.21.0",
"pino-pretty": "^11.0.0",
"rimraf": "^5.0.6",
"rimraf": "^5.0.7",
"shx": "^0.3.4",
"unbuild": "^2.0.0",
"vite": "^5.2.11",
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.4.27",
"pino": "^8.21.0",
"pino-pretty": "^11.0.0",
"rimraf": "^5.0.6",
"rimraf": "^5.0.7",
"shx": "^0.3.4",
"unbuild": "^2.0.0",
"vite": "^5.2.11",
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.21.2",
"nodemon": "^3.1.0",
"open": "^10.1.0",
"rimraf": "^5.0.6",
"rimraf": "^5.0.7",
"ts-node": "^10.9.2",
"typescript": "^5.4.5"
},
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.21.2",
"rimraf": "^5.0.6",
"rimraf": "^5.0.7",
"typescript": "^5.4.5"
}
}
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.9.1",
"rimraf": "^5.0.6",
"rimraf": "^5.0.7",
"strip-ansi": "^7.1.0",
"typescript": "^5.4.5",
"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": "^8.21.0",
"pino-pretty": "^11.0.0",
"pnpm": "^8.15.8",
"rimraf": "^5.0.6",
"rimraf": "^5.0.7",
"typescript": "^5.4.5"
}
}
Loading

0 comments on commit efabc1e

Please sign in to comment.