Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
psi-4ward committed May 8, 2017
1 parent 293497c commit f123629
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
20 changes: 10 additions & 10 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,22 @@
"drag-drop": "^2.13.2",
"tus-js-client": "^1.4.3",
"uuid": "^3.0.1",
"vue": "^2.2.6",
"vue": "^2.3.2",
"vuex": "^2.3.1"
},
"devDependencies": {
"babel-core": "^6.24.1",
"babel-loader": "^6.4.1",
"babel-loader": "^7.0.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.3.2",
"babel-preset-stage-2": "^6.22.0",
"babel-preset-env": "^1.4.0",
"babel-preset-stage-2": "^6.24.1",
"cross-env": "^4.0.0",
"css-loader": "^0.28.0",
"css-loader": "^0.28.1",
"file-loader": "^0.11.1",
"pug": "^2.0.0-beta.12",
"vue-loader": "^11.3.4",
"vue-template-compiler": "^2.2.6",
"webpack": "^2.4.1",
"webpack-dev-server": "^2.4.2"
"pug": "^2.0.0-rc.1",
"vue-loader": "^12.0.3",
"vue-template-compiler": "^2.3.2",
"webpack": "^2.5.1",
"webpack-dev-server": "^2.4.5"
}
}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
"archiver": "^1.3.0",
"compression": "^1.6.2",
"crypto-js": "^3.1.9-1",
"debug": "^2.6.0",
"express": "^4.14.0",
"fs-promise": "^2.0.2",
"http-errors": "^1.5.1",
"morgan": "^1.7.0",
"debug": "^2.6.6",
"express": "^4.15.2",
"fs-promise": "^2.0.3",
"http-errors": "^1.6.1",
"morgan": "^1.8.1",
"tus-metadata": "^1.0.2",
"tusboy": "^1.1.1",
"uuid": "^3.0.1"
Expand Down

0 comments on commit f123629

Please sign in to comment.