Skip to content
This repository has been archived by the owner on Nov 19, 2018. It is now read-only.

Commit

Permalink
chore(package.json): upgrade to latest wrappers lib
Browse files Browse the repository at this point in the history
fixes #91
closes #35
  • Loading branch information
rnicholus committed Apr 6, 2017
1 parent 696545c commit 58dfe5e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
// Place your settings in this file to overwrite default and user settings.
{
"search.exclude": {
"**/node_modules": true,
"**/bower_components": true,
"**/lib": true
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@
"react-addons-css-transition-group": "0.14.x || 15.x.x"
},
"dependencies": {
"fine-uploader": ">=5.11.10 <6.0.0",
"fine-uploader-wrappers": "1.0.0-rc1",
"fine-uploader-wrappers": "1.0.0-rc2",
"object-assign": "4.1.1"
},
"devDependencies": {
Expand All @@ -45,6 +44,7 @@
"eslint": "3.18.0",
"eslint-plugin-react": "6.10.3",
"extract-text-webpack-plugin": "2.1.0",
"fine-uploader": "5.14.2",
"jasmine": "2.5.3",
"jasmine-core": "2.5.2",
"karma": "1.5.0",
Expand Down

0 comments on commit 58dfe5e

Please sign in to comment.