mirror of
https://github.com/prometheus/prometheus.git
synced 2024-12-25 21:54:10 -08:00
specify npm version in the engine
Signed-off-by: Augustin Husson <husson.augustin@gmail.com>
This commit is contained in:
parent
d1f051381e
commit
545fbfd7f4
5
web/ui/package-lock.json
generated
5
web/ui/package-lock.json
generated
|
@ -8,7 +8,10 @@
|
||||||
"workspaces": [
|
"workspaces": [
|
||||||
"react-app",
|
"react-app",
|
||||||
"module/*"
|
"module/*"
|
||||||
]
|
],
|
||||||
|
"engines": {
|
||||||
|
"npm": ">=7.0.0"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"module/codemirror-promql": {
|
"module/codemirror-promql": {
|
||||||
"version": "0.18.0",
|
"version": "0.18.0",
|
||||||
|
|
|
@ -12,5 +12,8 @@
|
||||||
"workspaces": [
|
"workspaces": [
|
||||||
"react-app",
|
"react-app",
|
||||||
"module/*"
|
"module/*"
|
||||||
]
|
],
|
||||||
|
"engines": {
|
||||||
|
"npm": ">=7.0.0"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue