Browse Source

update dependencies

master
David Miller 8 years ago
parent
commit
b2087eadbb
  1. 2575
      package-lock.json
  2. 4
      package.json
  3. 6
      vendor/jquery/jquery.js
  4. 4
      vendor/jquery/jquery.min.js
  5. 6
      vendor/jquery/jquery.slim.js
  6. 4
      vendor/jquery/jquery.slim.min.js

2575
package-lock.json generated

File diff suppressed because it is too large Load Diff

4
package.json

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

6
vendor/jquery/jquery.js vendored

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

4
vendor/jquery/jquery.min.js vendored

File diff suppressed because one or more lines are too long

6
vendor/jquery/jquery.slim.js vendored

@ -1,5 +1,5 @@ @@ -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/
*
* Includes Sizzle.js
@ -9,7 +9,7 @@ @@ -9,7 +9,7 @@
* Released under the MIT license
* https://jquery.org/license
*
* Date: 2018-01-19T19:00Z
* Date: 2018-01-20T17:24Z
*/
( function( global, factory ) {
@ -129,7 +129,7 @@ function toType( obj ) { @@ -129,7 +129,7 @@ function toType( obj ) {
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
jQuery = function( selector, context ) {

4
vendor/jquery/jquery.slim.min.js vendored

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save