Skip to content

Commit

Permalink
Update npm from 10.x to 11.x (major v11)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 22, 2024
1 parent 1a4ef78 commit d8cf2b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion planner/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"repository": "local",
"engines": {
"node": "22.x",
"npm": "10.x"
"npm": "11.x"
},
"scripts": {
"preinstall": "echo Installing Frontend dependencies",
Expand Down
2 changes: 1 addition & 1 deletion planner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"repository": "local",
"engines": {
"node": "22.x",
"npm": "10.x"
"npm": "11.x"
},
"scripts": {
"start:documentation": "Assumes: `cd frontend && npm run build:<env> && cd ..`",
Expand Down

0 comments on commit d8cf2b1

Please sign in to comment.