mirror of
https://github.com/prometheus/prometheus
synced 2025-01-14 02:43:35 +00:00
Merge pull request #9351 from prometheus/set-npm-version
specify npm version in the engine
This commit is contained in:
commit
03d084f862
5
web/ui/package-lock.json
generated
5
web/ui/package-lock.json
generated
@ -8,7 +8,10 @@
|
||||
"workspaces": [
|
||||
"react-app",
|
||||
"module/*"
|
||||
]
|
||||
],
|
||||
"engines": {
|
||||
"npm": ">=7.0.0"
|
||||
}
|
||||
},
|
||||
"module/codemirror-promql": {
|
||||
"version": "0.18.0",
|
||||
|
@ -12,5 +12,8 @@
|
||||
"workspaces": [
|
||||
"react-app",
|
||||
"module/*"
|
||||
]
|
||||
],
|
||||
"engines": {
|
||||
"npm": ">=7.0.0"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user