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: DagonMetric/ng-log
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 8940dd996fc852d91726ab1132932c4b5d85493b
Choose a base ref
..
head repository: DagonMetric/ng-log
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 04ea183ab7134a34b0478e7c7ca8ccf1d3e15176
Choose a head ref
Showing with 6 additions and 6 deletions.
  1. +4 −4 package-lock.json
  2. +1 −1 package.json
  3. +1 −1 samples/demo-app/package.json
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -37,7 +37,7 @@
"@angular/platform-browser-dynamic": "^11.2.14",
"@types/jasmine": "^4.0.3",
"@types/jasminewd2": "^2.0.10",
"@types/node": "^16.18.43",
"@types/node": "^16.18.44",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"eslint": "^7.32.0",
2 changes: 1 addition & 1 deletion samples/demo-app/package.json
Original file line number Diff line number Diff line change
@@ -26,7 +26,7 @@
"@angular/cli": "^11.2.19",
"@angular/compiler-cli": "^11.2.14",
"@angular/language-service": "^11.2.14",
"@types/node": "^16.18.43",
"@types/node": "^16.18.44",
"ts-node": "~10.8.0",
"typescript": "~4.1.5"
}