Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jhchen committed Jan 2, 2017
1 parent 8ca2486 commit 3b2ecbe
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
1 change: 0 additions & 1 deletion _develop/karma.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
var _ = require('lodash');
var browsers = require('./browsers');
var sauce = require('./sauce');

Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,17 @@
"deep-equal": "~1.0.1",
"eventemitter3": "~2.0.2",
"extend": "~3.0.0",
"parchment": "1.0.7",
"parchment": "1.0.8",
"quill-delta": "3.4.3"
},
"devDependencies": {
"babel-core": "^6.20.0",
"babel-loader": "^6.2.9",
"babel-core": "^6.21.0",
"babel-loader": "^6.2.10",
"babel-plugin-istanbul": "^3.0.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.18.0",
"babel-preset-es2015": "^6.18.0",
"css-loader": "~0.26.1",
"eslint": "^3.12.1",
"eslint": "^3.12.2",
"eslint-loader": "^1.6.1",
"extract-text-webpack-plugin": "^1.0.1",
"html-loader": "~0.4.4",
Expand All @@ -57,16 +57,16 @@
"karma-coverage": "^1.1.1",
"karma-jasmine": "^1.1.0",
"karma-sauce-launcher": "^1.1.0",
"lodash": "^4.17.2",
"lodash": "^4.17.4",
"style-loader": "~0.13.1",
"stylus": "~0.54.5",
"stylus-loader": "^2.4.0",
"ts-loader": "^1.3.2",
"ts-loader": "^1.3.3",
"typescript": "^2.1.4",
"wdio-jasmine-framework": "~0.2.17",
"wdio-jasmine-framework": "~0.2.19",
"wdio-spec-reporter": "~0.0.3",
"webdriver-manager": "^10.2.10",
"webdriverio": "^4.5.0",
"webdriver-manager": "^11.1.0",
"webdriverio": "^4.5.2",
"webpack": "^1.14.0",
"webpack-dev-server": "^1.16.2"
},
Expand Down

0 comments on commit 3b2ecbe

Please sign in to comment.