Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: elifesciences/enhanced-preprints-server
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 501befffa06b6241fdbbdc91e1cda174203e1289
Choose a base ref
..
head repository: elifesciences/enhanced-preprints-server
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b9fa980c1830541de54916a3c7cf97956e7e5c50
Choose a head ref
Showing with 282 additions and 282 deletions.
  1. +3 −3 package.json
  2. +279 −279 yarn.lock
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -12,10 +12,10 @@
"@types/eslint": "8.56.12",
"@types/express": "4.17.21",
"@types/jest": "29.5.14",
"@types/node": "20.17.16",
"@types/node": "20.17.17",
"@types/supertest": "^6.0.0",
"@typescript-eslint/eslint-plugin": "8.23.0",
"@typescript-eslint/parser": "8.23.0",
"@typescript-eslint/eslint-plugin": "8.24.0",
"@typescript-eslint/parser": "8.24.0",
"aws-sdk-client-mock": "^4.0.0",
"eslint": "8.57.1",
"eslint-config-airbnb": "19.0.4",
Loading