Skip to content

Commit 7003bdd

Browse files
committed
Update backend dependencies
- Update Graphviz to 14.0.0 - Update Expat to 2.7.2
1 parent 196da65 commit 7003bdd

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

packages/viz/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## Unreleased
4+
5+
* Update Graphviz to 14.0.0.
6+
* Update Expat to 2.7.2.
7+
38
## 3.17.0
49

510
* Update Graphviz to 13.1.2.

packages/viz/backend/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM emscripten/emsdk:3.1.70 AS graphviz
22

33
ENV PREFIX=/prefix
44

5-
ADD "https://github.com/libexpat/libexpat/releases/download/R_2_7_1/expat-2.7.1.tar.gz" ./expat.tar.gz
5+
ADD "https://github.com/libexpat/libexpat/releases/download/R_2_7_2/expat-2.7.2.tar.gz" ./expat.tar.gz
66

77
RUN mkdir -p expat && tar -zxf ./expat.tar.gz --strip-components 1 --directory expat
88
RUN cd expat && emconfigure ./configure \
@@ -14,7 +14,7 @@ RUN cd expat && emconfigure ./configure \
1414
CXXFLAGS="-Oz"
1515
RUN cd expat/lib && emmake make all install
1616

17-
ADD "https://gitlab.com/api/v4/projects/4207231/packages/generic/graphviz-releases/13.1.2/graphviz-13.1.2.tar.gz" ./graphviz.tar.gz
17+
ADD "https://gitlab.com/api/v4/projects/4207231/packages/generic/graphviz-releases/14.0.0/graphviz-14.0.0.tar.gz" ./graphviz.tar.gz
1818

1919
RUN mkdir -p graphviz && tar -zxf ./graphviz.tar.gz --strip-components 1 --directory graphviz
2020
RUN cd graphviz && emconfigure ./configure \

0 commit comments

Comments
 (0)