🔧(front) relax node engine constraint to <=25.8.0

Update the node engine version constraint in package.json
files and regenerate yarn.lock accordingly.
This commit is contained in:
Nathan Panchout
2026-03-11 10:43:00 +01:00
parent 7cb8d5e7b6
commit 2760770f3f
3 changed files with 7533 additions and 2 deletions

View File

@@ -12,7 +12,7 @@
"test:watch": "jest --watch"
},
"engines": {
"node": ">=24.0.0 <25.0.0",
"node": ">=24.0.0 <=25.8.0",
"npm": ">=10.0.0"
},
"dependencies": {

View File

@@ -3,7 +3,7 @@
"version": "0.10.1",
"private": true,
"engines": {
"node": ">=24.0.0 <25.0.0"
"node": ">=24.0.0 <=25.8.0"
},
"workspaces": [
"apps/*"

7531
src/frontend/yarn.lock Normal file

File diff suppressed because it is too large Load Diff