X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/22cfdad7a451f67b0b4c195b58815cdf2abcfda9..616395646c46f90c46ad97bd9a335ab326e5a040:/package.json diff --git a/package.json b/package.json index e4ba28ac3a..3db2404558 100644 --- a/package.json +++ b/package.json @@ -3,18 +3,22 @@ "version": "0.1.0", "private": true, "dependencies": { - "@material-ui/core": "1.0.0", + "@material-ui/core": "1.2.1", + "@material-ui/icons": "1.1.0", + "@types/lodash": "4.14.109", + "axios": "0.18.0", + "classnames": "^2.2.6", "lodash": "4.17.10", - "react": "16.3.2", - "react-dom": "16.3.2", + "react": "16.4.1", + "react-dom": "16.4.1", "react-redux": "5.0.7", - "react-router": "4.2.0", - "react-router-dom": "4.2.2", + "react-router": "4.3.1", + "react-router-dom": "4.3.1", "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", @@ -24,21 +28,23 @@ "lint": "tslint src/** -t verbose" }, "devDependencies": { - "@types/enzyme": "^3.1.10", - "@types/enzyme-adapter-react-16": "^1.0.2", - "@types/jest": "22.2.3", - "@types/lodash": "4.14.109", - "@types/node": "10.1.2", - "@types/react": "16.3.14", - "@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/classnames": "^2.2.4", + "@types/enzyme": "3.1.10", + "@types/enzyme-adapter-react-16": "1.0.2", + "@types/jest": "23.1.0", + "@types/node": "10.3.3", + "@types/react": "16.3", + "@types/react-dom": "16.0.6", + "@types/react-redux": "6.0.2", + "@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", "enzyme": "^3.3.0", "enzyme-adapter-react-16": "^1.1.1", - "typescript": "2.8.3" + "jest-localstorage-mock": "2.2.0", + "redux-devtools": "3.4.1", + "typescript": "2.9.2" }, "moduleNameMapper": { "^~/(.*)$": "/src/$1"