Grafana Backend Image Renderer that uses headless chrome to capture images. OBS-URL: https://build.opensuse.org/request/show/765341 OBS-URL: https://build.opensuse.org/package/show/server:monitoring/grafana-image-renderer?expand=0&rev=1
32 lines
825 B
Diff
32 lines
825 B
Diff
--- a/package.json 2020-01-15 18:08:24.709980138 +0000
|
|
+++ b/package.json 2020-01-15 18:08:59.887272028 +0000
|
|
@@ -11,8 +11,6 @@
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
- "@types/express": "^4.11.1",
|
|
- "@types/node": "^10.0.9",
|
|
"boom": "^7.2.0",
|
|
"express": "^4.16.3",
|
|
"google-protobuf": "3.5.0",
|
|
@@ -21,15 +19,17 @@
|
|
"morgan": "^1.9.0",
|
|
"mz": "^2.7.0",
|
|
"puppeteer": "^1.7.0",
|
|
- "typescript": "^2.8.3",
|
|
"unique-filename": "^1.1.0"
|
|
},
|
|
"devDependencies": {
|
|
+ "@types/express": "^4.11.1",
|
|
+ "@types/node": "^10.0.9",
|
|
"husky": "^0.14.3",
|
|
"lint-staged": "^6.0.0",
|
|
"pkg": "4.3.8",
|
|
"prettier": "1.9.2",
|
|
- "tsc-watch": "^1.0.21"
|
|
+ "tsc-watch": "^1.0.21",
|
|
+ "typescript": "^2.8.3"
|
|
},
|
|
"resolutions": {
|
|
"set-value": "2.0.1"
|