Fix builds of frontend_tests & tooling_tests (#3803)

This commit is contained in:
Marcin Stachniuk 2024-03-22 09:36:54 +01:00 committed by GitHub
parent d9e9720f88
commit cf24e2eb6d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 12203 additions and 6492 deletions

View File

@ -7,10 +7,10 @@ RUN apt-get update && \
ca-certificates gnupg && \ ca-certificates gnupg && \
curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | \ curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | \
gpg --dearmor -o /etc/apt/nodesource-keyring.gpg && \ gpg --dearmor -o /etc/apt/nodesource-keyring.gpg && \
echo "deb [signed-by=/etc/apt/nodesource-keyring.gpg] https://deb.nodesource.com/node_16.x nodistro main" \ echo "deb [signed-by=/etc/apt/nodesource-keyring.gpg] https://deb.nodesource.com/node_20.x nodistro main" \
> /etc/apt/sources.list.d/nodesource.list && \ > /etc/apt/sources.list.d/nodesource.list && \
apt-get update && \ apt-get update && \
apt-get install nodejs && \ apt-get -y install nodejs && \
rm -rf /var/lib/apt/lists/* rm -rf /var/lib/apt/lists/*

View File

@ -1,3 +1,3 @@
FROM public.ecr.aws/docker/library/node:16.20.2 FROM public.ecr.aws/docker/library/node:20.9.0
CMD ["bash"] CMD ["bash"]

18687
frontend/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -19,7 +19,7 @@
"html-react-parser": "^1.4.14", "html-react-parser": "^1.4.14",
"lunr": "^2.3.9", "lunr": "^2.3.9",
"node-html-parser": "^5.4.2", "node-html-parser": "^5.4.2",
"nodegit": "^0.27.0", "nodegit": "^0.28.0-alpha.24",
"react": "^17.0.2", "react": "^17.0.2",
"react-dom": "^17.0.2", "react-dom": "^17.0.2",
"react-highlight": "^0.14.0", "react-highlight": "^0.14.0",