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: shelfio/aws-lambda-libreoffice
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: d82370d1442d8127cb240cf1e39a334b76475781
Choose a base ref
..
head repository: shelfio/aws-lambda-libreoffice
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7f5f8712c05316970b1be8adf4f373d026cc403f
Choose a head ref
Showing with 179 additions and 193 deletions.
  1. +4 −4 package.json
  2. +175 −189 yarn.lock
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -57,15 +57,15 @@
"is-video": "1.0.1"
},
"devDependencies": {
"@babel/cli": "7.22.15",
"@babel/core": "7.22.20",
"@babel/cli": "7.23.0",
"@babel/core": "7.23.2",
"@shelf/babel-config": "2.0.1",
"@shelf/eslint-config": "2.30.0",
"@shelf/prettier-config": "1.0.0",
"@types/jest": "29.5.5",
"@types/jest": "29.5.6",
"@types/node": "16",
"babel-jest": "29.7.0",
"eslint": "8.49.0",
"eslint": "8.52.0",
"husky": "8.0.3",
"jest": "29.7.0",
"lint-staged": "13.3.0",
Loading