Updated Engine in package.json

This commit is contained in:
Lorenz Hilpert
2024-06-05 19:03:53 +02:00
parent a3a2ea487d
commit cefdedee10
2 changed files with 8 additions and 0 deletions

4
package-lock.json generated
View File

@@ -66,6 +66,10 @@
"pretty-quick": "~4.0.0",
"tailwindcss": "^3.4.3",
"typescript": "~5.4.5"
},
"engines": {
"node": ">=18.13.0",
"npm": ">=10.5.2"
}
},
"node_modules/@alloc/quick-lru": {

View File

@@ -117,5 +117,9 @@
"pretty-quick": "~4.0.0",
"tailwindcss": "^3.4.3",
"typescript": "~5.4.5"
},
"engines": {
"node": ">=18.13.0",
"npm": ">=10.5.2"
}
}