Skip to content

Commit e75d0a5

Browse files
committed
Update dependencies
1 parent 441ca2c commit e75d0a5

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

lib/utils/webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ module.exports = (program, directory, suppliedStage, webpackPort = 1500, routes
221221
})
222222
config.loader('yaml', {
223223
test: /\.yaml/,
224-
loaders: ['yaml'],
224+
loaders: ['json', 'yaml'],
225225
})
226226
config.loader('config', {
227227
test: /config\.toml/,

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"async": "^1.2.1",
14-
"babel-core": "^6.10.4",
14+
"babel-core": "^6.11.4",
1515
"babel-loader": "^6.2.4",
1616
"babel-plugin-add-module-exports": "^0.2.1",
1717
"babel-plugin-transform-object-assign": "^6.8.0",
@@ -42,7 +42,7 @@
4242
"less": "^2.7.1",
4343
"less-loader": "^2.2.0",
4444
"loader-utils": "^0.2.15",
45-
"lodash": "^4.13.1",
45+
"lodash": "^4.14.1",
4646
"markdown-it": "^7.0.0",
4747
"moment": "^2.14.1",
4848
"negotiator": "^0.6.1",
@@ -60,11 +60,11 @@
6060
"postcss-reporter": "^1.4.1",
6161
"process-finder": "^1.0.0",
6262
"raw-loader": "^0.5.1",
63-
"react": "^15.2.1",
63+
"react": "^15.3.0",
6464
"react-document-title": "^2.0.1",
65-
"react-dom": "^15.2.1",
65+
"react-dom": "^15.3.0",
6666
"react-hot-loader": "^1.3.0",
67-
"react-router": "^2.6.0",
67+
"react-router": "^2.6.1",
6868
"react-router-scroll": "^0.2.1",
6969
"sass-loader": "^3.1.2",
7070
"slash": "^1.0.0",
@@ -73,35 +73,35 @@
7373
"toml": "^2.2.2",
7474
"toml-loader": "^1.0.0",
7575
"tracer": "^0.8.3",
76-
"typography": "^0.11.7",
76+
"typography": "^0.11.11",
7777
"url-loader": "^0.5.7",
7878
"webpack": "^1.13.1",
7979
"webpack-configurator": "^0.3.0",
80-
"webpack-hot-middleware": "^2.12.1",
80+
"webpack-hot-middleware": "^2.12.2",
8181
"webpack-require": "0.0.16",
82-
"yaml-loader": "^0.3.0"
82+
"yaml-loader": "^0.4.0"
8383
},
8484
"devDependencies": {
8585
"ava": "^0.15.2",
8686
"ava-http": "^0.2.1",
87-
"babel-cli": "^6.9.0",
87+
"babel-cli": "^6.11.4",
8888
"babel-eslint": "^6.1.2",
89-
"babel-plugin-lodash": "^3.2.5",
89+
"babel-plugin-lodash": "^3.2.6",
9090
"babel-plugin-transform-flow-strip-types": "^6.8.0",
91-
"babel-register": "^6.9.0",
91+
"babel-register": "^6.11.6",
9292
"bluebird": "^3.4.1",
9393
"cheerio": "^0.20.0",
9494
"eslint": "^2.11.1",
9595
"eslint-config-airbnb": "^9.0.1",
9696
"eslint-plugin-ava": "^2.5.0",
97-
"eslint-plugin-flow-vars": "^0.4.0",
98-
"eslint-plugin-flowtype": "^2.3.1",
99-
"eslint-plugin-import": "^1.11.0",
97+
"eslint-plugin-flow-vars": "^0.5.0",
98+
"eslint-plugin-flowtype": "^2.4.0",
99+
"eslint-plugin-import": "^1.12.0",
100100
"eslint-plugin-jsx-a11y": "^1.5.5",
101101
"eslint-plugin-react": "^5.2.2",
102-
"flow-bin": "^0.29.0",
102+
"flow-bin": "^0.30.0",
103103
"iflow-debug": "^1.0.15",
104-
"iflow-lodash": "^1.1.18",
104+
"iflow-lodash": "^1.1.20",
105105
"iflow-react-router": "^1.1.17",
106106
"nyc": "^7.0.0"
107107
},

0 commit comments

Comments
 (0)