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: hellivan/node-task-scheduling-utilities
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7f24148b88410dfcb8e83a3199e48ae527a4f612
Choose a base ref
..
head repository: hellivan/node-task-scheduling-utilities
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1ec102e2bff9ea625faec871f956abcc66ffb05e
Choose a head ref
Showing with 646 additions and 890 deletions.
  1. +5 −5 package.json
  2. +641 −885 yarn.lock
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -33,10 +33,10 @@
},
"devDependencies": {
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/commit-analyzer": "^9.0.1",
"@semantic-release/github": "^8.0.1",
"@semantic-release/npm": "^8.0.2",
"@semantic-release/release-notes-generator": "^10.0.2",
"@semantic-release/commit-analyzer": "^9.0.2",
"@semantic-release/github": "^8.0.2",
"@semantic-release/npm": "^9.0.1",
"@semantic-release/release-notes-generator": "^10.0.3",
"@types/jest": "^27.0.1",
"@types/node": "^12.20.19",
"@typescript-eslint/eslint-plugin": "^4.29.1",
@@ -53,7 +53,7 @@
"prettier": "^2.3.2",
"pretty-quick": "^3.1.1",
"rimraf": "^3.0.2",
"semantic-release": "^18.0.0",
"semantic-release": "^19.0.2",
"ts-jest": "^27.0.4",
"typescript": "~4.3.5"
}
Loading