Skip to content

Commit df1d80d

Browse files
committed
Update dependencies (#315)
1 parent 45b3557 commit df1d80d

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

package.json

Lines changed: 11 additions & 11 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.9.0",
14+
"babel-core": "^6.9.1",
1515
"babel-loader": "^6.2.4",
1616
"babel-plugin-add-module-exports": "^0.2.1",
1717
"babel-plugin-transform-object-assign": "^6.8.0",
@@ -25,11 +25,11 @@
2525
"coffee-script": "^1.9.3",
2626
"commander": "^2.9.0",
2727
"css-loader": "^0.23.1",
28-
"cssnano": "^3.6.2",
28+
"cssnano": "^3.7.0",
2929
"debug": "^2.2.0",
3030
"extract-text-webpack-plugin": "^1.0.1",
3131
"file-loader": "^0.8.5",
32-
"front-matter": "^2.0.8",
32+
"front-matter": "^2.1.0",
3333
"fs-extra": "^0.30.0",
3434
"glob": "^7.0.0",
3535
"hapi": "^8.5.1",
@@ -44,8 +44,8 @@
4444
"less-loader": "^2.2.0",
4545
"loader-utils": "^0.2.15",
4646
"lodash": "^4.13.1",
47-
"loggy": "^0.3.2",
48-
"markdown-it": "^6.0.2",
47+
"loggy": "^0.3.5",
48+
"markdown-it": "^6.0.5",
4949
"moment": "^2.11.2",
5050
"negotiator": "^0.6.1",
5151
"node-cjsx": "^1.0.0",
@@ -56,7 +56,7 @@
5656
"opn": "^4.0.2",
5757
"parse-filepath": "^1.0.1",
5858
"postcss-browser-reporter": "^0.5.0",
59-
"postcss-cssnext": "^2.5.2",
59+
"postcss-cssnext": "^2.6.0",
6060
"postcss-import": "^8.1.2",
6161
"postcss-loader": "^0.9.1",
6262
"postcss-reporter": "^1.3.3",
@@ -69,11 +69,11 @@
6969
"react-router-scroll": "^0.2.0",
7070
"sass-loader": "^3.1.2",
7171
"slash": "^1.0.0",
72-
"static-site-generator-webpack-plugin": "^2.0.1",
72+
"static-site-generator-webpack-plugin": "^2.1.0",
7373
"style-loader": "^0.13.0",
7474
"toml": "^2.2.2",
7575
"toml-loader": "^1.0.0",
76-
"typography": "^0.7.0",
76+
"typography": "^0.8.3",
7777
"url-loader": "^0.5.7",
7878
"webpack": "^1.13.1",
7979
"webpack-configurator": "^0.3.0",
@@ -82,18 +82,18 @@
8282
"yaml-loader": "^0.2.0"
8383
},
8484
"devDependencies": {
85-
"ava": "^0.15.1",
85+
"ava": "^0.15.2",
8686
"ava-http": "^0.2.1",
8787
"babel-cli": "^6.9.0",
8888
"babel-eslint": "^6.0.2",
8989
"babel-register": "^6.9.0",
9090
"bluebird": "^3.4.0",
9191
"cheerio": "^0.20.0",
92-
"eslint": "^2.10.2",
92+
"eslint": "^2.11.1",
9393
"eslint-config-airbnb": "^9.0.1",
9494
"eslint-plugin-ava": "^2.4.0",
9595
"eslint-plugin-import": "^1.8.1",
96-
"eslint-plugin-jsx-a11y": "^1.2.2",
96+
"eslint-plugin-jsx-a11y": "^1.3.0",
9797
"eslint-plugin-react": "^5.1.1",
9898
"nyc": "^6.4.4"
9999
},

0 commit comments

Comments
 (0)