📌(deps) pin node to version 18
We force node to version 18 otherwise renovate will keep updating it to version 20.
This commit is contained in:
@@ -24,10 +24,10 @@
|
||||
"vite": "5.0.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=16.0.0"
|
||||
"node": ">=18.0.0"
|
||||
},
|
||||
"volta": {
|
||||
"node": "20.9.0",
|
||||
"node": "18.18.2",
|
||||
"yarn": "1.22.21"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
"turbo": "1.10.16"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=16.0.0"
|
||||
"node": ">=18.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@changesets/cli": "2.26.2"
|
||||
@@ -32,7 +32,7 @@
|
||||
"@testing-library/dom": "9.3.3"
|
||||
},
|
||||
"volta": {
|
||||
"node": "20.9.0",
|
||||
"node": "18.18.2",
|
||||
"yarn": "1.22.21"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
"eslint-plugin-react-hooks": "4.6.0"
|
||||
},
|
||||
"volta": {
|
||||
"node": "20.9.0",
|
||||
"node": "18.18.2",
|
||||
"yarn": "1.22.21"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -61,7 +61,7 @@
|
||||
"react-dom": "18.2.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=16.0.0"
|
||||
"node": ">=18.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.23.3",
|
||||
@@ -111,7 +111,7 @@
|
||||
"yup": "1.3.2"
|
||||
},
|
||||
"volta": {
|
||||
"node": "20.9.0",
|
||||
"node": "18.18.2",
|
||||
"yarn": "1.22.21"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -53,10 +53,10 @@
|
||||
"typescript": "5.2.2"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=16.0.0"
|
||||
"node": ">=18.0.0"
|
||||
},
|
||||
"volta": {
|
||||
"node": "20.9.0",
|
||||
"node": "18.18.2",
|
||||
"yarn": "1.22.21"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"version": "0.0.0",
|
||||
"private": true,
|
||||
"volta": {
|
||||
"node": "20.9.0",
|
||||
"node": "18.18.2",
|
||||
"yarn": "1.22.21"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"extends": ["github>openfun/renovate-configuration"],
|
||||
"ignoreDeps": ["chalk", "@storybook/builder-vite", "remark-gfm"],
|
||||
"ignoreDeps": ["chalk", "@storybook/builder-vite", "remark-gfm", "node"],
|
||||
"ignorePaths": ["**/node_modules/**"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user