8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce16e33 commit 76f0d20Copy full SHA for 76f0d20
packages/angular/package.json
@@ -15,17 +15,22 @@
15
"publishConfig": {
16
"access": "public"
17
},
18
- "dependencies": {
+ "peerDependencies": {
19
"@angular/common": "^10.0.3",
20
"@angular/core": "^10.0.3",
21
- "@angular/router": "^10.0.3",
+ "@angular/router": "^10.0.3"
22
+ },
23
+ "dependencies": {
24
"@sentry/browser": "5.25.0",
25
"@sentry/types": "5.25.0",
26
"@sentry/utils": "5.25.0",
27
"rxjs": "^6.6.0",
28
"tslib": "^1.9.3"
29
30
"devDependencies": {
31
+ "@angular/common": "^10.0.3",
32
+ "@angular/core": "^10.0.3",
33
+ "@angular/router": "^10.0.3",
34
"@sentry-internal/eslint-config-sdk": "5.25.0",
35
"eslint": "7.6.0",
36
"npm-run-all": "^4.1.2",
0 commit comments