Skip to content

Commit

Permalink
Actualizado yarn. Closes #113
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlota de la Vega committed Jan 5, 2024
1 parent ae17945 commit 05315a9
Show file tree
Hide file tree
Showing 4 changed files with 4,952 additions and 2,527 deletions.
893 changes: 893 additions & 0 deletions .yarn/releases/yarn-4.0.2.cjs

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.0.2.cjs
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
"author": "Carlota de la Vega <carlotadlavega@correo.ugr.es>",
"license": "MIT",
"devDependencies": {
"@nestjs/testing": "^10.3.0",
"@types/jest": "^29.5.10",
"jest": "^29.7.0",
"rxjs": "^7.4.0",
"ts-jest": "^29.1.1",
"typescript": "^5.2.2",
"@nestjs/testing": "^10.3.0",
"rxjs": "^7.4.0"
"typescript": "^5.2.2"
},
"scripts": {
"build": "echo 'Building...'",
Expand All @@ -24,5 +24,6 @@
"pino": "^8.17.1",
"pino-pretty": "^10.3.0",
"reflect-metadata": "0.1.14"
}
},
"packageManager": "yarn@4.0.2"
}
Loading

0 comments on commit 05315a9

Please sign in to comment.