1 Commits

Author SHA1 Message Date
cf178e8d99 chore(deps): update node.js to v20.7.0
All checks were successful
continuous-integration/drone/pr Build is passing
2023-09-20 01:30:07 +00:00
12 changed files with 14307 additions and 13205 deletions

View File

@@ -27,9 +27,9 @@ steps:
restore: true
- name: test
image: 'node:22.17.1-slim'
image: 'node:20.7.0-slim'
commands:
- yarn set version 4.6.0
- yarn set version 3.6.3
- yarn install
- 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.18.0
yarn 1.22.22
nodejs 20.6.0
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:
- 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
yarnPath: .yarn/releases/yarn-3.6.3.cjs

View File

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

View File

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

View File

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

3739
yarn.lock

File diff suppressed because it is too large Load Diff