File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
pkgs/by-name/gr/grafana-image-renderer Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 5454 "@types/jest" : " ^29.5.12" ,
5555 "@types/jsdom" : " 20.0.0" ,
5656 "@types/multer" : " ^1.4.7" ,
57- "@types/node" : " ^18.7.18 " ,
57+ "@types/node" : " ^22.13.1 " ,
5858 "@types/pixelmatch" : " ^5.2.6" ,
5959 "@types/supertest" : " ^2.0.15" ,
6060 "@typescript-eslint/eslint-plugin" : " 5.37.0" ,
6161 "@typescript-eslint/parser" : " 5.37.0" ,
62+ "@yao-pkg/pkg" : " ^6.3.0" ,
6263 "axios" : " 1.7.4" ,
6364 "cross-env" : " 7.0.3" ,
6465 "eslint" : " 8.23.1" ,
6566 "fast-png" : " ^6.2.0" ,
6667 "jest" : " ^29.7.0" ,
6768 "jsonwebtoken" : " ^9.0.2" ,
6869 "lint-staged" : " 13.0.3" ,
69- "pkg" : " ^5.8.1" ,
7070 "prettier" : " 2.7.1" ,
7171 "supertest" : " ^7.0.0" ,
7272 "ts-jest" : " ^29.1.1" ,
8888 },
8989 "bin" : " build/app.js" ,
9090 "engines" : {
91- "node" : " >= 18 "
91+ "node" : " >= 22 "
9292 }
9393}
Original file line number Diff line number Diff line change 1414
1515mkYarnPackage rec {
1616 pname = "grafana-image-renderer" ;
17- version = "3.12.1 " ;
17+ version = "3.12.3 " ;
1818
1919 src = fetchFromGitHub {
2020 owner = "grafana" ;
2121 repo = "grafana-image-renderer" ;
2222 rev = "v${ version } " ;
23- hash = "sha256-j01C5h8RKZi/jcJyzXqgw0sAiBdVphi1kLxgqygVhkg =" ;
23+ hash = "sha256-twB2V5iecLEMTrp+prFmDoJvcGLVQlLJ+DTSl/9V8S8 =" ;
2424 } ;
2525
2626 offlineCache = fetchYarnDeps {
2727 yarnLock = src + "/yarn.lock" ;
28- hash = "sha256-eYn69tlwCu3ohSCFdifMifvLgHgogv9aq6n8N363Hbw =" ;
28+ hash = "sha256-TcsWApSR48OUIcQGko3XIaFCp22vFJbHcxrdFxUyRZU =" ;
2929 } ;
3030
3131 packageJSON = ./package.json ;
You can’t perform that action at this time.
0 commit comments