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: anolilab/template-sync-action
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 8b50582abfa637a40e15a6ea125409de8a93ea4a
Choose a base ref
..
head repository: anolilab/template-sync-action
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: f30f1a73ea901c1d0eb344fd592c44edfc4595ab
Choose a head ref
Showing with 645 additions and 492 deletions.
  1. +1 −1 package.json
  2. +644 −491 yarn.lock
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -83,7 +83,7 @@
"js-yaml": "4.1.0",
"prettier": "2.5.1",
"ts-jest": "27.1.2",
"typescript": "5.7.2",
"typescript": "5.7.3",
"cross-env": "^7.0.3"
},
"engines": {
Loading