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: softwareventures/yarn-recursive
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0f20f0e79f575743ca128ddf52caa5b94d7cb31a
Choose a base ref
..
head repository: softwareventures/yarn-recursive
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 37517a64788c498766ae753aeea02c1195a484c8
Choose a head ref
Showing with 117 additions and 129 deletions.
  1. +3 −3 package.json
  2. +114 −126 yarn.lock
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -39,12 +39,12 @@
"cli-color": "2.0.3",
"p-all": "4.0.0",
"p-series": "3.0.0",
"tslib": "2.6.3",
"tslib": "2.7.0",
"yarn": "1.22.22"
},
"devDependencies": {
"@softwareventures/semantic-release-config": "4.1.0",
"@softwareventures/tsconfig": "7.1.1",
"@softwareventures/tsconfig": "7.3.0",
"@softwareventures/tslint-rules": "2.0.0",
"@types/cli-color": "2.0.6",
"@types/node": "14.18.63",
@@ -53,7 +53,7 @@
"semantic-release": "19.0.5",
"ts-node": "10.9.2",
"tslint": "6.1.3",
"typescript": "5.5.3"
"typescript": "5.6.2"
},
"config": {
"commitizen": {
Loading