[Enhancement] Apply immutable js. (#49)

This commit is contained in:
Qolzam
2018-04-04 10:33:15 +07:00
parent b94d2a0124
commit 9cd2672395
98 changed files with 1294 additions and 1633 deletions

View File

@@ -18,9 +18,11 @@
"author": "Amir Movahedi",
"license": "MIT",
"dependencies": {
"@types/react-helmet": "^5.0.5",
"@types/redux-devtools": "^3.0.43",
"@types/redux-devtools-dock-monitor": "^1.1.32",
"@types/redux-devtools-log-monitor": "^1.0.33",
"@types/redux-immutable": "^3.0.38",
"amazon-cognito-identity-js": "^1.21.0",
"aws-sdk": "^2.132.0",
"axios": "^0.16.2",
@@ -29,6 +31,7 @@
"crypto-js": "^3.1.9-1",
"faker": "^4.1.0",
"firebase": "^4.11.0",
"immutable": "^3.8.2",
"install": "^0.10.2",
"inversify": "^4.6.0",
"jss-rtl": "^0.2.1",
@@ -48,9 +51,11 @@
"react-day-picker": "^7.0.7",
"react-dom": "^16.2.0",
"react-event-listener": "^0.5.1",
"react-helmet": "^5.2.0",
"react-infinite-scroller": "^1.1.2",
"react-linkify": "^0.2.1",
"react-localize-redux": "^2.15.1",
"react-loadable": "^5.3.1",
"react-localize-redux": "^2.16.0",
"react-parallax": "^1.6.1",
"react-redux": "^5.0.6",
"react-router": "^4.1.1 ",
@@ -62,10 +67,12 @@
"react-tap-event-plugin": "^3.0.2",
"redux": "^3.7.2",
"redux-actions": "^2.0.3",
"redux-saga": "^0.16.0",
"redux-devtools": "^3.4.1",
"redux-devtools-dock-monitor": "^1.1.3",
"redux-devtools-extension": "^2.13.2",
"redux-devtools-log-monitor": "^1.4.0",
"redux-immutable": "^4.0.0",
"redux-saga": "^0.16.0",
"redux-thunk": "^2.2.0",
"reflect-metadata": "^0.1.10",
"save": "^2.3.0",