|
20 | 20 | "license": "MIT",
|
21 | 21 | "author": "Jason Miller <[email protected]>",
|
22 | 22 | "devDependencies": {
|
23 |
| - "autoprefixer": "^6.3.5", |
| 23 | + "autoprefixer": "^6.4.0", |
24 | 24 | "babel": "^6.5.2",
|
25 |
| - "babel-core": "^6.7.2", |
26 |
| - "babel-eslint": "^6.0.0", |
27 |
| - "babel-loader": "^6.2.4", |
| 25 | + "babel-core": "^6.14.0", |
| 26 | + "babel-eslint": "^6.1.2", |
| 27 | + "babel-loader": "^6.2.5", |
28 | 28 | "babel-plugin-transform-decorators-legacy": "^1.3.4",
|
29 |
| - "babel-plugin-transform-react-jsx": "^6.6.5", |
30 |
| - "babel-preset-es2015": "^6.6.0", |
| 29 | + "babel-plugin-transform-react-jsx": "^6.8.0", |
| 30 | + "babel-preset-es2015": "^6.14.0", |
31 | 31 | "babel-preset-es2015-minimal": "^2.0.0",
|
32 | 32 | "babel-preset-stage-0": "^6.5.0",
|
33 |
| - "babel-register": "^6.7.2", |
34 |
| - "babel-runtime": "^6.6.1", |
| 33 | + "babel-register": "^6.14.0", |
| 34 | + "babel-runtime": "^6.11.6", |
35 | 35 | "chai": "^3.5.0",
|
36 |
| - "core-js": "^2.2.1", |
| 36 | + "core-js": "^2.4.1", |
37 | 37 | "cross-env": "^2.0.0",
|
38 |
| - "css-loader": "^0.23.1", |
| 38 | + "css-loader": "^0.24.0", |
39 | 39 | "eslint": "^3.0.1",
|
40 | 40 | "extract-text-webpack-plugin": "^1.0.1",
|
41 | 41 | "file-loader": "^0.9.0",
|
42 |
| - "html-webpack-plugin": "^2.14.0", |
| 42 | + "html-webpack-plugin": "^2.22.0", |
43 | 43 | "json-loader": "^0.5.4",
|
44 | 44 | "karma": "^1.0.0",
|
45 | 45 | "karma-chai": "^0.1.0",
|
46 | 46 | "karma-chai-sinon": "^0.1.5",
|
47 | 47 | "karma-mocha": "^1.0.1",
|
48 |
| - "karma-mocha-reporter": "^2.0.0", |
49 |
| - "karma-phantomjs-launcher": "^1.0.0", |
| 48 | + "karma-mocha-reporter": "^2.1.0", |
| 49 | + "karma-phantomjs-launcher": "^1.0.2", |
50 | 50 | "karma-sourcemap-loader": "^0.3.7",
|
51 |
| - "karma-webpack": "^1.7.0", |
52 |
| - "less": "^2.6.1", |
| 51 | + "karma-webpack": "^1.8.0", |
| 52 | + "less": "^2.7.1", |
53 | 53 | "less-loader": "^2.2.3",
|
54 | 54 | "mocha": "^3.0.0",
|
55 | 55 | "ncp": "^2.0.0",
|
56 | 56 | "path": "^0.12.7",
|
57 |
| - "phantomjs-prebuilt": "^2.1.7", |
58 |
| - "postcss-loader": "^0.10.0", |
| 57 | + "phantomjs-prebuilt": "^2.1.12", |
| 58 | + "postcss-loader": "^0.11.1", |
59 | 59 | "raw-loader": "^0.5.1",
|
60 |
| - "sinon": "^1.17.3", |
| 60 | + "sinon": "^1.17.5", |
61 | 61 | "sinon-chai": "^2.8.0",
|
62 | 62 | "source-map-loader": "^0.1.5",
|
63 | 63 | "style-loader": "^0.13.0",
|
64 |
| - "superstatic": "^4.0.2", |
| 64 | + "superstatic": "^4.0.3", |
65 | 65 | "url-loader": "^0.5.7",
|
66 |
| - "webpack": "^1.12.14", |
67 |
| - "webpack-dev-server": "^1.14.1" |
| 66 | + "webpack": "^1.13.2", |
| 67 | + "webpack-dev-server": "^1.15.0" |
68 | 68 | },
|
69 | 69 | "dependencies": {
|
70 |
| - "decko": "^1.1.3", |
71 |
| - "preact": "^5.3.1", |
72 |
| - "preact-compat": "^2.0.0", |
| 70 | + "preact": "^6.0.0", |
| 71 | + "preact-compat": "^3.0.0", |
73 | 72 | "preact-router": "^2.0.0",
|
74 |
| - "proptypes": "^0.14.3", |
75 |
| - "wildemitter": "^1.2.0" |
| 73 | + "proptypes": "^0.14.3" |
76 | 74 | }
|
77 | 75 | }
|
0 commit comments