Compare commits
3 Commits
3e6a8188e9
...
6be5a07f6b
Author | SHA1 | Date | |
---|---|---|---|
6be5a07f6b | |||
9486302db7 | |||
3070781481 |
@ -27,7 +27,7 @@ steps:
|
|||||||
restore: true
|
restore: true
|
||||||
|
|
||||||
- name: test
|
- name: test
|
||||||
image: 'node:20.8.0-slim'
|
image: 'node:20.9.0-slim'
|
||||||
commands:
|
commands:
|
||||||
- yarn set version 3.6.3
|
- yarn set version 3.6.3
|
||||||
- yarn install
|
- yarn install
|
||||||
|
12
.pnp.cjs
generated
12
.pnp.cjs
generated
@ -26,7 +26,7 @@ const RAW_RUNTIME_STATE =
|
|||||||
[null, {\
|
[null, {\
|
||||||
"packageLocation": "./",\
|
"packageLocation": "./",\
|
||||||
"packageDependencies": [\
|
"packageDependencies": [\
|
||||||
["@types/jest", "npm:29.5.5"],\
|
["@types/jest", "npm:29.5.7"],\
|
||||||
["@types/node", "npm:20.6.3"],\
|
["@types/node", "npm:20.6.3"],\
|
||||||
["jest", "virtual:0bdaf34b18f64a61d994ea5745297b16ca55696ece813438927b218d5900be7b3b1afb8777870498f0544991088e71be7d6609a8d92700ec537ab224121fd8a4#npm:29.7.0"],\
|
["jest", "virtual:0bdaf34b18f64a61d994ea5745297b16ca55696ece813438927b218d5900be7b3b1afb8777870498f0544991088e71be7d6609a8d92700ec537ab224121fd8a4#npm:29.7.0"],\
|
||||||
["ts-jest", "virtual:0bdaf34b18f64a61d994ea5745297b16ca55696ece813438927b218d5900be7b3b1afb8777870498f0544991088e71be7d6609a8d92700ec537ab224121fd8a4#npm:29.1.1"],\
|
["ts-jest", "virtual:0bdaf34b18f64a61d994ea5745297b16ca55696ece813438927b218d5900be7b3b1afb8777870498f0544991088e71be7d6609a8d92700ec537ab224121fd8a4#npm:29.1.1"],\
|
||||||
@ -1379,10 +1379,10 @@ const RAW_RUNTIME_STATE =
|
|||||||
}]\
|
}]\
|
||||||
]],\
|
]],\
|
||||||
["@types/jest", [\
|
["@types/jest", [\
|
||||||
["npm:29.5.5", {\
|
["npm:29.5.7", {\
|
||||||
"packageLocation": "../../../../cache/others/berry/cache/@types-jest-npm-29.5.5-cc0df7a171-10.zip/node_modules/@types/jest/",\
|
"packageLocation": "../../../../cache/others/berry/cache/@types-jest-npm-29.5.7-e6780d868f-10.zip/node_modules/@types/jest/",\
|
||||||
"packageDependencies": [\
|
"packageDependencies": [\
|
||||||
["@types/jest", "npm:29.5.5"],\
|
["@types/jest", "npm:29.5.7"],\
|
||||||
["expect", "npm:29.6.4"],\
|
["expect", "npm:29.6.4"],\
|
||||||
["pretty-format", "npm:29.6.3"]\
|
["pretty-format", "npm:29.6.3"]\
|
||||||
],\
|
],\
|
||||||
@ -1933,7 +1933,7 @@ const RAW_RUNTIME_STATE =
|
|||||||
"packageLocation": "./",\
|
"packageLocation": "./",\
|
||||||
"packageDependencies": [\
|
"packageDependencies": [\
|
||||||
["clean-architecture", "workspace:."],\
|
["clean-architecture", "workspace:."],\
|
||||||
["@types/jest", "npm:29.5.5"],\
|
["@types/jest", "npm:29.5.7"],\
|
||||||
["@types/node", "npm:20.6.3"],\
|
["@types/node", "npm:20.6.3"],\
|
||||||
["jest", "virtual:0bdaf34b18f64a61d994ea5745297b16ca55696ece813438927b218d5900be7b3b1afb8777870498f0544991088e71be7d6609a8d92700ec537ab224121fd8a4#npm:29.7.0"],\
|
["jest", "virtual:0bdaf34b18f64a61d994ea5745297b16ca55696ece813438927b218d5900be7b3b1afb8777870498f0544991088e71be7d6609a8d92700ec537ab224121fd8a4#npm:29.7.0"],\
|
||||||
["ts-jest", "virtual:0bdaf34b18f64a61d994ea5745297b16ca55696ece813438927b218d5900be7b3b1afb8777870498f0544991088e71be7d6609a8d92700ec537ab224121fd8a4#npm:29.1.1"],\
|
["ts-jest", "virtual:0bdaf34b18f64a61d994ea5745297b16ca55696ece813438927b218d5900be7b3b1afb8777870498f0544991088e71be7d6609a8d92700ec537ab224121fd8a4#npm:29.1.1"],\
|
||||||
@ -4570,7 +4570,7 @@ const RAW_RUNTIME_STATE =
|
|||||||
["@types/babel-jest", null],\
|
["@types/babel-jest", null],\
|
||||||
["@types/babel__core", null],\
|
["@types/babel__core", null],\
|
||||||
["@types/esbuild", null],\
|
["@types/esbuild", null],\
|
||||||
["@types/jest", "npm:29.5.5"],\
|
["@types/jest", "npm:29.5.7"],\
|
||||||
["@types/jest__types", null],\
|
["@types/jest__types", null],\
|
||||||
["@types/typescript", null],\
|
["@types/typescript", null],\
|
||||||
["babel-jest", null],\
|
["babel-jest", null],\
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
nodejs 20.6.0
|
nodejs 20.9.0
|
||||||
yarn 1.22.19
|
yarn 1.22.19
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM node:20.8.0-slim
|
FROM node:20.9.0-slim
|
||||||
|
|
||||||
WORKDIR /opt/app
|
WORKDIR /opt/app
|
||||||
|
|
||||||
|
@ -894,12 +894,12 @@ __metadata:
|
|||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@types/jest@npm:^29.5.4":
|
"@types/jest@npm:^29.5.4":
|
||||||
version: 29.5.5
|
version: 29.5.7
|
||||||
resolution: "@types/jest@npm:29.5.5"
|
resolution: "@types/jest@npm:29.5.7"
|
||||||
dependencies:
|
dependencies:
|
||||||
expect: "npm:^29.0.0"
|
expect: "npm:^29.0.0"
|
||||||
pretty-format: "npm:^29.0.0"
|
pretty-format: "npm:^29.0.0"
|
||||||
checksum: 85bf86fd31ed9b76c26abc6bf771d09a9a8ff9362c81be353b8cf8ba102e09741b7f6951dca09aaa56d5fb410291e1eb5650b508da2fb3d36a0f035a91552a0d
|
checksum: 64a31afa2c8bd003c7e637c36933170f731341957150274e518564e513d6dd7cb8dae61afea29ff703c2c8d3bdbbc8fb97095029a4fc91f55707f26753557583
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user