Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jlukic committed May 15, 2016
1 parent 0749182 commit a1e6012
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 18 deletions.
1 change: 1 addition & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "*",
Expand Down

0 comments on commit a1e6012

Please sign in to comment.