Skip to content

Commit

Permalink
fix(deps): fixed wrong peer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lexasq committed Dec 11, 2024
1 parent 6fbbed3 commit b2a0ed4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 134 deletions.
130 changes: 0 additions & 130 deletions src/root/package-lock.json

This file was deleted.

8 changes: 4 additions & 4 deletions src/root/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"license": "MIT",
"schematics": "./schematics/collection.json",
"peerDependencies": {
"@angular/animations": "^18.0.1",
"@angular/common": "^18.0.1",
"@angular/core": "^18.0.1",
"@angular/forms": "^18.0.1",
"@angular/animations": "^19.0.1",
"@angular/common": "^19.0.1",
"@angular/core": "^19.0.1",
"@angular/forms": "^19.0.1",
"rxjs": "^6.5.3 || ^7.4.0"
},
"dependencies": {
Expand Down

0 comments on commit b2a0ed4

Please sign in to comment.