Skip to content

Commit

Permalink
Merge pull request #111 from crashmax-dev/fix/angular-peer-deps
Browse files Browse the repository at this point in the history
fix(angular): update peer dependencies
  • Loading branch information
crashmax-dev authored Jun 24, 2023
2 parents 811205e + e803682 commit 335bfdc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions examples/with-angular/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,5 +80,8 @@
}
}
}
},
"cli": {
"analytics": false
}
}
4 changes: 2 additions & 2 deletions packages/angular/projects/ng-fireworks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"url": "https://github.com/crashmax-dev/fireworks-js/issues"
},
"peerDependencies": {
"@angular/common": "^14.0.0",
"@angular/core": "^14.0.0"
"@angular/common": "^12.0.0",
"@angular/core": "^12.0.0"
},
"dependencies": {
"fireworks-js": "workspace:2.10.5",
Expand Down

0 comments on commit 335bfdc

Please sign in to comment.