Skip to content

Commit

Permalink
Update dependency rimraf to v6 (#793)
Browse files Browse the repository at this point in the history
* Update dependency rimraf to v6

* fix node version for deploy

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: jycouet <jycouet@gmail.com>
  • Loading branch information
renovate[bot] and jycouet authored Dec 6, 2024
1 parent 3042f1f commit 3017da7
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
"esbuild": "0.24.0",
"nx": "20.2.0",
"prettier": "3.4.2",
"rimraf": "5.0.0"
"rimraf": "6.0.1"
}
}
60 changes: 53 additions & 7 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,8 @@
"@types/node": "22.10.1",
"@types/react": "18.3.3",
"tailwindcss": "3.4.1"
},
"engines": {
"node": ">=22.11.0"
}
}

0 comments on commit 3017da7

Please sign in to comment.