Skip to content

Commit

Permalink
chore: update Angular
Browse files Browse the repository at this point in the history
  • Loading branch information
timdeschryver committed Jul 15, 2024
1 parent f4e82e3 commit de89b77
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"postbuild": "cpy README.md LICENSE dist && cpy schematics ../../dist --parents --cwd=src"
},
"devDependencies": {
"@angular/compiler": "^18.0.0",
"@angular/compiler-cli": "^18.0.0",
"@angular/core": "^18.0.0",
"@angular/compiler": "^18.1.0",
"@angular/compiler-cli": "^18.1.0",
"@angular/core": "^18.1.0",
"@ngrx/component-store": "^18.0.0",
"@ngrx/signals": "^18.0.0-rc.2",
"@ngrx/store": "^18.0.0",
Expand All @@ -18,7 +18,7 @@
"immer": "^10.0.3",
"jest": "^29.7.0",
"jest-preset-angular": "^14.0.3",
"ng-packagr": "^18.0.0",
"ng-packagr": "^18.1.0",
"prettier": "^3.2.5",
"rimraf": "^5.0.5",
"rxjs": "~7.8.1",
Expand Down

0 comments on commit de89b77

Please sign in to comment.