|
52 | 52 | "devDependencies": {
|
53 | 53 | "babel-cli": "6.26.0",
|
54 | 54 | "babel-core": "6.26.0",
|
55 |
| - "babel-eslint": "8.0.2", |
56 |
| - "babel-loader": "7.1.2", |
| 55 | + "babel-eslint": "8.2.2", |
| 56 | + "babel-loader": "7.1.4", |
57 | 57 | "babel-plugin-system-import-transformer": "3.1.0",
|
58 | 58 | "babel-plugin-transform-class-properties": "6.24.1",
|
59 | 59 | "babel-plugin-transform-object-rest-spread": "6.26.0",
|
|
63 | 63 | "babel-preset-stage-2": "6.24.1",
|
64 | 64 | "babel-watch": "2.0.7",
|
65 | 65 | "concurrently": "3.5.1",
|
66 |
| - "copy-webpack-plugin": "4.2.3", |
67 |
| - "cross-env": "5.1.1", |
68 |
| - "css-hot-loader": "1.3.4", |
69 |
| - "css-loader": "0.28.7", |
70 |
| - "eslint": "4.12.0", |
| 66 | + "copy-webpack-plugin": "4.5.1", |
| 67 | + "cross-env": "5.1.4", |
| 68 | + "css-hot-loader": "1.3.8", |
| 69 | + "css-loader": "0.28.10", |
| 70 | + "eslint": "4.18.2", |
71 | 71 | "eslint-config-airbnb": "16.1.0",
|
72 | 72 | "eslint-config-airbnb-base": "12.1.0",
|
73 | 73 | "eslint-plugin-filenames": "1.2.0",
|
74 |
| - "eslint-plugin-import": "2.8.0", |
75 |
| - "eslint-plugin-jsx-a11y": "6.0.2", |
76 |
| - "eslint-plugin-react": "7.5.1", |
| 74 | + "eslint-plugin-import": "2.9.0", |
| 75 | + "eslint-plugin-jsx-a11y": "6.0.3", |
| 76 | + "eslint-plugin-react": "7.7.0", |
77 | 77 | "extract-text-webpack-plugin": "3.0.2",
|
78 |
| - "html-webpack-harddisk-plugin": "0.1.0", |
79 |
| - "html-webpack-plugin": "2.30.1", |
80 |
| - "nodemon": "1.12.1", |
81 |
| - "postcss-apply": "0.8.0", |
82 |
| - "postcss-cssnext": "3.0.2", |
83 |
| - "postcss-import": "11.0.0", |
84 |
| - "postcss-loader": "2.0.9", |
| 78 | + "html-webpack-harddisk-plugin": "0.2.0", |
| 79 | + "html-webpack-plugin": "3.0.6", |
| 80 | + "nodemon": "1.17.2", |
| 81 | + "postcss-apply": "0.9.0", |
| 82 | + "postcss-cssnext": "3.1.0", |
| 83 | + "postcss-import": "11.1.0", |
| 84 | + "postcss-loader": "2.1.1", |
85 | 85 | "rimraf": "2.6.2",
|
86 |
| - "robotstxt-webpack-plugin": "4.0.0", |
87 |
| - "style-loader": "0.19.0", |
88 |
| - "stylelint": "8.3.0", |
89 |
| - "stylelint-config-standard": "18.0.0", |
90 |
| - "stylelint-order": "0.7.0", |
| 86 | + "robotstxt-webpack-plugin": "4.0.1", |
| 87 | + "style-loader": "0.20.3", |
| 88 | + "stylelint": "9.1.3", |
| 89 | + "stylelint-config-standard": "18.2.0", |
| 90 | + "stylelint-order": "0.8.1", |
91 | 91 | "webpack-dev-middleware": "1.12.1",
|
92 | 92 | "webpack-hot-middleware": "2.20.0",
|
93 |
| - "webpack-simple-progress-plugin": "0.0.3", |
| 93 | + "webpack-simple-progress-plugin": "0.0.4", |
94 | 94 | "write-file-webpack-plugin": "4.2.0"
|
95 | 95 | },
|
96 | 96 | "dependencies": {
|
|
99 | 99 | "classnames": "2.2.5",
|
100 | 100 | "fetch-everywhere": "1.0.5",
|
101 | 101 | "form2js": "1.0.0",
|
102 |
| - "fs-extra": "4.0.2", |
| 102 | + "fs-extra": "5.0.0", |
103 | 103 | "hapi": "16.6.2",
|
104 | 104 | "hapi-webpack-plugin": "2.0.0",
|
105 | 105 | "history": "4.7.2",
|
106 | 106 | "inert": "4.2.1",
|
107 |
| - "node-notifier": "5.1.2", |
108 |
| - "react": "16.1.1", |
| 107 | + "node-notifier": "5.2.1", |
| 108 | + "react": "16.2.0", |
109 | 109 | "react-async-bootstrapper": "1.1.2",
|
110 | 110 | "react-async-component": "1.0.2",
|
111 |
| - "react-dom": "16.1.1", |
| 111 | + "react-dom": "16.2.0", |
112 | 112 | "react-hot-loader": "3.1.3",
|
113 |
| - "react-redux": "5.0.6", |
| 113 | + "react-redux": "5.0.7", |
114 | 114 | "react-router": "4.2.0",
|
115 | 115 | "react-router-dom": "4.2.2",
|
116 | 116 | "react-router-redux": "5.0.0-alpha.8",
|
117 | 117 | "redux": "3.7.2",
|
118 | 118 | "redux-devtools-extension": "2.13.2",
|
119 |
| - "redux-form": "7.1.2", |
| 119 | + "redux-form": "7.3.0", |
120 | 120 | "redux-saga": "0.16.0",
|
121 | 121 | "serialize-javascript": "1.4.0",
|
122 |
| - "webpack": "3.8.1" |
| 122 | + "webpack": "3.11.0" |
123 | 123 | }
|
124 | 124 | }
|
0 commit comments