Browse Source

Update NPM deps solving some issues with min ver

pull/2416/head
jlukic 9 years ago
parent
commit
40fd305824
2 changed files with 46 additions and 45 deletions
  1. 1
      RELEASE-NOTES.md
  2. 90
      package.json

1
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

90
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 <jack@semantic-ui.com>",
"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 <jack@semantic-ui.com>",
"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"
}
}
Loading…
Cancel
Save