Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jhchen committed Jun 26, 2017
1 parent feeedc3 commit 44ce05d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Expand Up @@ -4,14 +4,14 @@
"description": "",
"main": "app.js",
"dependencies": {
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-core": "^6.25.0",
"babel-loader": "^7.1.0",
"babel-preset-es2015": "^6.24.1",
"html-loader": "^0.4.5",
"quill": "^1.2.4",
"ts-loader": "^2.0.2",
"typescript": "^2.3.2",
"webpack": "^2.5.0"
"quill": "^1.2.6",
"ts-loader": "^2.2.0",
"typescript": "^2.3.4",
"webpack": "^3.0.0"
},
"scripts": {
"build": "webpack --config webpack.conf.js"
Expand Down

0 comments on commit 44ce05d

Please sign in to comment.