Skip to content

Commit

Permalink
[react] Upgrade npm 8 -> 10 to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
realkosty committed Mar 20, 2024
1 parent e855f24 commit 3505bc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
]
},
"engines": {
"npm": ">=8.0.0 <9.0.0",
"npm": ">=10.0.0 <11.0.0",
"node": ">=18.0.0 <19.0.0"
},
"eslintConfig": {
Expand Down Expand Up @@ -59,6 +59,6 @@
},
"volta": {
"node": "18.19.1",
"npm": "8.19.4"
"npm": "10.5.0"
}
}

0 comments on commit 3505bc2

Please sign in to comment.