adjust package-json to match the correct version of the modules (#11401)

Signed-off-by: Augustin Husson <husson.augustin@gmail.com>
This commit is contained in:
Augustin Husson 2022-10-03 15:46:41 +02:00 committed by GitHub
parent 80a09d06ad
commit ffb0ec2ca4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3339 additions and 3281 deletions

View file

@ -29,7 +29,7 @@
},
"homepage": "https://github.com/prometheus/prometheus/blob/main/web/ui/module/codemirror-promql/README.md",
"dependencies": {
"@prometheus-io/lezer-promql": "^0.38.0",
"@prometheus-io/lezer-promql": "^0.39.0-rc.0",
"lru-cache": "^6.0.0"
},
"devDependencies": {

6616
web/ui/package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -19,7 +19,7 @@
"@lezer/common": "^1.0.1",
"@nexucis/fuzzy": "^0.4.1",
"@nexucis/kvsearch": "^0.8.1",
"@prometheus-io/codemirror-promql": "^0.38.0",
"@prometheus-io/codemirror-promql": "^0.39.0-rc.0",
"bootstrap": "^4.6.2",
"css.escape": "^1.5.1",
"downshift": "^6.1.11",