Edit Data: Fix editing stopping after tab switch (#579)

* Reverts should not be committed

* WIP

* Updating the angular2-slickgrid package that will fix the issue

* Updating package as per yarn stuff
This commit is contained in:
Benjamin Russell
2018-02-06 19:11:28 -05:00
committed by Karl Burtram
parent 3df522536f
commit 24ea675d7d
7 changed files with 25 additions and 24 deletions

View File

@@ -32,7 +32,7 @@
"@angular/router": "~4.1.3",
"@angular/upgrade": "~4.1.3",
"angular2-grid": "2.0.6",
"angular2-slickgrid": "git://github.com/Microsoft/angular2-slickgrid.git#1.3.7",
"angular2-slickgrid": "git://github.com/Microsoft/angular2-slickgrid.git#1.3.8",
"applicationinsights": "0.17.1",
"chart.js": "^2.6.0",
"core-js": "^2.4.1",
@@ -166,4 +166,4 @@
"windows-process-tree": "0.1.6",
"fsevents": "0.3.8"
}
}
}