From 40fd305824059f2fc6bf984e6b0fdc349678ea6e Mon Sep 17 00:00:00 2001 From: jlukic Date: Mon, 15 Jun 2015 14:16:15 -0400 Subject: [PATCH] Update NPM deps solving some issues with min ver --- RELEASE-NOTES.md | 1 + package.json | 90 ++++++++++++++++++++++++------------------------ 2 files changed, 46 insertions(+), 45 deletions(-) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index dcaefc3d2..e772769bd 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -152,6 +152,7 @@ - **API** - API longer uses `readyState = 0` as sole check for request abort, this may accidentally trigger with `JSONP` or `CORS` requests. - **API** - Fixed `this` context of `beforeSend` to use `stateContext` not `element` - **API** - Fixed `loadingDuration` not correctly delaying requests when invoking with `.api('query')` +- **Build Tools** - Fixes issue with out of date minify dependency causing rules with `background: inherit;` to be removed. - **Button** - Fixed `attached buttons` 1px offset when attached to segment and menu (border vs box shadow border) - **Card** - IE11 now can correctly use `flexbox` cards **THanks @Widcket** - **Checkbox** - Fix `disabled checkbox` sometimes displaying hand cursor diff --git a/package.json b/package.json index 854456744..e93c860ea 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,11 @@ { - "name" : "semantic-ui", - "version" : "2.0.0", - "title" : "Semantic UI", - "description" : "Semantic empowers designers and developers by creating a shared vocabulary for UI.", - "homepage" : "http://www.semantic-ui.com", - "author" : "Jack Lukic ", - "license" : "MIT", + "name": "semantic-ui", + "version": "2.0.0", + "title": "Semantic UI", + "description": "Semantic empowers designers and developers by creating a shared vocabulary for UI.", + "homepage": "http://www.semantic-ui.com", + "author": "Jack Lukic ", + "license": "MIT", "repository": { "type": "git", "url": "git://github.com/Semantic-Org/Semantic-UI.git" @@ -45,47 +45,47 @@ "require-dot-file": "*" }, "dependencies": { - "better-console" : "*", - "del" : "^1.1.1", - "extend" : "^2.0.0", - "gulp" : "^3.8.11", - "gulp-autoprefixer" : "^2.1.0", - "gulp-chmod" : "*", - "gulp-clone" : "^1.0.0", - "gulp-concat" : "^2.5.2", - "gulp-concat-css" : "^2.1.2", - "gulp-copy" : "*", - "gulp-flatten" : "*", - "gulp-header" : "^1.2.2", - "gulp-help" : "^1.3.4", - "gulp-if" : "*", - "gulp-json-editor" : "^2.2.1", - "gulp-less" : "^3.0.2", - "gulp-minify-css" : "^1.0.0", - "gulp-notify" : "^2.2.0", - "gulp-plumber" : "^1.0.0", - "gulp-print" : "^1.1.0", - "gulp-prompt" : "^0.1.2", - "gulp-rename" : "^1.2.0", - "gulp-replace" : "^0.5.3", - "gulp-rtlcss" : "^0.1.4", - "gulp-uglify" : "^1.1.0", - "gulp-util" : "^3.0.4", - "gulp-watch" : "^4.2.0", - "jquery" : "^2.1.3", - "mkdirp" : "^0.5.0", - "require-dot-file" : "^0.4.0", - "map-stream" : "^0.1.0", - "yamljs" : "^0.2.1", - "wrench" : "https://github.com/derekslife/wrench-js/tarball/156eaceed68ed31ffe2a3ecfbcb2be6ed1417fb2" + "better-console": "*", + "del": "^1.2.0", + "extend": "^2.0.1", + "gulp": "^3.9.0", + "gulp-autoprefixer": "^2.3.1", + "gulp-chmod": "^1.2.0", + "gulp-clone": "^1.0.0", + "gulp-concat": "^2.5.2", + "gulp-concat-css": "^2.2.0", + "gulp-copy": "0.0.2", + "gulp-flatten": "0.0.4", + "gulp-header": "^1.2.2", + "gulp-help": "^1.6.0", + "gulp-if": "^1.2.5", + "gulp-json-editor": "^2.2.1", + "gulp-less": "^3.0.3", + "gulp-minify-css": "^1.1.6", + "gulp-notify": "^2.2.0", + "gulp-plumber": "^1.0.1", + "gulp-print": "^1.1.0", + "gulp-prompt": "^0.1.2", + "gulp-rename": "^1.2.2", + "gulp-replace": "^0.5.3", + "gulp-rtlcss": "^0.1.4", + "gulp-uglify": "^1.1.0", + "gulp-util": "^3.0.5", + "gulp-watch": "^4.2.4", + "jquery": "^2.1.4", + "map-stream": "^0.1.0", + "mkdirp": "^0.5.1", + "require-dot-file": "^0.4.0", + "wrench": "https://github.com/derekslife/wrench-js/tarball/156eaceed68ed31ffe2a3ecfbcb2be6ed1417fb2", + "yamljs": "^0.2.3" }, "devDependencies": { - "github": "^0.2.3", - "gulp-concat-filenames": "^0.0.3", - "merge-stream": "^0.1.7", + "github": "^0.2.4", + "gulp-concat-filenames": "0.0.3", "gulp-debug": "^2.0.1", - "gulp-git": "^1.0.0", + "gulp-git": "^1.2.4", "gulp-tap": "^0.1.3", - "run-sequence": "^1.0.2" + "merge-stream": "^0.1.7", + "run-sequence": "^1.1.0" } }