Skip to content

Commit

Permalink
Make @angular/common a peerDependency instead of dependency (#2961)
Browse files Browse the repository at this point in the history
* Make @angular/common a peerDependency instead of dependency
* fix: move all angular dependencies to peer- and devDependencies
  • Loading branch information
JustDoItSascha authored Oct 12, 2020
1 parent ce16e33 commit 76f0d20
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions packages/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,22 @@
"publishConfig": {
"access": "public"
},
"dependencies": {
"peerDependencies": {
"@angular/common": "^10.0.3",
"@angular/core": "^10.0.3",
"@angular/router": "^10.0.3",
"@angular/router": "^10.0.3"
},
"dependencies": {
"@sentry/browser": "5.25.0",
"@sentry/types": "5.25.0",
"@sentry/utils": "5.25.0",
"rxjs": "^6.6.0",
"tslib": "^1.9.3"
},
"devDependencies": {
"@angular/common": "^10.0.3",
"@angular/core": "^10.0.3",
"@angular/router": "^10.0.3",
"@sentry-internal/eslint-config-sdk": "5.25.0",
"eslint": "7.6.0",
"npm-run-all": "^4.1.2",
Expand Down

0 comments on commit 76f0d20

Please sign in to comment.