|
10 | 10 | "lint": "eslint components pages lib server"
|
11 | 11 | },
|
12 | 12 | "dependencies": {
|
13 |
| - "@material-ui/core": "3.2.2", |
14 |
| - "connect-mongo": "2.0.1", |
15 |
| - "dotenv": "6.1.0", |
| 13 | + "@material-ui/core": "3.9.3", |
| 14 | + "connect-mongo": "2.0.3", |
| 15 | + "dotenv": "7.0.0", |
16 | 16 | "express": "4.16.4",
|
17 | 17 | "express-session": "1.15.6",
|
18 |
| - "googleapis": "34.0.0", |
| 18 | + "googleapis": "39.2.0", |
19 | 19 | "lodash": "4.17.11",
|
20 |
| - "mongoose": "5.3.4", |
21 |
| - "next": "7.0.2", |
| 20 | + "mongoose": "5.4.22", |
| 21 | + "next": "8.0.4", |
22 | 22 | "nprogress": "0.2.0",
|
23 | 23 | "passport": "0.4.0",
|
24 | 24 | "passport-google-oauth": "2.0.0",
|
25 |
| - "prop-types": "15.6.2", |
26 |
| - "react": "16.5.2", |
27 |
| - "react-dom": "16.5.2", |
| 25 | + "prop-types": "15.7.2", |
| 26 | + "react": "16.8.6", |
| 27 | + "react-dom": "16.8.6", |
28 | 28 | "react-jss": "8.6.1"
|
29 | 29 | },
|
30 | 30 | "devDependencies": {
|
31 | 31 | "babel-eslint": "10.0.1",
|
32 |
| - "eslint": "5.7.0", |
| 32 | + "eslint": "5.16.0", |
33 | 33 | "eslint-config-airbnb": "17.1.0",
|
34 |
| - "eslint-config-prettier": "3.3.0", |
35 |
| - "eslint-plugin-import": "2.14.0", |
36 |
| - "eslint-plugin-jsx-a11y": "6.1.2", |
37 |
| - "eslint-plugin-prettier": "3.0.0", |
38 |
| - "eslint-plugin-react": "7.11.1", |
39 |
| - "nodemon": "1.18.4", |
40 |
| - "prettier": "1.15.3" |
| 34 | + "eslint-config-prettier": "4.1.0", |
| 35 | + "eslint-plugin-import": "2.16.0", |
| 36 | + "eslint-plugin-jsx-a11y": "6.2.1", |
| 37 | + "eslint-plugin-prettier": "3.0.1", |
| 38 | + "eslint-plugin-react": "7.12.4", |
| 39 | + "nodemon": "1.18.10", |
| 40 | + "prettier": "1.16.4" |
41 | 41 | }
|
42 | 42 | }
|
0 commit comments