Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpalme committed Mar 1, 2023
1 parent fa85219 commit 8606fbd
Show file tree
Hide file tree
Showing 8 changed files with 1,048 additions and 630 deletions.
1,584 changes: 1,001 additions & 583 deletions src/AngularComponents/package-lock.json

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions src/AngularComponents/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,22 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^15.1.2",
"@angular/common": "^15.1.2",
"@angular/compiler": "^15.1.2",
"@angular/core": "^15.1.2",
"@angular/forms": "^15.1.2",
"@angular/platform-browser": "^15.1.2",
"@angular/platform-browser-dynamic": "^15.1.2",
"@angular/router": "^15.1.2",
"@angular/animations": "^15.2.1",
"@angular/common": "^15.2.1",
"@angular/compiler": "^15.2.1",
"@angular/core": "^15.2.1",
"@angular/forms": "^15.2.1",
"@angular/platform-browser": "^15.2.1",
"@angular/platform-browser-dynamic": "^15.2.1",
"@angular/router": "^15.2.1",
"rxjs": "~7.4.0",
"tslib": "^2.3.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^15.1.4",
"@angular/cli": "^15.1.4",
"@angular/compiler-cli": "^15.1.2",
"@angular-devkit/build-angular": "^15.2.0",
"@angular/cli": "^15.2.0",
"@angular/compiler-cli": "^15.2.1",
"@types/node": "^12.11.1",
"typescript": "~4.8.4"
}
Expand Down
42 changes: 21 additions & 21 deletions src/AzureDevopsTask/ReportGenerator/package-lock.json

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

6 changes: 3 additions & 3 deletions src/AzureDevopsTask/ReportGenerator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
},
"homepage": "https://github.com/danielpalme/ReportGenerator",
"dependencies": {
"azure-pipelines-task-lib": "^4.2.0"
"azure-pipelines-task-lib": "^4.3.0"
},
"devDependencies": {
"@types/node": "^18.11.18",
"@types/node": "^18.14.2",
"@types/q": "^1.5.5",
"typescript": "^4.9.4"
"typescript": "^4.9.5"
},
"scripts": {
"tsc": "tsc"
Expand Down
18 changes: 9 additions & 9 deletions src/AzureDevopsTask/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 src/AzureDevopsTask/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"devDependencies": {
"tfx-cli": "^0.12.0"
"tfx-cli": "^0.14.0"
},
"scripts": {
"tfx": "tfx"
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

0 comments on commit 8606fbd

Please sign in to comment.