Skip to content
This repository has been archived by the owner on Sep 28, 2023. It is now read-only.

Commit

Permalink
feat(angular): package.json lib changed
Browse files Browse the repository at this point in the history
(cherry picked from commit abc807d)
  • Loading branch information
BehnooshShiva committed Jul 22, 2020
1 parent 81a480c commit 217dd0c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions projects/ng-boosted/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
"homepage": "https://orange-opensource.github.io/Orange-Boosted-Angular",
"license": "MIT",
"peerDependencies": {
"@angular/common": "^9.0.0",
"@angular/core": "^9.0.0",
"@angular/forms": "^9.0.0",
"@angular/localize": "^9.0.0",
"rxjs": "^6.5.3",
"@angular/common": "^10.0.0",
"@angular/core": "^10.0.0",
"@angular/forms": "^10.0.0",
"@angular/localize": "^10.0.0",
"rxjs": "^6.5.5",
"node-sass": "^4.12.0"
},
"dependencies": {
"@ng-bootstrap/ng-bootstrap": "^6.2.0",
"@ng-bootstrap/ng-bootstrap": "^7.0.0",
"boosted": "^4.5.0"
, "tslib": "^2.0.0"
},
Expand Down

0 comments on commit 217dd0c

Please sign in to comment.