mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-18 07:29:23 +03:00
grafana-image-renderer: 3.12.3 -> 3.12.5
ChangeLogs: * https://github.com/grafana/grafana-image-renderer/releases/tag/v3.12.4 * https://github.com/grafana/grafana-image-renderer/releases/tag/v3.12.5 I decided against downgrading Node to v20, apparently, their downgrade is due to a matter of Windows packaging[1]. [1] https://github.com/grafana/grafana-image-renderer/pull/619
This commit is contained in:
parent
94f61059bd
commit
ff2bc96567
2 changed files with 8 additions and 8 deletions
|
@ -30,7 +30,7 @@
|
||||||
"@hapi/boom": "^10.0.0",
|
"@hapi/boom": "^10.0.0",
|
||||||
"@puppeteer/browsers": "^2.3.1",
|
"@puppeteer/browsers": "^2.3.1",
|
||||||
"chokidar": "^3.5.2",
|
"chokidar": "^3.5.2",
|
||||||
"dompurify": "^2.5.4",
|
"dompurify": "^3.2.4",
|
||||||
"express": "^4.21.1",
|
"express": "^4.21.1",
|
||||||
"express-prom-bundle": "^6.5.0",
|
"express-prom-bundle": "^6.5.0",
|
||||||
"jimp": "^0.22.12",
|
"jimp": "^0.22.12",
|
||||||
|
@ -49,18 +49,18 @@
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@grafana/eslint-config": "^6.0.0",
|
"@grafana/eslint-config": "^6.0.0",
|
||||||
"@types/dompurify": "2.3.4",
|
"@types/dompurify": "^3.2.0",
|
||||||
"@types/express": "^4.17.14",
|
"@types/express": "^4.17.14",
|
||||||
"@types/jest": "^29.5.12",
|
"@types/jest": "^29.5.12",
|
||||||
"@types/jsdom": "20.0.0",
|
"@types/jsdom": "20.0.0",
|
||||||
"@types/multer": "^1.4.7",
|
"@types/multer": "^1.4.7",
|
||||||
"@types/node": "^22.13.1",
|
"@types/node": "^20.17.27",
|
||||||
"@types/pixelmatch": "^5.2.6",
|
"@types/pixelmatch": "^5.2.6",
|
||||||
"@types/supertest": "^2.0.15",
|
"@types/supertest": "^2.0.15",
|
||||||
"@typescript-eslint/eslint-plugin": "5.37.0",
|
"@typescript-eslint/eslint-plugin": "5.37.0",
|
||||||
"@typescript-eslint/parser": "5.37.0",
|
"@typescript-eslint/parser": "5.37.0",
|
||||||
"@yao-pkg/pkg": "^6.3.0",
|
"@yao-pkg/pkg": "^6.3.0",
|
||||||
"axios": "1.7.4",
|
"axios": "1.8.2",
|
||||||
"cross-env": "7.0.3",
|
"cross-env": "7.0.3",
|
||||||
"eslint": "8.23.1",
|
"eslint": "8.23.1",
|
||||||
"fast-png": "^6.2.0",
|
"fast-png": "^6.2.0",
|
||||||
|
@ -88,6 +88,6 @@
|
||||||
},
|
},
|
||||||
"bin": "build/app.js",
|
"bin": "build/app.js",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">= 22"
|
"node": ">= 20"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -14,18 +14,18 @@
|
||||||
|
|
||||||
mkYarnPackage rec {
|
mkYarnPackage rec {
|
||||||
pname = "grafana-image-renderer";
|
pname = "grafana-image-renderer";
|
||||||
version = "3.12.3";
|
version = "3.12.5";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "grafana";
|
owner = "grafana";
|
||||||
repo = "grafana-image-renderer";
|
repo = "grafana-image-renderer";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-twB2V5iecLEMTrp+prFmDoJvcGLVQlLJ+DTSl/9V8S8=";
|
hash = "sha256-dcWmMcvWwG4wGEEyFKa1R0jGGpK5x1F5Amr74JzJaLE=";
|
||||||
};
|
};
|
||||||
|
|
||||||
offlineCache = fetchYarnDeps {
|
offlineCache = fetchYarnDeps {
|
||||||
yarnLock = src + "/yarn.lock";
|
yarnLock = src + "/yarn.lock";
|
||||||
hash = "sha256-TcsWApSR48OUIcQGko3XIaFCp22vFJbHcxrdFxUyRZU=";
|
hash = "sha256-BBu+vOO0UgX3L7Svj0HgVKHR2lSe4tD6c9HDgJZdhHU=";
|
||||||
};
|
};
|
||||||
|
|
||||||
packageJSON = ./package.json;
|
packageJSON = ./package.json;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue