Skip to content

Commit a402de5

Browse files
author
Jonathon Kelly
committed
update packages
1 parent d04fc6a commit a402de5

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

package.json

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -35,24 +35,25 @@
3535
},
3636
"devDependencies": {
3737
"babel-cli": "^6.6.5",
38-
"babel-core": "^6.7.2",
38+
"babel-core": "^6.7.4",
3939
"babel-loader": "^6.2.4",
4040
"babel-preset-es2015": "^6.6.0",
4141
"babel-preset-react": "^6.5.0",
4242
"copy-webpack-plugin": "^1.1.1",
4343
"css-loader": "^0.23.1",
44-
"eslint": "^2.4.0",
45-
"eslint-config-airbnb": "^6.1.0",
46-
"eslint-plugin-react": "^4.2.1",
44+
"eslint": "^2.5.3",
45+
"eslint-config-airbnb": "^6.2.0",
46+
"eslint-plugin-react": "^4.2.3",
4747
"gh-pages": "^0.11.0",
48-
"html-webpack-plugin": "^2.10.0",
49-
"react": "^0.14.7",
50-
"react-dom": "^0.14.7",
51-
"react-textarea-autosize": "^3.3.0",
48+
"html-webpack-plugin": "^2.15.0",
49+
"react": "^0.14.8",
50+
"react-dom": "^0.14.8",
51+
"react-textarea-autosize": "^3.3.1",
5252
"rimraf": "^2.5.2",
5353
"stats-webpack-plugin": "^0.3.1",
54-
"style-loader": "^0.13.0",
55-
"stylus-loader": "^1.5.1",
54+
"style-loader": "^0.13.1",
55+
"stylus": "^0.54.2",
56+
"stylus-loader": "^2.0.0",
5657
"webpack": "^1.12.14",
5758
"webpack-dev-server": "^1.14.1"
5859
}

0 commit comments

Comments
 (0)