|
6 | 6 | "dependencies": {
|
7 | 7 | "@draws/engine": "^0.0.4",
|
8 | 8 | "async-manager-promise": "^0.0.5",
|
9 |
| - "bowser": "^2.0.0-beta.1", |
| 9 | + "bowser": "^2.0.0-beta.3", |
10 | 10 | "delay.js": "^1.0.2",
|
11 | 11 | "fast-delete": "^1.0.1",
|
12 | 12 | "fast-levenshtein": "^2.0.6",
|
13 | 13 | "fastclick": "^1.0.6",
|
14 |
| - "flag-icon-css": "^3.0.0", |
| 14 | + "flag-icon-css": "^3.2.0", |
15 | 15 | "history": "^4.7.2",
|
16 |
| - "lodash": "^4.17.10", |
| 16 | + "lodash": "^4.17.11", |
17 | 17 | "normalize.css": "^8.0.0",
|
18 |
| - "react": "^16.5.0", |
19 |
| - "react-dom": "^16.5.0", |
| 18 | + "react": "^16.5.2", |
| 19 | + "react-dom": "^16.5.2", |
20 | 20 | "react-helmet": "^5.2.0",
|
21 | 21 | "react-import": "^1.5.3",
|
22 | 22 | "react-router-dom": "^4.3.1",
|
|
25 | 25 | "timelimit": "^1.0.1"
|
26 | 26 | },
|
27 | 27 | "devDependencies": {
|
28 |
| - "@babel/core": "^7.0.0", |
| 28 | + "@babel/core": "^7.1.2", |
29 | 29 | "@babel/plugin-syntax-dynamic-import": "^7.0.0",
|
30 |
| - "@babel/plugin-transform-runtime": "^7.0.0", |
| 30 | + "@babel/plugin-transform-runtime": "^7.1.0", |
31 | 31 | "@babel/preset-env": "^7.0.0",
|
32 | 32 | "@babel/preset-react": "^7.0.0",
|
33 |
| - "@babel/runtime": "^7.0.0", |
| 33 | + "@babel/runtime": "^7.1.2", |
34 | 34 | "@types/bowser": "^1.1.1",
|
35 | 35 | "@types/fast-levenshtein": "0.0.1",
|
36 | 36 | "@types/fastclick": "^1.0.28",
|
|
43 | 43 | "@types/shallowequal": "^0.2.3",
|
44 | 44 | "awesome-typescript-loader": "^5.2.1",
|
45 | 45 | "babel-plugin-lodash": "^3.3.4",
|
46 |
| - "babel-plugin-styled-components": "^1.6.3", |
| 46 | + "babel-plugin-styled-components": "^1.8.0", |
47 | 47 | "copy-webpack-plugin": "^4.5.3",
|
48 | 48 | "css-loader": "^1.0.0",
|
49 | 49 | "file-loader": "^2.0.0",
|
|
62 | 62 | "tslint": "^5.11.0",
|
63 | 63 | "tslint-react": "^3.6.0",
|
64 | 64 | "typescript": "^3.1.3",
|
65 |
| - "typescript-plugin-lodash": "^0.1.0", |
66 | 65 | "uglifyjs-webpack-plugin": "^2.0.1",
|
67 |
| - "webpack": "^4.17.2", |
| 66 | + "webpack": "^4.20.2", |
68 | 67 | "webpack-bundle-analyzer": "^3.0.2",
|
69 |
| - "webpack-cli": "^3.1.0", |
70 |
| - "webpack-dev-server": "^3.1.8", |
| 68 | + "webpack-cli": "^3.1.2", |
| 69 | + "webpack-dev-server": "^3.1.9", |
71 | 70 | "worker-loader": "^2.0.0"
|
72 | 71 | },
|
73 | 72 | "scripts": {
|
|
0 commit comments