Skip to content

Commit

Permalink
fix: usage of deprecated dependency rimraf (#1529)
Browse files Browse the repository at this point in the history
  • Loading branch information
hamirmahal authored Jun 10, 2024
1 parent 678d9ac commit 8e6409f
Show file tree
Hide file tree
Showing 2 changed files with 297 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"fast-glob": "^3.3.0",
"graphql": "^16.7.1",
"postcss": "^8.4.38",
"rimraf": "^3.0.2",
"rimraf": "^5.0.7",
"solid-js": "^1.8.17",
"solid-mdx": "^0.0.7",
"solid-start-mdx": "workspace:*",
Expand Down
Loading

0 comments on commit 8e6409f

Please sign in to comment.