Skip to content

Commit

Permalink
Merge branch 'main' into snyk-upgrade-ee07df0de1266b76c4f5d674fef37b9b
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 55e0902 + f96c3a0 commit b7c1951
Show file tree
Hide file tree
Showing 17 changed files with 1,222 additions and 886 deletions.
68 changes: 34 additions & 34 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.

9 changes: 5 additions & 4 deletions applying-css-classes-dynamically-ngClass/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,22 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^15.2.10",
"@angular/animations": "^19.0.4",
"@angular/common": "^15.2.9",
"@angular/compiler": "^15.2.10",
"@angular/forms": "^19.0.1",
"@angular/platform-browser": "^15.2.10",
"@angular/platform-browser-dynamic": "^15.2.9",
"@angular/platform-browser-dynamic": "^19.0.1",
"@angular/router": "^15.2.9",
"bootstrap": "^5.3.3",
"bootstrap-icons": "^1.11.3",
"http-proxy-middleware": ">=3.0.3",
"postcss": ">=8.4.49",
"rxjs": "~7.8.1",
"tslib": "^2.7.0",
"path-to-regexp": ">=0.1.12",
"path-to-regexp": ">=8.2.0",
"nanoid": ">=3.3.8"

},
"devDependencies": {
"@angular-devkit/build-angular": "^18.2.11",
Expand All @@ -45,7 +46,7 @@
"rxjs": "~7.8.1",
"tslib": "^2.7.0",
"typescript": "~4.9.4",
"path-to-regexp": ">=0.1.12",
"path-to-regexp": ">=8.2.0",
"nanoid": ">=3.3.8"
}
}
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 b7c1951

Please sign in to comment.