Skip to content

Commit

Permalink
Merge pull request #8 from elifesciences/renovate/yarn-monorepo
Browse files Browse the repository at this point in the history
Update Yarn to v3.7.0
  • Loading branch information
scottaubrey authored Nov 20, 2023
2 parents 1eb1207 + a2a214d commit 402c1eb
Show file tree
Hide file tree
Showing 5 changed files with 881 additions and 878 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
node_modules
.yarn
.yarn/cache/*
.yarn/install-state.gz
# !.yarn/releases/*
874 changes: 0 additions & 874 deletions .yarn/releases/yarn-3.6.4.cjs

This file was deleted.

875 changes: 875 additions & 0 deletions .yarn/releases/yarn-3.7.0.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-3.6.4.cjs
yarnPath: .yarn/releases/yarn-3.7.0.cjs
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@
"body-parser": "^1.20.2",
"express": "^4.18.2"
},
"packageManager": "[email protected]",
"scripts": {
"start": "ts-node src/server.ts",
"start:dev": "nodemon src/server.ts",
"test": "jest",
"test:integration": "jest -c jest.config.integration.ts",
"lint": "eslint --ext .ts src/ integration-tests/",
"lint:fix": "eslint --fix --ext .ts src/ integration-tests/"
}
},
"packageManager": "[email protected]"
}

0 comments on commit 402c1eb

Please sign in to comment.