|
18 | 18 | "license": "MIT",
|
19 | 19 | "author": "Jason Miller <[email protected]>",
|
20 | 20 | "devDependencies": {
|
21 |
| - "autoprefixer": "^6.3.1", |
22 |
| - "babel": "^6.3.26", |
23 |
| - "babel-core": "^6.4.0", |
24 |
| - "babel-eslint": "^5.0.0-beta6", |
25 |
| - "babel-loader": "^6.2.1", |
| 21 | + "autoprefixer": "^6.3.3", |
| 22 | + "babel": "^6.5.2", |
| 23 | + "babel-core": "^6.5.2", |
| 24 | + "babel-eslint": "^5.0.0", |
| 25 | + "babel-loader": "^6.2.3", |
26 | 26 | "babel-plugin-transform-decorators-legacy": "^1.3.4",
|
27 |
| - "babel-plugin-transform-react-jsx": "^6.4.0", |
28 |
| - "babel-preset-es2015": "^6.3.13", |
| 27 | + "babel-plugin-transform-react-jsx": "^6.5.2", |
| 28 | + "babel-preset-es2015": "^6.5.0", |
29 | 29 | "babel-preset-es2015-minimal": "^1.0.0",
|
30 |
| - "babel-preset-stage-0": "^6.3.13", |
31 |
| - "babel-register": "^6.4.3", |
32 |
| - "babel-runtime": "^6.3.19", |
| 30 | + "babel-preset-stage-0": "^6.5.0", |
| 31 | + "babel-register": "^6.5.2", |
| 32 | + "babel-runtime": "^6.5.0", |
33 | 33 | "chai": "^3.5.0",
|
34 |
| - "core-js": "^2.0.3", |
| 34 | + "core-js": "^2.1.0", |
35 | 35 | "css-loader": "^0.23.1",
|
36 | 36 | "eslint": "^1.10.3",
|
37 | 37 | "extract-text-webpack-plugin": "^1.0.1",
|
38 | 38 | "file-loader": "^0.8.5",
|
39 | 39 | "html-webpack-plugin": "^1.7.0",
|
40 | 40 | "json-loader": "^0.5.4",
|
41 |
| - "less": "^2.5.3", |
| 41 | + "less": "^2.6.0", |
42 | 42 | "less-loader": "^2.2.2",
|
43 | 43 | "ncp": "^2.0.0",
|
44 | 44 | "npm-run-all": "^1.5.1",
|
45 |
| - "postcss-loader": "^0.8.0", |
| 45 | + "postcss-loader": "^0.8.1", |
46 | 46 | "raw-loader": "^0.5.1",
|
47 | 47 | "source-map-loader": "^0.1.5",
|
48 |
| - "superstatic": "^3.0.0", |
| 48 | + "superstatic": "^4.0.1", |
49 | 49 | "url-loader": "^0.5.7",
|
50 |
| - "webpack": "^1.12.11", |
| 50 | + "webpack": "^1.12.13", |
51 | 51 | "webpack-dev-server": "^1.14.1"
|
52 | 52 | },
|
53 | 53 | "dependencies": {
|
54 | 54 | "decko": "^1.1.3",
|
55 |
| - "preact": "^2.8.2", |
56 |
| - "preact-compat": "^0.5.0", |
57 |
| - "preact-router": "^1.1.0", |
58 |
| - "proptypes": "^0.14.1" |
| 55 | + "preact": "^3.4.0", |
| 56 | + "preact-compat": "^0.7.1", |
| 57 | + "preact-router": "^1.2.3", |
| 58 | + "proptypes": "^0.14.3" |
59 | 59 | }
|
60 | 60 | }
|
0 commit comments