Skip to content

Commit

Permalink
Merge branch 'main' into snyk-upgrade-9a761546331d4b0b663dc0088ca3ea4e
Browse files Browse the repository at this point in the history
Signed-off-by: Lisa Gorewit-Decker <50784106+lisagorewitdecker@users.noreply.github.com>
  • Loading branch information
lisagorewitdecker authored Jan 3, 2025
2 parents c6d7e04 + 12c674e commit 334072a
Show file tree
Hide file tree
Showing 17 changed files with 1,224 additions and 893 deletions.
183 changes: 115 additions & 68 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.

6 changes: 3 additions & 3 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.3",
"@angular/common": "^15.2.9",
"@angular/compiler": "^15.2.10",
"@angular/compiler": "^19.0.3",
"@angular/forms": "^15.2.9",
"@angular/platform-browser": "^15.2.10",
"@angular/platform-browser-dynamic": "^15.2.9",
"@angular/router": "^15.2.9",
"@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 334072a

Please sign in to comment.