Skip to content

Commit

Permalink
Fix peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rodgc committed Nov 9, 2023
1 parent ef791eb commit 6075632
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,19 +31,19 @@
"zone.js": "~0.14.0"
},
"peerDependencies": {
"@angular/common": "17.0.0",
"@angular/core": "17.0.0",
"@angular/common": "^17.0.0",
"@angular/core": "^17.0.0",
"rxjs": "^7.0.0"
},
"devDependencies": {
"@angular/compiler": "17.0.0",
"@angular/compiler-cli": "17.0.0",
"@angular/core": "17.0.0",
"@angular/compiler": "^17.0.0",
"@angular/compiler-cli": "^17.0.0",
"@angular/core": "^17.0.0",
"@types/node": "^12.7.1",
"@types/socket.io": "^2.1.13",
"@types/socket.io-client": "^1.4.36",
"husky": "^6.0.0",
"ng-packagr": "17.0.0",
"ng-packagr": "^17.0.0",
"prettier": "^2.2.1",
"rxjs": "^7.0.0",
"tslint": "^5.18.0",
Expand Down

0 comments on commit 6075632

Please sign in to comment.