Skip to content

Commit

Permalink
Merge branch 'main' into snyk-upgrade-564cbeef161c08d1881c419b1c0270e8
Browse files Browse the repository at this point in the history
Signed-off-by: Lisa Gorewit-Decker <[email protected]>
  • Loading branch information
lisagorewitdecker authored Jan 3, 2025
2 parents aeb5fc4 + 9845d64 commit cbd740d
Show file tree
Hide file tree
Showing 17 changed files with 1,213 additions and 878 deletions.
56 changes: 28 additions & 28 deletions applying-css-classes-dynamically-ngClass/package-lock.json

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

8 changes: 4 additions & 4 deletions applying-css-classes-dynamically-ngClass/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^15.2.10",
"@angular/animations": "^19.0.4",
"@angular/common": "^15.2.9",
"@angular/compiler": "^15.2.10",
"@angular/compiler": "^19.0.4",
"@angular/forms": "^15.2.9",
"@angular/platform-browser": "^15.2.10",
"@angular/platform-browser-dynamic": "^15.2.9",
"@angular/router": "^15.2.9",
"@angular/platform-browser-dynamic": "^19.0.4",
"@angular/router": "^19.0.3",
"bootstrap": "^5.3.3",
"bootstrap-icons": "^1.11.3",
"http-proxy-middleware": ">=3.0.3",
Expand Down
6 changes: 3 additions & 3 deletions basics-assignment-3-instructor-solution/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
"dependencies": {
"@angular/animations": "~11.2.14",
"@angular/common": "~11.2.14",
"@angular/compiler": "~11.2.14",
"@angular/compiler": "~19.0.1",
"@angular/core": "~11.2.14",
"@angular/forms": "~11.2.14",
"@angular/platform-browser": "~11.2.14",
"@angular/platform-browser-dynamic": "~11.2.14",
"@angular/platform-browser-dynamic": "~19.0.1",
"@angular/router": "~11.2.14",
"bootstrap": "5.3.3",
"karma": ">=6.3.16",
"rxjs": "~6.6.0",
"rxjs": "~7.8.1",
"tslib": "^2.0.0",
"zone.js": "~0.15.0",
"rxjs-compat": "^6.0.0"
Expand Down
Loading

0 comments on commit cbd740d

Please sign in to comment.