|
17 | 17 | "gh-pages": "npm run dist && sleep 3 && git add dist/ && git commit -m \"build dist\" && git push origin `git subtree split --prefix dist HEAD`:gh-pages --force"
|
18 | 18 | },
|
19 | 19 | "devDependencies": {
|
20 |
| - "@babel/core": "^7.3.3", |
21 |
| - "@babel/plugin-proposal-class-properties": "^7.3.3", |
| 20 | + "@babel/core": "^7.5.5", |
| 21 | + "@babel/plugin-proposal-class-properties": "^7.5.5", |
22 | 22 | "@babel/plugin-proposal-optional-chaining": "^7.2.0",
|
23 |
| - "@babel/preset-env": "^7.3.1", |
| 23 | + "@babel/preset-env": "^7.5.5", |
24 | 24 | "@babel/preset-react": "^7.0.0",
|
25 | 25 | "ansi-colors": "^2.0.5",
|
26 | 26 | "babel-eslint": "^8.2.6",
|
27 |
| - "babel-loader": "^8.0.5", |
28 |
| - "browser-sync": "^2.26.3", |
| 27 | + "babel-loader": "^8.0.6", |
| 28 | + "browser-sync": "^2.26.7", |
29 | 29 | "css-loader": "^1.0.1",
|
30 | 30 | "cssnano": "^4.1.10",
|
31 | 31 | "del": "^3.0.0",
|
32 |
| - "eslint": "^5.14.0", |
33 |
| - "eslint-plugin-react": "^7.12.4", |
34 |
| - "eslint-plugin-react-hooks": "^1.0.2", |
| 32 | + "eslint": "^5.16.0", |
| 33 | + "eslint-plugin-react": "^7.14.3", |
| 34 | + "eslint-plugin-react-hooks": "^1.7.0", |
35 | 35 | "fancy-log": "^1.3.3",
|
36 | 36 | "gulp": "^3.9.1",
|
37 | 37 | "gulp-autoprefixer": "^5.0.0",
|
38 |
| - "gulp-babel-minify": "^0.5.0", |
| 38 | + "gulp-babel-minify": "^0.5.1", |
39 | 39 | "gulp-cachebust": "0.0.10",
|
40 | 40 | "gulp-cached": "^1.1.1",
|
41 | 41 | "gulp-concat": "^2.6.1",
|
|
45 | 45 | "gulp-htmlmin": "^4.0.0",
|
46 | 46 | "gulp-if": "^2.0.2",
|
47 | 47 | "gulp-imagemin": "^4.1.0",
|
48 |
| - "gulp-load-plugins": "^1.5.0", |
| 48 | + "gulp-load-plugins": "^1.6.0", |
49 | 49 | "gulp-replace": "^1.0.0",
|
50 | 50 | "gulp-sass": "^4.0.2",
|
51 | 51 | "gulp-sass-lint": "^1.4.0",
|
52 | 52 | "gulp-size": "^3.0.0",
|
53 | 53 | "gulp-watch": "^5.0.1",
|
54 | 54 | "imagemin-pngquant": "^6.0.1",
|
55 | 55 | "minimist": "^1.2.0",
|
56 |
| - "node-sass": "^4.11.0", |
| 56 | + "node-sass": "^4.12.0", |
57 | 57 | "plugin-error": "^1.0.1",
|
58 | 58 | "require-dir": "^1.2.0",
|
59 | 59 | "run-sequence": "^2.2.1",
|
60 |
| - "sass-loader": "^7.1.0", |
| 60 | + "sass-loader": "^7.3.1", |
61 | 61 | "serve-index": "^1.9.1",
|
62 | 62 | "through2": "^3.0.0",
|
63 |
| - "webpack": "^4.29.4", |
64 |
| - "webpack-cli": "^3.2.3", |
65 |
| - "webpack-dev-server": "^3.1.10", |
66 |
| - "webpack-hot-middleware": "^2.24.3", |
67 |
| - "webpack-merge": "^4.2.1" |
| 63 | + "webpack": "^4.39.3", |
| 64 | + "webpack-cli": "^3.3.7", |
| 65 | + "webpack-dev-server": "^3.8.0", |
| 66 | + "webpack-hot-middleware": "^2.25.0", |
| 67 | + "webpack-merge": "^4.2.2" |
68 | 68 | },
|
69 | 69 | "dependencies": {
|
70 |
| - "@babel/polyfill": "^7.2.3", |
71 |
| - "animate.css": "^3.7.0", |
| 70 | + "@babel/polyfill": "^7.4.4", |
| 71 | + "animate.css": "^3.7.2", |
72 | 72 | "clipboard": "^2.0.4",
|
73 | 73 | "code-prettify": "^0.1.0",
|
74 | 74 | "events": "^3.0.0",
|
75 |
| - "file-saver": "^2.0.0", |
76 |
| - "lodash": "^4.17.11", |
| 75 | + "file-saver": "^2.0.2", |
| 76 | + "lodash": "^4.17.15", |
77 | 77 | "mark.js": "^8.11.1",
|
78 | 78 | "nprogress": "^0.2.0",
|
79 |
| - "react": "^16.8.2", |
80 |
| - "react-dom": "^16.8.2", |
| 79 | + "react": "^16.9.0", |
| 80 | + "react-dom": "^16.9.0", |
81 | 81 | "react-router-dom": "^4.3.1",
|
82 | 82 | "semantic-ui-css": "^2.4.1",
|
83 | 83 | "semantic-ui-react": "^0.82.5",
|
|
0 commit comments