|
|
|
|
@ -3,28 +3,28 @@ |
|
|
|
|
"version": "0.48.0", |
|
|
|
|
"private": true, |
|
|
|
|
"dependencies": { |
|
|
|
|
"@codemirror/autocomplete": "^6.7.1", |
|
|
|
|
"@codemirror/commands": "^6.2.4", |
|
|
|
|
"@codemirror/language": "^6.7.0", |
|
|
|
|
"@codemirror/lint": "^6.2.2", |
|
|
|
|
"@codemirror/search": "^6.5.0", |
|
|
|
|
"@codemirror/state": "^6.2.1", |
|
|
|
|
"@codemirror/view": "^6.13.0", |
|
|
|
|
"@codemirror/autocomplete": "^6.11.1", |
|
|
|
|
"@codemirror/commands": "^6.3.2", |
|
|
|
|
"@codemirror/language": "^6.9.3", |
|
|
|
|
"@codemirror/lint": "^6.4.2", |
|
|
|
|
"@codemirror/search": "^6.5.5", |
|
|
|
|
"@codemirror/state": "^6.3.3", |
|
|
|
|
"@codemirror/view": "^6.22.1", |
|
|
|
|
"@forevolve/bootstrap-dark": "^2.1.1", |
|
|
|
|
"@fortawesome/fontawesome-svg-core": "6.4.0", |
|
|
|
|
"@fortawesome/free-solid-svg-icons": "6.4.0", |
|
|
|
|
"@fortawesome/fontawesome-svg-core": "6.5.1", |
|
|
|
|
"@fortawesome/free-solid-svg-icons": "6.5.1", |
|
|
|
|
"@fortawesome/react-fontawesome": "0.2.0", |
|
|
|
|
"@lezer/common": "^1.0.3", |
|
|
|
|
"@lezer/highlight": "^1.1.6", |
|
|
|
|
"@lezer/lr": "^1.3.6", |
|
|
|
|
"@lezer/common": "^1.1.1", |
|
|
|
|
"@lezer/highlight": "^1.2.0", |
|
|
|
|
"@lezer/lr": "^1.3.14", |
|
|
|
|
"@nexucis/fuzzy": "^0.4.1", |
|
|
|
|
"@nexucis/kvsearch": "^0.8.1", |
|
|
|
|
"@prometheus-io/codemirror-promql": "0.48.0", |
|
|
|
|
"bootstrap": "^4.6.2", |
|
|
|
|
"css.escape": "^1.5.1", |
|
|
|
|
"downshift": "^7.6.0", |
|
|
|
|
"downshift": "^7.6.2", |
|
|
|
|
"http-proxy-middleware": "^2.0.6", |
|
|
|
|
"jquery": "^3.7.0", |
|
|
|
|
"jquery": "^3.7.1", |
|
|
|
|
"jquery.flot.tooltip": "^0.9.0", |
|
|
|
|
"moment": "^2.29.4", |
|
|
|
|
"moment-timezone": "^0.5.43", |
|
|
|
|
@ -38,7 +38,7 @@ |
|
|
|
|
"react-test-renderer": "^17.0.2", |
|
|
|
|
"reactstrap": "^8.10.1", |
|
|
|
|
"sanitize-html": "^2.11.0", |
|
|
|
|
"sass": "1.62.1", |
|
|
|
|
"sass": "1.69.5", |
|
|
|
|
"tempusdominus-bootstrap-4": "^5.39.2", |
|
|
|
|
"tempusdominus-core": "^5.19.3" |
|
|
|
|
}, |
|
|
|
|
@ -66,15 +66,15 @@ |
|
|
|
|
], |
|
|
|
|
"devDependencies": { |
|
|
|
|
"@testing-library/react-hooks": "^7.0.2", |
|
|
|
|
"@types/enzyme": "^3.10.13", |
|
|
|
|
"@types/flot": "0.0.32", |
|
|
|
|
"@types/jquery": "^3.5.16", |
|
|
|
|
"@types/react": "^17.0.60", |
|
|
|
|
"@types/react-copy-to-clipboard": "^5.0.4", |
|
|
|
|
"@types/react-dom": "^17.0.20", |
|
|
|
|
"@types/enzyme": "^3.10.18", |
|
|
|
|
"@types/flot": "0.0.36", |
|
|
|
|
"@types/jquery": "^3.5.29", |
|
|
|
|
"@types/react": "^17.0.71", |
|
|
|
|
"@types/react-copy-to-clipboard": "^5.0.7", |
|
|
|
|
"@types/react-dom": "^17.0.25", |
|
|
|
|
"@types/react-router-dom": "^5.3.3", |
|
|
|
|
"@types/sanitize-html": "^2.9.0", |
|
|
|
|
"@types/sinon": "^10.0.15", |
|
|
|
|
"@types/sanitize-html": "^2.9.5", |
|
|
|
|
"@types/sinon": "^10.0.20", |
|
|
|
|
"@wojtekmaj/enzyme-adapter-react-17": "^0.8.0", |
|
|
|
|
"enzyme": "^3.11.0", |
|
|
|
|
"enzyme-to-json": "^3.6.2", |
|
|
|
|
@ -94,6 +94,6 @@ |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"optionalDependencies": { |
|
|
|
|
"fsevents": "^2.3.2" |
|
|
|
|
"fsevents": "^2.3.3" |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|