|
28 | 28 | "deploy": "gh-pages -d dist"
|
29 | 29 | },
|
30 | 30 | "devDependencies": {
|
31 |
| - "@babel/core": "7.8.3", |
| 31 | + "@babel/core": "7.8.7", |
32 | 32 | "@babel/plugin-proposal-class-properties": "7.8.3",
|
33 |
| - "@babel/preset-env": "7.8.3", |
| 33 | + "@babel/preset-env": "7.8.7", |
34 | 34 | "@babel/preset-react": "7.8.3",
|
35 | 35 | "autoprefixer": "9.7.4",
|
36 |
| - "babel-eslint": "10.0.3", |
| 36 | + "babel-eslint": "10.1.0", |
37 | 37 | "babel-loader": "8.0.6",
|
38 | 38 | "css-loader": "3.4.2",
|
39 | 39 | "eslint": "6.8.0",
|
40 |
| - "eslint-config-prettier": "6.9.0", |
| 40 | + "eslint-config-prettier": "6.10.0", |
41 | 41 | "eslint-plugin-prettier": "3.1.2",
|
42 |
| - "eslint-plugin-react": "7.18.3", |
43 |
| - "eslint-plugin-react-hooks": "2.3.0", |
| 42 | + "eslint-plugin-react": "7.19.0", |
| 43 | + "eslint-plugin-react-hooks": "2.5.0", |
44 | 44 | "gh-pages": "2.2.0",
|
45 | 45 | "html-webpack-plugin": "3.2.0",
|
46 | 46 | "postcss-loader": "3.0.0",
|
47 | 47 | "prettier": "1.19.1",
|
48 | 48 | "style-loader": "1.1.3",
|
49 |
| - "stylelint": "13.0.0", |
50 |
| - "stylelint-config-standard": "19.0.0", |
| 49 | + "stylelint": "13.2.1", |
| 50 | + "stylelint-config-standard": "20.0.0", |
51 | 51 | "url-loader": "3.0.0",
|
52 |
| - "webpack": "4.41.5", |
53 |
| - "webpack-cli": "3.3.10", |
54 |
| - "webpack-dev-server": "3.10.2" |
| 52 | + "webpack": "4.42.0", |
| 53 | + "webpack-cli": "3.3.11", |
| 54 | + "webpack-dev-server": "3.10.3" |
55 | 55 | },
|
56 | 56 | "dependencies": {
|
57 | 57 | "@sandstreamdev/react-swipeable-list": "0.4.1",
|
58 |
| - "@sandstreamdev/std": "0.10.0", |
59 |
| - "react": "^16.12.0", |
60 |
| - "react-dom": "^16.12.0" |
| 58 | + "@sandstreamdev/std": "0.12.0", |
| 59 | + "react": "^16.13.0", |
| 60 | + "react-dom": "^16.13.0" |
61 | 61 | }
|
62 | 62 | }
|
0 commit comments