mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-15 12:50:01 +00:00
web/lock: add engine requirements
This commit is contained in:
parent
e305c99b94
commit
0372e8df47
1 changed files with 4 additions and 0 deletions
4
web/package-lock.json
generated
4
web/package-lock.json
generated
|
@ -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": {
|
||||
|
|
Loading…
Reference in a new issue