1 Commits

Author SHA1 Message Date
1d1fc9baf6 chore(deps): update node.js to v20.8.0
All checks were successful
continuous-integration/drone/pr Build is passing
2023-09-29 19:28:37 +00:00
12 changed files with 14307 additions and 13205 deletions

View File

@@ -27,9 +27,9 @@ steps:
restore: true restore: true
- name: test - name: test
image: 'node:22.17.1-slim' image: 'node:20.8.0-slim'
commands: commands:
- yarn set version 4.6.0 - yarn set version 3.6.3
- yarn install - yarn install
- yarn run jest - yarn run jest

20819
.pnp.cjs generated

File diff suppressed because one or more lines are too long

1069
.pnp.loader.mjs generated

File diff suppressed because it is too large Load Diff

View File

@@ -1,2 +1,2 @@
nodejs 22.17.1 nodejs 20.6.0
yarn 1.22.22 yarn 1.22.19

File diff suppressed because one or more lines are too long

874
.yarn/releases/yarn-3.6.3.cjs vendored Executable file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -1,6 +1 @@
plugins: yarnPath: .yarn/releases/yarn-3.6.3.cjs
- checksum: 5e73a1acbb9741fce1e8335e243c9480ea2107b9b4b65ed7643785ddea9e3019aee254a92a853b1cd71023b16fff5b7d3afd5256fe57cd35a54f8785b8c30281
path: .yarn/plugins/@yarnpkg/plugin-outdated.cjs
spec: "https://go.mskelton.dev/yarn-outdated/v4"
yarnPath: .yarn/releases/yarn-4.9.2.cjs

View File

@@ -1,10 +1,10 @@
FROM node:22.17.1-slim FROM node:20.8.0-slim
WORKDIR /opt/app WORKDIR /opt/app
RUN apt-get update \ RUN apt-get update \
&& apt-get -y install make \ && apt-get -y install make \
&& yarn set version 4.6.0 && yarn set version 3.6.3
COPY ./Makefile ./ COPY ./Makefile ./
COPY ./package.json ./ COPY ./package.json ./

View File

@@ -6,7 +6,7 @@ asdf_install:
.PHONY: yarn_setup .PHONY: yarn_setup
yarn_setup: yarn_setup:
@yarn set version 4.6.0 @yarn set version 3.6.3
@yarn init -2 @yarn init -2
@yarn add typescript jest @types/jest ts-node ts-jest @yarn add typescript jest @types/jest ts-node ts-jest

View File

@@ -1,12 +1,11 @@
{ {
"name": "clean-architecture", "name": "clean-architecture",
"packageManager": "yarn@4.9.2", "packageManager": "yarn@3.6.3",
"dependencies": { "dependencies": {
"@types/jest": "^30.0.0", "@types/jest": "^29.5.4",
"@types/node": "^22.7.5", "jest": "^29.6.4",
"jest": "^30.0.0", "ts-jest": "^29.1.1",
"ts-jest": "^29.2.5", "ts-node": "^10.9.1",
"ts-node": "^10.9.2", "typescript": "^5.2.2"
"typescript": "^5.6.2"
} }
} }

3739
yarn.lock

File diff suppressed because it is too large Load Diff