"version": "0.1.0",
"private": true,
"dependencies": {
- "@material-ui/core": "1.0.0",
+ "@material-ui/core": "1.2.0",
+ "@material-ui/icons": "^1.1.0",
+ "@types/lodash": "^4.14.109",
+ "axios": "0.18.0",
"lodash": "4.17.10",
- "react": "16.3.2",
- "react-dom": "16.3.2",
+ "react": "16.4.0",
+ "react-dom": "16.4.0",
"react-redux": "5.0.7",
"react-router": "4.2.0",
"react-router-dom": "4.2.2",
"react-router-redux": "5.0.0-alpha.9",
"react-scripts-ts": "2.16.0",
"redux": "4.0.0",
- "redux-devtools": "3.4.1",
- "typesafe-actions": "2.0.3"
+ "redux-thunk": "2.3.0",
+ "unionize": "2.1.2"
},
"scripts": {
"start": "react-scripts-ts start",
"lint": "tslint src/** -t verbose"
},
"devDependencies": {
- "@types/jest": "22.2.3",
- "@types/node": "10.1.2",
- "@types/react": "16.3.14",
+ "@types/enzyme": "^3.1.10",
+ "@types/enzyme-adapter-react-16": "^1.0.2",
+ "@types/jest": "23.0.0",
+ "@types/node": "10.3.0",
+ "@types/react": "16.3.16",
"@types/react-dom": "16.0.5",
- "@types/react-redux": "6.0.0",
- "@types/react-router": "4.0.25",
- "@types/react-router-dom": "4.2.6",
- "@types/react-router-redux": "5.0.14",
+ "@types/react-redux": "6.0.1",
+ "@types/react-router": "4.0.26",
+ "@types/react-router-dom": "4.2.7",
+ "@types/react-router-redux": "5.0.15",
"@types/redux-devtools": "3.0.44",
- "@types/lodash": "4.14.109",
- "typescript": "2.8.3"
+ "enzyme": "^3.3.0",
+ "enzyme-adapter-react-16": "^1.1.1",
+ "jest-localstorage-mock": "2.2.0",
+ "redux-devtools": "3.4.1",
+ "typescript": "2.9.1"
},
"moduleNameMapper": {
"^~/(.*)$": "<rootDir>/src/$1"