Skip to content

Commit

Permalink
Merge pull request #2 from Alfagun74/main
Browse files Browse the repository at this point in the history
Update Angular dependency so there are no unresolved peer dependencies in Angular 11.2.1
  • Loading branch information
oakify authored Feb 23, 2021
2 parents a4eb1e3 + b4572bc commit dd6ed61
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ngx-ackee-wrapper",
"description": "Angular wrapper library for Ackee",
"version": "1.0.1",
"version": "1.0.2",
"license": "MIT",
"author": "Oakify",
"scripts": {
Expand All @@ -23,22 +23,22 @@
"url": "https://github.com/oakify/ngx-ackee-wrapper/issues"
},
"dependencies": {
"@angular/animations": "~11.1.2",
"@angular/common": "~11.1.2",
"@angular/compiler": "~11.1.2",
"@angular/core": "~11.1.2",
"@angular/forms": "~11.1.2",
"@angular/platform-browser": "~11.1.2",
"@angular/platform-browser-dynamic": "~11.1.2",
"@angular/router": "~11.1.2",
"@angular/animations": "~11.2.1",
"@angular/common": "~11.2.1",
"@angular/compiler": "~11.2.1",
"@angular/core": "~11.2.1",
"@angular/forms": "~11.2.1",
"@angular/platform-browser": "~11.2.1",
"@angular/platform-browser-dynamic": "~11.2.1",
"@angular/router": "~11.2.1",
"rxjs": "~6.6.0",
"tslib": "^2.0.0",
"zone.js": "~0.10.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.1101.4",
"@angular/cli": "~11.1.4",
"@angular/compiler-cli": "~11.1.2",
"@angular-devkit/build-angular": "~0.1102.1",
"@angular/cli": "~11.2.1",
"@angular/compiler-cli": "~11.2.1",
"@types/node": "^12.11.1",
"@types/jasmine": "~3.6.0",
"@types/jasminewd2": "~2.0.3",
Expand Down

0 comments on commit dd6ed61

Please sign in to comment.