|
9 | 9 | "babel-jest": "^19.0.0", |
10 | 10 | "babel-loader": "^7.0.0", |
11 | 11 | "babel-plugin-lodash": "^3.2.11", |
| 12 | + "babel-plugin-syntax-dynamic-import": "^6.18.0", |
12 | 13 | "babel-plugin-transform-class-properties": "^6.24.1", |
13 | 14 | "babel-plugin-transform-object-rest-spread": "^6.23.0", |
14 | 15 | "babel-plugin-transform-react-constant-elements": "^6.23.0", |
|
22 | 23 | "chalk": "1.1.3", |
23 | 24 | "connect-history-api-fallback": "1.3.0", |
24 | 25 | "cross-spawn": "^5.0.1", |
25 | | - "css-loader": "^0.28.0", |
| 26 | + "css-loader": "^0.28.1", |
26 | 27 | "detect-port": "^1.1.1", |
27 | 28 | "eslint": "^3.19.0", |
28 | 29 | "eslint-config-airbnb": "^14.1.0", |
|
36 | 37 | "extract-text-webpack-plugin": "^2.1.0", |
37 | 38 | "file-loader": "^0.11.1", |
38 | 39 | "filesize": "^3.5.6", |
39 | | - "flow-bin": "^0.44.2", |
| 40 | + "flow-bin": "^0.45.0", |
40 | 41 | "fs-extra": "^2.1.2", |
41 | 42 | "gulp-replace": "^0.5.4", |
42 | 43 | "gzip-size": "3.0.0", |
|
49 | 50 | "opn": "4.0.2", |
50 | 51 | "path-exists": "3.0.0", |
51 | 52 | "postcss-loader": "^1.2.1", |
52 | | - "prettier": "^1.2.2", |
| 53 | + "prettier": "^1.3.1", |
53 | 54 | "promise": "7.1.1", |
54 | 55 | "raw-loader": "^0.5.1", |
55 | 56 | "react-hot-loader": "^3.0.0-beta.6", |
|
58 | 59 | "rimraf": "^2.6.1", |
59 | 60 | "run-sequence": "^1.2.2", |
60 | 61 | "strip-ansi": "3.0.1", |
61 | | - "style-loader": "^0.16.1", |
| 62 | + "style-loader": "^0.17.0", |
62 | 63 | "url-loader": "^0.5.8", |
63 | | - "webpack": "^2.4.1", |
| 64 | + "webpack": "^2.5.0", |
64 | 65 | "webpack-dev-middleware": "^1.10.2", |
65 | | - "webpack-dev-server": "^2.4.4", |
| 66 | + "webpack-dev-server": "^2.4.5", |
66 | 67 | "whatwg-fetch": "^2.0.3" |
67 | 68 | }, |
68 | 69 | "dependencies": { |
|
79 | 80 | "codemirror": "^5.25.2", |
80 | 81 | "color": "^0.11.4", |
81 | 82 | "cssnano": "^3.10.0", |
82 | | - "debug": "^2.6.4", |
| 83 | + "debug": "^2.6.6", |
83 | 84 | "file-saver": "^1.3.3", |
84 | | - "glamor": "^2.20.12", |
| 85 | + "glamor": "^2.20.25", |
85 | 86 | "gulp": "^3.9.1", |
86 | 87 | "gulp-filter": "^5.0.0", |
87 | 88 | "gulp-postcss": "^6.4.0", |
|
97 | 98 | "react-deep-force-update": "^2.0.1", |
98 | 99 | "react-dnd": "^2.3.0", |
99 | 100 | "react-dnd-html5-backend": "^2.3.0", |
100 | | - "react-docgen": "^2.14.1", |
| 101 | + "react-docgen": "^2.15.0", |
101 | 102 | "react-dom": "^15.5.4", |
102 | 103 | "react-frame-component": "^1.0.3", |
103 | 104 | "react-icons": "^2.2.2", |
104 | | - "react-motion": "^0.4.8", |
| 105 | + "react-loadable": "^3.3.1", |
| 106 | + "react-modal": "^1.7.7", |
| 107 | + "react-motion": "^0.5.0", |
105 | 108 | "react-proxy": "2", |
106 | 109 | "react-redux": "^5.0.4", |
107 | 110 | "react-router-dom": "^4.1.1", |
108 | 111 | "react-router-redux": "next", |
109 | 112 | "react-split-pane": "^0.1.63", |
| 113 | + "react-tippy": "^0.11.1", |
110 | 114 | "redbox-react": "^1.3.6", |
111 | 115 | "redux": "^3.6.0", |
112 | 116 | "reselect": "^3.0.0", |
113 | 117 | "store": "^2.0.4", |
114 | | - "styled-components": "^1.4.5", |
| 118 | + "styled-components": "^1.4.6", |
115 | 119 | "tern": "^0.21.0" |
116 | 120 | }, |
117 | 121 | "scripts": { |
|
0 commit comments