update dependencies

This commit is contained in:
David Miller 2018-01-29 16:29:13 -05:00
parent 9e1981db16
commit b2087eadbb
6 changed files with 75 additions and 2524 deletions

2575
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -28,11 +28,11 @@
"dependencies": { "dependencies": {
"bootstrap": "4.0.0", "bootstrap": "4.0.0",
"font-awesome": "4.7.0", "font-awesome": "4.7.0",
"jquery": "3.3.0", "jquery": "3.3.1",
"jquery.easing": "^1.4.1" "jquery.easing": "^1.4.1"
}, },
"devDependencies": { "devDependencies": {
"browser-sync": "2.23.5", "browser-sync": "2.23.6",
"gulp": "^3.9.1", "gulp": "^3.9.1",
"gulp-clean-css": "3.9.2", "gulp-clean-css": "3.9.2",
"gulp-header": "2.0.1", "gulp-header": "2.0.1",

View File

@ -1,5 +1,5 @@
/*! /*!
* jQuery JavaScript Library v3.3.0 * jQuery JavaScript Library v3.3.1
* https://jquery.com/ * https://jquery.com/
* *
* Includes Sizzle.js * Includes Sizzle.js
@ -9,7 +9,7 @@
* Released under the MIT license * Released under the MIT license
* https://jquery.org/license * https://jquery.org/license
* *
* Date: 2018-01-19T19:00Z * Date: 2018-01-20T17:24Z
*/ */
( function( global, factory ) { ( function( global, factory ) {
@ -129,7 +129,7 @@ function toType( obj ) {
var var
version = "3.3.0", version = "3.3.1",
// Define a local copy of jQuery // Define a local copy of jQuery
jQuery = function( selector, context ) { jQuery = function( selector, context ) {

File diff suppressed because one or more lines are too long

View File

@ -1,5 +1,5 @@
/*! /*!
* jQuery JavaScript Library v3.3.0 -ajax,-ajax/jsonp,-ajax/load,-ajax/parseXML,-ajax/script,-ajax/var/location,-ajax/var/nonce,-ajax/var/rquery,-ajax/xhr,-manipulation/_evalUrl,-event/ajax,-effects,-effects/Tween,-effects/animatedSelector * jQuery JavaScript Library v3.3.1 -ajax,-ajax/jsonp,-ajax/load,-ajax/parseXML,-ajax/script,-ajax/var/location,-ajax/var/nonce,-ajax/var/rquery,-ajax/xhr,-manipulation/_evalUrl,-event/ajax,-effects,-effects/Tween,-effects/animatedSelector
* https://jquery.com/ * https://jquery.com/
* *
* Includes Sizzle.js * Includes Sizzle.js
@ -9,7 +9,7 @@
* Released under the MIT license * Released under the MIT license
* https://jquery.org/license * https://jquery.org/license
* *
* Date: 2018-01-19T19:00Z * Date: 2018-01-20T17:24Z
*/ */
( function( global, factory ) { ( function( global, factory ) {
@ -129,7 +129,7 @@ function toType( obj ) {
var var
version = "3.3.0 -ajax,-ajax/jsonp,-ajax/load,-ajax/parseXML,-ajax/script,-ajax/var/location,-ajax/var/nonce,-ajax/var/rquery,-ajax/xhr,-manipulation/_evalUrl,-event/ajax,-effects,-effects/Tween,-effects/animatedSelector", version = "3.3.1 -ajax,-ajax/jsonp,-ajax/load,-ajax/parseXML,-ajax/script,-ajax/var/location,-ajax/var/nonce,-ajax/var/rquery,-ajax/xhr,-manipulation/_evalUrl,-event/ajax,-effects,-effects/Tween,-effects/animatedSelector",
// Define a local copy of jQuery // Define a local copy of jQuery
jQuery = function( selector, context ) { jQuery = function( selector, context ) {

File diff suppressed because one or more lines are too long