|
8 | 8 | "@cerebral/router": "next",
|
9 | 9 | "@cerebral/storage": "next",
|
10 | 10 | "@cerebral/useragent": "next",
|
11 |
| - "@types/google-protobuf": "^3.2.6", |
| 11 | + "@types/google-protobuf": "^3.2.7", |
12 | 12 | "ansi_up": "^2.0.2",
|
13 | 13 | "babel-preset-react": "^6.24.1",
|
14 | 14 | "blob-util": "^1.3.0",
|
15 | 15 | "cerebral": "next",
|
16 | 16 | "classnames": "^2.2.5",
|
17 |
| - "codemirror": "^5.28.0", |
| 17 | + "codemirror": "^5.29.0", |
18 | 18 | "common-prefix": "^1.1.0",
|
19 | 19 | "compressjs": "^1.0.3",
|
20 | 20 | "font-awesome": "^4.7.0",
|
|
25 | 25 | "hedron": "^0.7.1",
|
26 | 26 | "idx": "^1.5.0",
|
27 | 27 | "js-logger": "^1.4.1",
|
28 |
| - "jszip": "^3.1.3", |
| 28 | + "jszip": "^3.1.4", |
29 | 29 | "lodash": "^4.17.4",
|
30 | 30 | "marksy": "^5.0.0",
|
31 | 31 | "mimoza": "^1.0.0",
|
|
37 | 37 | "react-addons-perf": "^15.4.2",
|
38 | 38 | "react-clipboard.js": "^1.1.2",
|
39 | 39 | "react-dom": "^15.6.1",
|
40 |
| - "react-helmet": "^5.1.3", |
| 40 | + "react-helmet": "^5.2.0", |
41 | 41 | "react-icons": "^2.2.5",
|
42 | 42 | "react-if": "^2.2.1",
|
43 |
| - "react-loadable": "^4.0.4", |
| 43 | + "react-loadable": "^4.0.5", |
44 | 44 | "react-s-alert": "^1.3.0",
|
45 | 45 | "semantic-ui-css": "^2.2.12",
|
46 |
| - "semantic-ui-react": "^0.71.5", |
| 46 | + "semantic-ui-react": "^0.72.0", |
47 | 47 | "source-map-explorer": "^1.4.0",
|
48 | 48 | "store2": "^2.5.2",
|
49 | 49 | "storyboard": "^3.1.1",
|
|
67 | 67 | "flow-bin": "^0.53.1",
|
68 | 68 | "flow-remove-types": "^1.2.1",
|
69 | 69 | "husky": "^0.14.3",
|
70 |
| - "lint-staged": "^4.0.3", |
71 |
| - "npm-run-all": "^4.0.2", |
| 70 | + "lint-staged": "^4.0.4", |
| 71 | + "npm-run-all": "^4.1.1", |
72 | 72 | "offline-plugin": "^4.8.3",
|
73 |
| - "prettier": "^1.5.3", |
| 73 | + "prettier": "^1.6.1", |
74 | 74 | "raw-loader": "^0.5.1",
|
75 |
| - "react-scripts": "^1.0.11", |
| 75 | + "react-scripts": "^1.0.12", |
76 | 76 | "rimraf": "^2.6.1",
|
77 | 77 | "shelljs": "^0.7.8",
|
78 | 78 | "source-map-support": "^0.4.16",
|
79 | 79 | "style-loader": "^0.18.2",
|
80 | 80 | "why-did-you-update": "^0.0.8"
|
81 | 81 | },
|
82 | 82 | "scripts": {
|
| 83 | + "analyze": "source-map-explorer build/static/js/main.*", |
83 | 84 | "start": "react-scripts start",
|
84 | 85 | "build": "react-scripts build",
|
85 | 86 | "bundle": "npm-run-all clean:build build build:assets",
|
|
0 commit comments