Browse Source

Update all NPM deps

pull/5411/merge
Jack 7 years ago
parent
commit
324e53876d
3 changed files with 3731 additions and 12 deletions
  1. 1
      RELEASE-NOTES.md
  2. 3718
      package-lock.json
  3. 24
      package.json

1
RELEASE-NOTES.md

@ -6,6 +6,7 @@
- **Modal** - Adds `tiny` and `mini` sized modals #5123 **Thanks @Banandrew**
- **Popup* - Added `bind clickaway` `bind touchclose` `bind close on scroll` behaviors to make it easier for `on: 'manual'` popup to specify behavior
- **Popup** - Separated className setting for `visible` into `visible` and `popupVisible`, this way you can remove visible indiciation on activating element without modifying popup.
- **Build Tools** - All Gulp/NPM dependencies have been updated to their latest versions
**Bugs**
- **Dropdown** - Fixed issue where using `down` key to re-open dropdown when using `search selection dropdown` would start at the top element instead of jumping to selected element

3718
package-lock.json
File diff suppressed because it is too large
View File

24
package.json

@ -50,10 +50,10 @@
},
"dependencies": {
"better-console": "*",
"del": "^2.2.2",
"extend": "^3.0.0",
"del": "^3.0.0",
"extend": "^3.0.1",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-autoprefixer": "^4.0.0",
"gulp-chmod": "^2.0.0",
"gulp-clone": "^1.0.0",
"gulp-concat": "^2.6.1",
@ -65,26 +65,26 @@
"gulp-help": "^1.6.1",
"gulp-if": "^2.0.2",
"gulp-json-editor": "^2.2.1",
"gulp-less": "^3.3.0",
"gulp-clean-css": "^2.3.2",
"gulp-notify": "^2.2.0",
"gulp-less": "^3.3.2",
"gulp-clean-css": "^3.5.0",
"gulp-notify": "^3.0.0",
"gulp-plumber": "^1.1.0",
"gulp-print": "^2.0.1",
"gulp-prompt": "^0.2.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-replace": "^0.6.1",
"gulp-rtlcss": "^1.0.0",
"gulp-uglify": "^2.0.0",
"gulp-util": "^3.0.7",
"gulp-uglify": "^3.0.0",
"gulp-util": "^3.0.8",
"gulp-watch": "^4.3.11",
"jquery": "^3.1.1",
"jquery": "^3.2.1",
"map-stream": "^0.1.0",
"merge-stream": "^1.0.0",
"mkdirp": "^0.5.1",
"require-dot-file": "^0.4.0",
"run-sequence": "^1.2.2",
"run-sequence": "^2.0.0",
"wrench-sui": "^0.0.3",
"yamljs": "^0.2.8"
"yamljs": "^0.3.0"
},
"devDependencies": {
"github": "*",

Loading…
Cancel
Save