diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 36bf59273..a5b0dcd30 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -82,6 +82,7 @@ - **Table** - `striped selectable` table would not correctly show hover color on striped rows **Enhancements** +- **Project** - NPM depenendencies have all been updated to latest stable releases - **Button** - Added variables for configuring `disabled` background image and box shadow. - **Site** - Added colored box shadow defaults. `ui message` now includes individual colored border shadows based on new site defaults. - **Dropdown** - Adds new setting `minCharacters` which sets the minimum number of characters required to start filtering results #3886 diff --git a/package.json b/package.json index b7a3408b7..0cd5d2df3 100644 --- a/package.json +++ b/package.json @@ -50,41 +50,41 @@ }, "dependencies": { "better-console": "*", - "del": "^2.0.2", + "del": "^2.2.0", "extend": "^3.0.0", - "gulp": "^3.9.0", + "gulp": "^3.9.1", "gulp-autoprefixer": "^3.1.0", - "gulp-chmod": "^1.2.0", + "gulp-chmod": "^1.3.0", "gulp-clone": "^1.0.0", "gulp-concat": "^2.6.0", "gulp-concat-css": "^2.2.0", "gulp-copy": "0.0.2", "gulp-dedupe": "0.0.2", "gulp-flatten": "^0.2.0", - "gulp-header": "^1.2.2", - "gulp-help": "^1.6.0", - "gulp-if": "^2.0.0", + "gulp-header": "^1.8.2", + "gulp-help": "^1.6.1", + "gulp-if": "^2.0.1", "gulp-json-editor": "^2.2.1", - "gulp-less": "^3.0.3", - "gulp-minify-css": "^1.2.0", + "gulp-less": "^3.1.0", + "gulp-minify-css": "^1.2.4", "gulp-notify": "^2.2.0", - "gulp-plumber": "^1.0.1", + "gulp-plumber": "^1.1.0", "gulp-print": "^2.0.1", - "gulp-prompt": "^0.1.2", + "gulp-prompt": "^0.2.0", "gulp-rename": "^1.2.2", - "gulp-replace": "^0.5.3", - "gulp-rtlcss": "^0.1.4", - "gulp-uglify": "^1.2.0", - "gulp-util": "^3.0.6", - "gulp-watch": "^4.3.1", - "jquery": "^2.1.4", + "gulp-replace": "^0.5.4", + "gulp-rtlcss": "^1.0.0", + "gulp-uglify": "^1.5.3", + "gulp-util": "^3.0.7", + "gulp-watch": "^4.3.5", + "jquery": "^2.2.3", "map-stream": "^0.1.0", "merge-stream": "^1.0.0", "mkdirp": "^0.5.1", "require-dot-file": "^0.4.0", - "run-sequence": "^1.1.0", + "run-sequence": "^1.1.5", "wrench": "https://github.com/derekslife/wrench-js/tarball/156eaceed68ed31ffe2a3ecfbcb2be6ed1417fb2", - "yamljs": "^0.2.3" + "yamljs": "^0.2.7" }, "devDependencies": { "github": "*",