Merge branch 'redux-poc2'
Showing
... | ... | @@ -160,9 +160,13 @@ |
"react-grid-layout": "0.16.6", | ||
"react-highlight-words": "^0.10.0", | ||
"react-popper": "^0.7.5", | ||
"react-redux": "^5.0.7", | ||
"react-select": "^1.1.0", | ||
"react-sizeme": "^2.3.6", | ||
"react-transition-group": "^2.2.1", | ||
"redux": "^4.0.0", | ||
"redux-logger": "^3.0.6", | ||
"redux-thunk": "^2.3.0", | ||
"remarkable": "^1.7.1", | ||
"rst2html": "github:thoward/rst2html#990cb89", | ||
"rxjs": "^5.4.3", | ||
... | ... |
public/app/core/actions/index.ts
0 → 100644
public/app/core/actions/location.ts
0 → 100644
public/app/core/actions/navModel.ts
0 → 100644
public/app/core/reducers/index.ts
0 → 100644
public/app/core/reducers/location.ts
0 → 100644
public/app/core/reducers/navModel.ts
0 → 100644
public/app/core/selectors/navModel.ts
0 → 100644
File moved
public/app/features/admin/state/apis.ts
0 → 100644
public/app/features/alerting/all.ts
deleted
100644 → 0
File moved
public/app/stores/configureStore.ts
0 → 100644
public/app/types/index.ts
0 → 100644
Please
register
or
sign in
to comment