Skip to content

Commit

Permalink
Update angular to 15.2.10.
Browse files Browse the repository at this point in the history
  • Loading branch information
sei-bstein committed Oct 9, 2023
1 parent 1b45853 commit b4833c8
Show file tree
Hide file tree
Showing 2 changed files with 94 additions and 64 deletions.
138 changes: 84 additions & 54 deletions package-lock.json

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

20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^15.2.5",
"@angular/common": "^15.2.5",
"@angular/compiler": "^15.2.5",
"@angular/core": "^15.2.5",
"@angular/forms": "^15.2.5",
"@angular/platform-browser": "^15.2.5",
"@angular/platform-browser-dynamic": "^15.2.5",
"@angular/router": "^15.2.5",
"@angular/animations": "^15.2.10",
"@angular/common": "^15.2.10",
"@angular/compiler": "^15.2.10",
"@angular/core": "^15.2.10",
"@angular/forms": "^15.2.10",
"@angular/platform-browser": "^15.2.10",
"@angular/platform-browser-dynamic": "^15.2.10",
"@angular/router": "^15.2.10",
"@fortawesome/angular-fontawesome": "^0.12.0",
"@fortawesome/fontawesome-svg-core": "^6.1.2",
"@fortawesome/free-brands-svg-icons": "^6.1.2",
Expand Down Expand Up @@ -54,7 +54,7 @@
"devDependencies": {
"@angular-devkit/build-angular": "^15.2.5",
"@angular/cli": "^15.2.5",
"@angular/compiler-cli": "^15.2.5",
"@angular/compiler-cli": "^15.2.10",
"@types/jasmine": "^4.3.1",
"@types/luxon": "^3.2.0",
"@types/marked": "^4.3.0",
Expand All @@ -76,4 +76,4 @@
"karma-jasmine-html-reporter": "^2.0.0",
"typescript": "^4.9.5"
}
}
}

0 comments on commit b4833c8

Please sign in to comment.