Compare commits
4 Commits
0f4677414b
...
633b6151df
Author | SHA1 | Date | |
---|---|---|---|
633b6151df | |||
681bb42f0f | |||
e5236f8bde | |||
c5750013e9 |
@ -29,7 +29,7 @@ steps:
|
|||||||
- name: test
|
- name: test
|
||||||
image: 'node:22.9.0-slim'
|
image: 'node:22.9.0-slim'
|
||||||
commands:
|
commands:
|
||||||
- yarn set version 4.4.1
|
- yarn set version 4.5.0
|
||||||
- yarn install
|
- yarn install
|
||||||
- yarn run jest
|
- yarn run jest
|
||||||
|
|
||||||
|
File diff suppressed because one or more lines are too long
@ -3,4 +3,4 @@ plugins:
|
|||||||
path: .yarn/plugins/@yarnpkg/plugin-outdated.cjs
|
path: .yarn/plugins/@yarnpkg/plugin-outdated.cjs
|
||||||
spec: "https://go.mskelton.dev/yarn-outdated/v4"
|
spec: "https://go.mskelton.dev/yarn-outdated/v4"
|
||||||
|
|
||||||
yarnPath: .yarn/releases/yarn-4.4.1.cjs
|
yarnPath: .yarn/releases/yarn-4.5.0.cjs
|
||||||
|
2
Makefile
2
Makefile
@ -6,7 +6,7 @@ asdf_install:
|
|||||||
|
|
||||||
.PHONY: yarn_setup
|
.PHONY: yarn_setup
|
||||||
yarn_setup:
|
yarn_setup:
|
||||||
@yarn set version 4.4.1
|
@yarn set version 4.5.0
|
||||||
@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
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "clean-architecture",
|
"name": "clean-architecture",
|
||||||
"packageManager": "yarn@4.4.1",
|
"packageManager": "yarn@4.5.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@types/jest": "^29.5.4",
|
"@types/jest": "^29.5.4",
|
||||||
"@types/node": "^22.4.0",
|
"@types/node": "^22.4.0",
|
||||||
|
12
yarn.lock
12
yarn.lock
@ -894,21 +894,21 @@ __metadata:
|
|||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@types/jest@npm:^29.5.4":
|
"@types/jest@npm:^29.5.4":
|
||||||
version: 29.5.12
|
version: 29.5.13
|
||||||
resolution: "@types/jest@npm:29.5.12"
|
resolution: "@types/jest@npm:29.5.13"
|
||||||
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: 10c0/25fc8e4c611fa6c4421e631432e9f0a6865a8cb07c9815ec9ac90d630271cad773b2ee5fe08066f7b95bebd18bb967f8ce05d018ee9ab0430f9dfd1d84665b6f
|
checksum: 10c0/9c31af0b155387b9860908830de63c6b79011d7c87c8b61b39da124e26e55423dd51b006749aafe4f0ef3a065016619a1f93ef4b055157d43727f448e67824b7
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@types/node@npm:*, @types/node@npm:^22.4.0":
|
"@types/node@npm:*, @types/node@npm:^22.4.0":
|
||||||
version: 22.5.4
|
version: 22.7.5
|
||||||
resolution: "@types/node@npm:22.5.4"
|
resolution: "@types/node@npm:22.7.5"
|
||||||
dependencies:
|
dependencies:
|
||||||
undici-types: "npm:~6.19.2"
|
undici-types: "npm:~6.19.2"
|
||||||
checksum: 10c0/b445daa7eecd761ad4d778b882d6ff7bcc3b4baad2086ea9804db7c5d4a4ab0298b00d7f5315fc640a73b5a1d52bbf9628e09c9fec0cf44dbf9b4df674a8717d
|
checksum: 10c0/cf11f74f1a26053ec58066616e3a8685b6bcd7259bc569738b8f752009f9f0f7f85a1b2d24908e5b0f752482d1e8b6babdf1fbb25758711ec7bb9500bfcd6e60
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user