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: tunnckoCoreLabs/demo-minmorph
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: e47c751aba3f912edce147066cf01a756ed9443e
Choose a base ref
..
head repository: tunnckoCoreLabs/demo-minmorph
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: f959951aa7619effd9d65d3035d47823dc784d59
Choose a head ref
Showing with 385 additions and 155 deletions.
  1. +2 −2 package.json
  2. +383 −153 yarn.lock
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -34,9 +34,9 @@
},
"devDependencies": {
"arr-union": "^3.1.0",
"eslint": "7.14.0",
"eslint": "7.28.0",
"eslint-config-tunnckocore": "3.0.0",
"tape": "5.0.1",
"tape": "5.2.2",
"xaxa": "^2.0.0"
},
"eslintConfig": {
Loading