chore: upgrade yarn and deps (#67)
All checks were successful
continuous-integration/drone/push Build is passing

* Upgrade `yarn` to version `4.5.0` on `Dockerfile`
* Upgrade dependencies to the latest versions
  * `@types/jest` from 29.5.4 to 29.5.13
  * `@types/node` from 22.4.0 to 22.7.5
  * `jest` from 29.6.4 to 29.7.0
  * `ts-jest` from 29.1.1 to 29.2.5
  * `ts-node` from 10.9.1 to 10.9.2
  * `typescript` from 5.5.4 to 5.6.2

Reviewed-on: #67
Co-authored-by: Joao P Dubas <joao.dubas+gitea@gmail.com>
Co-committed-by: Joao P Dubas <joao.dubas+gitea@gmail.com>
This commit is contained in:
2024-10-08 13:33:39 +00:00
committed by João Paulo Dubas
parent 9b118e8bc4
commit f2a31ac727
3 changed files with 20 additions and 20 deletions

View File

@@ -4,7 +4,7 @@ WORKDIR /opt/app
RUN apt-get update \
&& apt-get -y install make \
&& yarn set version 4.4.0
&& yarn set version 4.5.0
COPY ./Makefile ./
COPY ./package.json ./