Skip to content

Commit 335bfdc

Browse files
authored
Merge pull request #111 from crashmax-dev/fix/angular-peer-deps
fix(angular): update peer dependencies
2 parents 811205e + e803682 commit 335bfdc

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

examples/with-angular/angular.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,5 +80,8 @@
8080
}
8181
}
8282
}
83+
},
84+
"cli": {
85+
"analytics": false
8386
}
8487
}

packages/angular/projects/ng-fireworks/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
"url": "https://github.com/crashmax-dev/fireworks-js/issues"
2424
},
2525
"peerDependencies": {
26-
"@angular/common": "^14.0.0",
27-
"@angular/core": "^14.0.0"
26+
"@angular/common": "^12.0.0",
27+
"@angular/core": "^12.0.0"
2828
},
2929
"dependencies": {
3030
"fireworks-js": "workspace:2.10.5",

0 commit comments

Comments
 (0)