|
49 | 49 | "devDependencies": {
|
50 | 50 | "babel-cli": "6.26.0",
|
51 | 51 | "babel-core": "6.26.0",
|
52 |
| - "babel-eslint": "7.2.3", |
| 52 | + "babel-eslint": "8.0.1", |
53 | 53 | "babel-loader": "7.1.2",
|
54 | 54 | "babel-plugin-system-import-transformer": "3.1.0",
|
55 | 55 | "babel-plugin-transform-class-properties": "6.24.1",
|
|
60 | 60 | "babel-preset-stage-2": "6.24.1",
|
61 | 61 | "babel-watch": "2.0.7",
|
62 | 62 | "concurrently": "3.5.0",
|
63 |
| - "copy-webpack-plugin": "4.0.1", |
| 63 | + "copy-webpack-plugin": "4.1.0", |
64 | 64 | "cross-env": "5.0.5",
|
65 |
| - "css-hot-loader": "1.3.0", |
| 65 | + "css-hot-loader": "1.3.1", |
66 | 66 | "css-loader": "0.28.7",
|
67 |
| - "eslint": "4.5.0", |
| 67 | + "eslint": "4.8.0", |
68 | 68 | "eslint-config-airbnb": "15.1.0",
|
69 |
| - "eslint-config-airbnb-base": "11.3.2", |
| 69 | + "eslint-config-airbnb-base": "12.0.1", |
70 | 70 | "eslint-plugin-filenames": "1.2.0",
|
71 | 71 | "eslint-plugin-import": "2.7.0",
|
72 | 72 | "eslint-plugin-jsx-a11y": "6.0.2",
|
73 |
| - "eslint-plugin-react": "7.3.0", |
| 73 | + "eslint-plugin-react": "7.4.0", |
74 | 74 | "extract-text-webpack-plugin": "3.0.0",
|
75 | 75 | "html-webpack-harddisk-plugin": "0.1.0",
|
76 | 76 | "html-webpack-plugin": "2.30.1",
|
77 |
| - "nodemon": "1.11.0", |
| 77 | + "nodemon": "1.12.1", |
78 | 78 | "postcss-apply": "0.8.0",
|
79 | 79 | "postcss-cssnext": "3.0.2",
|
80 |
| - "postcss-import": "10.0.0", |
| 80 | + "postcss-import": "11.0.0", |
81 | 81 | "postcss-loader": "2.0.6",
|
82 |
| - "rimraf": "2.6.1", |
| 82 | + "rimraf": "2.6.2", |
83 | 83 | "robotstxt-webpack-plugin": "2.0.0",
|
84 | 84 | "style-loader": "0.18.2",
|
85 | 85 | "webpack-dev-middleware": "1.12.0",
|
86 |
| - "webpack-hot-middleware": "2.18.2", |
| 86 | + "webpack-hot-middleware": "2.19.1", |
87 | 87 | "webpack-simple-progress-plugin": "0.0.2"
|
88 | 88 | },
|
89 | 89 | "dependencies": {
|
90 | 90 | "babel-polyfill": "6.26.0",
|
91 | 91 | "bootstrap": "next",
|
92 | 92 | "fetch-everywhere": "1.0.5",
|
93 |
| - "fs-extra": "4.0.1", |
94 |
| - "hapi": "16.5.2", |
| 93 | + "fs-extra": "4.0.2", |
| 94 | + "hapi": "16.6.2", |
95 | 95 | "hapi-webpack-plugin": "2.0.0",
|
96 | 96 | "inert": "4.2.1",
|
97 | 97 | "node-notifier": "5.1.2",
|
98 |
| - "react": "15.6.1", |
| 98 | + "react": "16.0.0", |
99 | 99 | "react-async-bootstrapper": "1.1.1",
|
100 |
| - "react-async-component": "1.0.0-beta.3", |
101 |
| - "react-dom": "15.6.1", |
| 100 | + "react-async-component": "1.0.1", |
| 101 | + "react-dom": "16.0.0", |
102 | 102 | "react-hot-loader": "next",
|
103 | 103 | "react-redux": "5.0.6",
|
104 | 104 | "react-router": "4.2.0",
|
105 | 105 | "react-router-dom": "4.2.2",
|
106 | 106 | "redux": "3.7.2",
|
107 | 107 | "redux-devtools-extension": "2.13.2",
|
108 |
| - "redux-form": "7.0.3", |
| 108 | + "redux-form": "7.0.4", |
109 | 109 | "redux-saga": "0.15.6",
|
110 | 110 | "serialize-javascript": "1.4.0",
|
111 |
| - "webpack": "3.5.5" |
| 111 | + "webpack": "3.6.0" |
112 | 112 | }
|
113 | 113 | }
|
0 commit comments