|
10 | 10 | "watch-poll": "npm run watch -- --watch-poll", |
11 | 11 | "build": "npm run production", |
12 | 12 | "prod": "npm run production", |
13 | | - "production": "webpack --config=webpack.config.js --mode=production --hide-modules", |
| 13 | + "production": "webpack --config=webpack.config.js --mode=production --hide-modules --progress", |
14 | 14 | "test": "echo \"Error: no test specified\" && exit 1" |
15 | 15 | }, |
16 | 16 | "repository": { |
|
24 | 24 | }, |
25 | 25 | "homepage": "https://github.com/mroote/factorio-server-manager#readme", |
26 | 26 | "devDependencies": { |
27 | | - "@babel/core": "^7.0.0", |
28 | | - "@babel/preset-env": "^7.0.0", |
| 27 | + "@babel/core": "^7.2.2", |
| 28 | + "@babel/preset-env": "^7.2.3", |
29 | 29 | "@babel/preset-react": "^7.0.0", |
30 | | - "@fortawesome/fontawesome-free": "^5.2.0", |
| 30 | + "@fortawesome/fontawesome-free": "^5.6.3", |
31 | 31 | "admin-lte": "^3.0.0-alpha.2", |
32 | | - "babel-loader": "^8.0.0", |
33 | | - "bootstrap": "^4.1.3", |
34 | | - "bootstrap-fileinput": "^4.4.9", |
| 32 | + "babel-loader": "^8.0.5", |
| 33 | + "bootstrap": "^4.2.1", |
| 34 | + "bootstrap-fileinput": "^4.5.2", |
35 | 35 | "classnames": "^2.2.6", |
36 | | - "css-loader": "^1.0.0", |
37 | | - "file-loader": "^2.0.0", |
| 36 | + "css-loader": "^2.1.0", |
| 37 | + "file-loader": "^3.0.1", |
38 | 38 | "jquery": "^3.3.1", |
39 | 39 | "locks": "^0.2.2", |
40 | | - "mini-css-extract-plugin": "^0.4.1", |
41 | | - "node-sass": "^4.9.3", |
| 40 | + "mini-css-extract-plugin": "^0.5.0", |
| 41 | + "node-sass": "^4.11.0", |
42 | 42 | "optimize-css-assets-webpack-plugin": "^5.0.1", |
43 | 43 | "prop-types": "^15.6.2", |
44 | | - "react": "^16.4.2", |
45 | | - "react-dom": "^16.4.2", |
| 44 | + "react": "^16.7.0", |
| 45 | + "react-dom": "^16.7.0", |
46 | 46 | "react-native-listener": "^1.0.2", |
47 | 47 | "react-router": "^4.3.1", |
48 | 48 | "react-router-dom": "^4.3.1", |
49 | | - "resolve-url-loader": "^2.3.0", |
| 49 | + "resolve-url-loader": "^3.0.0", |
50 | 50 | "sass-loader": "^7.1.0", |
51 | | - "semver": "^5.5.0", |
52 | | - "sweetalert2": "^7.26.11", |
| 51 | + "semver": "^5.6.0", |
| 52 | + "sweetalert2": "^7.33.1", |
53 | 53 | "sweetalert2-react-content": "^1.0.1", |
54 | | - "webpack": "^4.16.5", |
55 | | - "webpack-cli": "^3.1.0", |
56 | | - "webpack-fix-style-only-entries": "0.0.3" |
| 54 | + "webpack": "^4.28.4", |
| 55 | + "webpack-cli": "^3.2.1", |
| 56 | + "webpack-fix-style-only-entries": "0.1.0" |
57 | 57 | } |
58 | 58 | } |
0 commit comments