diff --git a/packages/grafana/build.sh b/packages/grafana/build.sh index ff63a6f39d..19b834084b 100644 --- a/packages/grafana/build.sh +++ b/packages/grafana/build.sh @@ -2,7 +2,7 @@ TERMUX_PKG_HOMEPAGE=https://grafana.com/ TERMUX_PKG_DESCRIPTION="The open-source platform for monitoring and observability" TERMUX_PKG_LICENSE="AGPL-V3" TERMUX_PKG_MAINTAINER="@termux" -TERMUX_PKG_VERSION=8.5.13 +TERMUX_PKG_VERSION=8.5.14 TERMUX_PKG_SRCURL=https://github.com/grafana/grafana.git TERMUX_PKG_BUILD_DEPENDS="yarn" TERMUX_PKG_BUILD_IN_SRC=true @@ -34,6 +34,8 @@ termux_step_pre_configure() { export PATH=$bin:$PATH export NODE_OPTIONS=--max-old-space-size=6000 + + yarn set version 3.2.4 } termux_step_make() { diff --git a/packages/grafana/yarn.lock.patch b/packages/grafana/yarn.lock.patch new file mode 100644 index 0000000000..18da164fda --- /dev/null +++ b/packages/grafana/yarn.lock.patch @@ -0,0 +1,48 @@ +--- a/yarn.lock ++++ b/yarn.lock +@@ -35841,41 +35841,37 @@ + + "typescript@patch:typescript@4.4.3#~builtin": + version: 4.4.3 +- resolution: "typescript@patch:typescript@npm%3A4.4.3#~builtin::version=4.4.3&hash=bda367" ++ resolution: "typescript@patch:typescript@npm%3A4.4.3#~builtin::version=4.4.3&hash=701156" + bin: + tsc: bin/tsc + tsserver: bin/tsserver +- checksum: 33a916819907e819430802c50405f18c187448d678696a81545f494a7ec16207f8c15340c945df62109bd1d951091a9f15f3d2eb931a3c889f962c8509017697 + languageName: node + linkType: hard + + "typescript@patch:typescript@4.4.4#~builtin": + version: 4.4.4 +- resolution: "typescript@patch:typescript@npm%3A4.4.4#~builtin::version=4.4.4&hash=bda367" ++ resolution: "typescript@patch:typescript@npm%3A4.4.4#~builtin::version=4.4.4&hash=701156" + bin: + tsc: bin/tsc + tsserver: bin/tsserver +- checksum: 3d1b04449662193544b81d055479d03b4c5dca95f1a82f8922596f089d894c9fefbe16639d1d9dfe26a7054419645530cef44001bc17aed1fe1eb3c237e9b3c7 + languageName: node + linkType: hard + + "typescript@patch:typescript@>=2.7#~builtin": + version: 4.5.5 +- resolution: "typescript@patch:typescript@npm%3A4.5.5#~builtin::version=4.5.5&hash=bda367" ++ resolution: "typescript@patch:typescript@npm%3A4.5.5#~builtin::version=4.5.5&hash=701156" + bin: + tsc: bin/tsc + tsserver: bin/tsserver +- checksum: 858c61fa63f7274ca4aaaffeced854d550bf416cff6e558c4884041b3311fb662f476f167cf5c9f8680c607239797e26a2ee0bcc6467fbc05bfcb218e1c6c671 + languageName: node + linkType: hard + + "typescript@patch:typescript@~4.5.2#~builtin": + version: 4.5.4 +- resolution: "typescript@patch:typescript@npm%3A4.5.4#~builtin::version=4.5.4&hash=bda367" ++ resolution: "typescript@patch:typescript@npm%3A4.5.4#~builtin::version=4.5.4&hash=701156" + bin: + tsc: bin/tsc + tsserver: bin/tsserver +- checksum: eda87927f9cfb94aca9b5e47842daf37347ad3073133e17f556fbb6c18f3493c5b551eedab0f4b26774235ddb7acbe0087250d5285f72ce6819a0891dd5a74ed + languageName: node + linkType: hard +