web/lock: add engine requirements

This commit is contained in:
wukko 2024-06-24 15:47:40 +06:00
parent e305c99b94
commit 0372e8df47
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2

4
web/package-lock.json generated
View file

@ -27,6 +27,10 @@
"typescript": "^5.4.5",
"typescript-eslint": "^7.13.1",
"vite": "^5.0.3"
},
"engines": {
"node": ">=20.9",
"npm": ">=9"
}
},
"node_modules/@ampproject/remapping": {