|
21 | 21 | "prepublishOnly": "rm -rf ./dist && yarn build:babel" |
22 | 22 | }, |
23 | 23 | "dependencies": { |
24 | | - "@date-io/moment": "^1.3.8", |
25 | | - "@material-ui/core": "^4.2.0", |
| 24 | + "@date-io/moment": "^1.3.9", |
| 25 | + "@material-ui/core": "^4.3.3", |
26 | 26 | "@material-ui/icons": "^4.2.1", |
27 | | - "@material-ui/pickers": "^3.1.2", |
28 | | - "@material-ui/styles": "^4.2.0", |
| 27 | + "@material-ui/pickers": "^3.2.4", |
| 28 | + "@material-ui/styles": "^4.3.3", |
29 | 29 | "classnames": "^2.2.6", |
30 | 30 | "init-uuid": "^1.2.0", |
31 | 31 | "is-url": "^1.2.4", |
|
34 | 34 | "keycode": "^2.2.0", |
35 | 35 | "moment": "^2.24.0", |
36 | 36 | "prop-types": "^15.7.2", |
37 | | - "react": "^16.8.6", |
38 | | - "react-dom": "^16.8.6", |
| 37 | + "react": "^16.9.0", |
| 38 | + "react-dom": "^16.9.0", |
39 | 39 | "react-jss": "^8.6.1", |
40 | 40 | "react-router-dom": "^5.0.1", |
41 | 41 | "recompose": "^0.30.0", |
42 | | - "typescript": "^3.5.3", |
| 42 | + "typescript": "^3.6.2", |
43 | 43 | "vanilla-store": "^0.4.0" |
44 | 44 | }, |
45 | 45 | "peerDependencies": { |
46 | 46 | "prop-types": "^15.7.2", |
47 | | - "react": "^16.8.6", |
48 | | - "react-dom": "^16.8.6" |
| 47 | + "react": "^16.9.0", |
| 48 | + "react-dom": "^16.9.0" |
49 | 49 | }, |
50 | 50 | "devDependencies": { |
51 | | - "@babel/cli": "^7.5.0", |
52 | | - "@babel/core": "^7.5.4", |
53 | | - "@babel/plugin-proposal-class-properties": "^7.5.0", |
| 51 | + "@babel/cli": "^7.5.5", |
| 52 | + "@babel/core": "^7.5.5", |
| 53 | + "@babel/plugin-proposal-class-properties": "^7.5.5", |
54 | 54 | "@babel/preset-react": "^7.0.0", |
55 | 55 | "babel-polyfill": "^6.26.0", |
56 | 56 | "codecov": "^3.5.0", |
57 | | - "concurrently": "^4.1.1", |
| 57 | + "concurrently": "^4.1.2", |
58 | 58 | "enzyme": "^3.10.0", |
59 | 59 | "enzyme-adapter-react-16": "^1.14.0", |
60 | | - "enzyme-to-json": "^3.3.5", |
| 60 | + "enzyme-to-json": "^3.4.0", |
61 | 61 | "express": "^4.17.1", |
62 | | - "jest-enzyme": "^7.0.2", |
| 62 | + "jest-enzyme": "^7.1.0", |
63 | 63 | "react-mock-router": "^1.0.15", |
64 | | - "react-scripts": "^3.0.1", |
65 | | - "tslint": "^5.18.0", |
| 64 | + "react-scripts": "^3.1.1", |
| 65 | + "tslint": "^5.19.0", |
66 | 66 | "tslint-react": "^4.0.0" |
67 | 67 | }, |
68 | 68 | "keywords": [ |
|
0 commit comments