Skip to content

Commit

Permalink
chore: bump ngx-tethys to 9.0.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
why520crazy committed Nov 27, 2020
1 parent be6f036 commit 0b512f4
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 26 deletions.
2 changes: 1 addition & 1 deletion examples/app2/src/app/projects/project-list.component.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Component, EventEmitter, OnInit, DoCheck, ApplicationRef, HostBinding } from '@angular/core';
import { GlobalEventDispatcher } from 'ngx-planet';
import { ProjectService } from './projects.service';
import { ThyDialog } from 'ngx-tethys/dialog/dialog.service';
import { ThyDialog } from 'ngx-tethys/dialog';
import { ProjectDetailComponent } from './detail/detail.component';
import { Router } from '@angular/router';
import { ThyGridRowEvent } from 'ngx-tethys/grid';
Expand Down
72 changes: 51 additions & 21 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,15 @@
"@angular/platform-browser": "~9.1.12",
"@angular/platform-browser-dynamic": "~9.1.12",
"@angular/router": "~9.1.12",
"bootstrap": "4.3.1",
"date-fns": "^2.16.1",
"ngx-bootstrap": "6.2.0",
"ngx-sortablejs": "^3.1.4",
"ngx-bootstrap": "5.2.0",
"ngx-tethys": "8.1.0",
"ngx-tethys": "9.0.0-beta.1",
"rxjs": "~6.5.5",
"sortablejs": "1.8.4",
"tslib": "^1.10.0",
"zone.js": "~0.10.2",
"bootstrap": "4.3.1"
"zone.js": "~0.10.2"
},
"devDependencies": {
"@angular-builders/custom-webpack": "^9.1.0",
Expand Down

0 comments on commit 0b512f4

Please sign in to comment.