Compare commits

..

1 Commits

Author SHA1 Message Date
0f4677414b chore(deps): update node docker tag to v22.9.0
Some checks reported errors
continuous-integration/drone/pr Build encountered an error
2024-09-18 01:19:16 +00:00
7 changed files with 634 additions and 634 deletions

View File

@ -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.5.0 - yarn set version 4.4.1
- yarn install - yarn install
- yarn run jest - yarn run jest

926
.pnp.cjs generated

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

View File

@ -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.5.0.cjs yarnPath: .yarn/releases/yarn-4.4.1.cjs

View File

@ -6,7 +6,7 @@ asdf_install:
.PHONY: yarn_setup .PHONY: yarn_setup
yarn_setup: yarn_setup:
@yarn set version 4.5.0 @yarn set version 4.4.1
@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,6 +1,6 @@
{ {
"name": "clean-architecture", "name": "clean-architecture",
"packageManager": "yarn@4.5.0", "packageManager": "yarn@4.4.1",
"dependencies": { "dependencies": {
"@types/jest": "^29.5.4", "@types/jest": "^29.5.4",
"@types/node": "^22.4.0", "@types/node": "^22.4.0",

View File

@ -894,21 +894,21 @@ __metadata:
linkType: hard linkType: hard
"@types/jest@npm:^29.5.4": "@types/jest@npm:^29.5.4":
version: 29.5.13 version: 29.5.12
resolution: "@types/jest@npm:29.5.13" resolution: "@types/jest@npm:29.5.12"
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/9c31af0b155387b9860908830de63c6b79011d7c87c8b61b39da124e26e55423dd51b006749aafe4f0ef3a065016619a1f93ef4b055157d43727f448e67824b7 checksum: 10c0/25fc8e4c611fa6c4421e631432e9f0a6865a8cb07c9815ec9ac90d630271cad773b2ee5fe08066f7b95bebd18bb967f8ce05d018ee9ab0430f9dfd1d84665b6f
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.7.5 version: 22.5.4
resolution: "@types/node@npm:22.7.5" resolution: "@types/node@npm:22.5.4"
dependencies: dependencies:
undici-types: "npm:~6.19.2" undici-types: "npm:~6.19.2"
checksum: 10c0/cf11f74f1a26053ec58066616e3a8685b6bcd7259bc569738b8f752009f9f0f7f85a1b2d24908e5b0f752482d1e8b6babdf1fbb25758711ec7bb9500bfcd6e60 checksum: 10c0/b445daa7eecd761ad4d778b882d6ff7bcc3b4baad2086ea9804db7c5d4a4ab0298b00d7f5315fc640a73b5a1d52bbf9628e09c9fec0cf44dbf9b4df674a8717d
languageName: node languageName: node
linkType: hard linkType: hard