diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..436e03e --- /dev/null +++ b/.vscode/settings.json @@ -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 + } +} \ No newline at end of file diff --git a/package.json b/package.json index 27818cc..d5ffdc1 100644 --- a/package.json +++ b/package.json @@ -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": { @@ -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",