0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-03-22 08:58:11 +00:00

change engine checks and update stylelint to 9.7

This commit is contained in:
Víctor Losada Hernández
2026-03-04 11:18:49 +01:00
parent 8c9bbd8c80
commit 5e21418e8d
2 changed files with 183 additions and 324 deletions

View File

@@ -4,8 +4,8 @@
"version": "3.20.1",
"type": "module",
"engines": {
"npm": "^10.8.x",
"node": "^20.18.x"
"npm": ">=10.8 <12",
"node": ">=20.18 <25"
},
"repository": {
"type": "git",
@@ -141,7 +141,7 @@
"@stylistic/stylelint-plugin": "^5.0.1",
"babel-jest": "^30.2.0",
"babel-plugin-transform-import-meta": "^2.3.3",
"eslint": "^9.39.1",
"eslint": "9.7",
"eslint-plugin-jest": "^29.1.0",
"eslint-plugin-react": "^7.37.5",
"globals": "^16.4.0",