Skip to content

Commit

Permalink
fix: update peerDependencies to 9.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
why520crazy committed Dec 9, 2020
1 parent 79da9f8 commit a0e3c1b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions packages/planet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "1.2.4",
"private": false,
"peerDependencies": {
"@angular/common": "^7.1.0",
"@angular/core": "^7.1.0",
"@angular/cdk": "^7.2.1"
"@angular/common": "^9.0.0",
"@angular/core": "^9.0.0",
"@angular/cdk": "^9.0.0"
}
}
1 change: 0 additions & 1 deletion packages/planet/src/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { NgModule, ModuleWithProviders } from '@angular/core';
import { PlanetApplication, PLANET_APPLICATIONS } from './planet.class';
import { HttpClientModule } from '@angular/common/http';
import { EmptyComponent } from './empty/empty.component';
import { RouterModule } from '@angular/router';

@NgModule({
declarations: [EmptyComponent],
Expand Down

0 comments on commit a0e3c1b

Please sign in to comment.