Skip to content

Commit

Permalink
fix(deps): ease up peer deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mhartington committed Mar 15, 2022
1 parent fdfbc19 commit 268fb72
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions package.json
Expand Up @@ -35,9 +35,7 @@
"license": "MIT",
"peerDependencies": {
"@angular-devkit/core": ">=12.0.0",
"@angular-devkit/schematics": ">=12.0.0",
"rxjs": "^7.4.0",
"typescript": "~3.4.3"
"@angular-devkit/schematics": ">=12.0.0"
},
"devDependencies": {
"@angular-devkit/core": "^12.0.0",
Expand Down

0 comments on commit 268fb72

Please sign in to comment.