Relax package.json engines versions
Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
@@ -2,8 +2,8 @@
|
|||||||
"name": "probo",
|
"name": "probo",
|
||||||
"description": "Probo monorepo containing applications and shared packages",
|
"description": "Probo monorepo containing applications and shared packages",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "v24.11.1",
|
"node": "^24.0.0",
|
||||||
"npm": "11.8.0"
|
"npm": "^11.8.0"
|
||||||
},
|
},
|
||||||
"workspaces": [
|
"workspaces": [
|
||||||
"apps/*",
|
"apps/*",
|
||||||
@@ -40,10 +40,6 @@
|
|||||||
"axios": "^1.15.0"
|
"axios": "^1.15.0"
|
||||||
},
|
},
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"packageManager": "npm@11.8.0",
|
|
||||||
"volta": {
|
|
||||||
"node": "24.4.0"
|
|
||||||
},
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"react-dom": "^19.2.1"
|
"react-dom": "^19.2.1"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user