mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-08 14:05:15 +00:00
* rc0 * rc0 * more rc0 * rc0 * RC0 Done * cleanup manifest * Working on Web Selecor * qqqqqqq * 111 * Added Web selector to drill down to web * fix merge conflicts * s * renmove react-router * added saveall and undoall * Add support for ID field * saveAll * fixed saveall across sites * mark items as deleted (soft delete) * work on soft delete * work on soft delete * Enable soft deletes * Add SortInfo to columnDefinitions * Work on initial sort * pass columnDefinitions into listitemreducer for sort * trying to get sortablecolumns in reducer... * setup sort sequences * work on compareres * work on sort * basic sorting workoing * fix linting errors
12 lines
367 B
JSON
12 lines
367 B
JSON
{
|
|
"globalDependencies": {
|
|
"redux": "registry:dt/redux#3.5.2+20160703092728",
|
|
"redux-promise-middleware": "registry:dt/redux-promise-middleware#0.0.0+20160108032528"
|
|
},
|
|
"dependencies": {
|
|
"redux-thunk": "registry:npm/redux-thunk#2.0.0+20160525185520"
|
|
},
|
|
"devDependencies": {
|
|
"react-redux": "registry:npm/react-redux#4.4.0+20160614222153"
|
|
}
|
|
} |