Skip to content

Commit

Permalink
fix(dependencies): update angular monorepo to v18
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 25, 2024
1 parent e873614 commit af56b15
Show file tree
Hide file tree
Showing 2 changed files with 297 additions and 70 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@
"cypress:run": "cypress run"
},
"dependencies": {
"@angular/animations": "^16.1.8",
"@angular/common": "^16.1.8",
"@angular/compiler": "^16.1.8",
"@angular/core": "^16.1.8",
"@angular/forms": "^16.1.8",
"@angular/platform-browser": "^16.1.8",
"@angular/platform-browser-dynamic": "^16.1.8",
"@angular/router": "^16.1.8",
"@angular/animations": "^18.0.0",
"@angular/common": "^18.0.0",
"@angular/compiler": "^18.0.0",
"@angular/core": "^18.0.0",
"@angular/forms": "^18.0.0",
"@angular/platform-browser": "^18.0.0",
"@angular/platform-browser-dynamic": "^18.0.0",
"@angular/router": "^18.0.0",
"bootstrap": "^4.3.1",
"font-awesome": "^4.7.0",
"rxjs": "^7.5.5",
Expand All @@ -61,8 +61,8 @@
"@angular-eslint/schematics": "^16.1.0",
"@angular-eslint/template-parser": "^16.1.0",
"@angular/cli": "^16.1.7",
"@angular/compiler-cli": "^16.1.8",
"@angular/language-service": "^16.1.8",
"@angular/compiler-cli": "^18.0.0",
"@angular/language-service": "^18.0.0",
"@cypress/schematic": "2.5.2",
"@types/jasmine": "^4.3.0",
"@types/jasminewd2": "^2.0.10",
Expand Down
Loading

0 comments on commit af56b15

Please sign in to comment.