mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
feature(bower) jquery v3.3.1
This commit is contained in:
parent
491e6220ca
commit
1a424162c7
6 changed files with 25 additions and 15 deletions
|
|
@ -31,7 +31,7 @@
|
||||||
"domtokenlist-shim": "~1.1.0",
|
"domtokenlist-shim": "~1.1.0",
|
||||||
"menu": "~1.0.2",
|
"menu": "~1.0.2",
|
||||||
"olark": "^1.0.0",
|
"olark": "^1.0.0",
|
||||||
"jquery": "3.2.1",
|
"jquery": "3.3.1",
|
||||||
"fancybox": "^2.1.6",
|
"fancybox": "^2.1.6",
|
||||||
"smalltalk": "2.5.1"
|
"smalltalk": "2.5.1"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -18,9 +18,9 @@
|
||||||
],
|
],
|
||||||
"remote": [{
|
"remote": [{
|
||||||
"name": "jquery",
|
"name": "jquery",
|
||||||
"version": "3.2.1",
|
"version": "3.3.1",
|
||||||
"local": "/modules/jquery/dist/jquery.min.js",
|
"local": "/modules/jquery/dist/jquery.min.js",
|
||||||
"remote": "//ajax.googleapis.com/ajax/libs/jquery/{{ version }}/jquery.min.js"
|
"remote": "https://code.jquery.com/jquery-{{ version }}.min.js"
|
||||||
}, {
|
}, {
|
||||||
"name": "socket",
|
"name": "socket",
|
||||||
"version": "2.0.3",
|
"version": "2.0.3",
|
||||||
|
|
|
||||||
|
|
@ -12,14 +12,14 @@
|
||||||
"library"
|
"library"
|
||||||
],
|
],
|
||||||
"homepage": "https://github.com/jquery/jquery-dist",
|
"homepage": "https://github.com/jquery/jquery-dist",
|
||||||
"version": "3.2.1",
|
"version": "3.3.1",
|
||||||
"_release": "3.2.1",
|
"_release": "3.3.1",
|
||||||
"_resolution": {
|
"_resolution": {
|
||||||
"type": "version",
|
"type": "version",
|
||||||
"tag": "3.2.1",
|
"tag": "3.3.1",
|
||||||
"commit": "77d2a51d0520d2ee44173afdf4e40a9201f5964e"
|
"commit": "9e8ec3d10fad04748176144f108d7355662ae75e"
|
||||||
},
|
},
|
||||||
"_source": "https://github.com/jquery/jquery-dist.git",
|
"_source": "https://github.com/jquery/jquery-dist.git",
|
||||||
"_target": ">=1.10",
|
"_target": "3.3.1",
|
||||||
"_originalSource": "jquery"
|
"_originalSource": "jquery"
|
||||||
}
|
}
|
||||||
|
|
@ -184,7 +184,7 @@ Karl Sieburg <ksieburg@yahoo.com>
|
||||||
Pascal Borreli <pascal@borreli.com>
|
Pascal Borreli <pascal@borreli.com>
|
||||||
Nguyen Phuc Lam <ruado1987@gmail.com>
|
Nguyen Phuc Lam <ruado1987@gmail.com>
|
||||||
Dmitry Gusev <dmitry.gusev@gmail.com>
|
Dmitry Gusev <dmitry.gusev@gmail.com>
|
||||||
Michał Gołębiowski <m.goleb@gmail.com>
|
Michał Gołębiowski-Owczarek <m.goleb@gmail.com>
|
||||||
Li Xudong <istonelee@gmail.com>
|
Li Xudong <istonelee@gmail.com>
|
||||||
Steven Benner <admin@stevenbenner.com>
|
Steven Benner <admin@stevenbenner.com>
|
||||||
Tom H Fuertes <tomfuertes@gmail.com>
|
Tom H Fuertes <tomfuertes@gmail.com>
|
||||||
|
|
@ -299,3 +299,15 @@ Alex Louden <alex@louden.com>
|
||||||
Alex Padilla <alexonezero@outlook.com>
|
Alex Padilla <alexonezero@outlook.com>
|
||||||
南漂一卒 <shiy007@qq.com>
|
南漂一卒 <shiy007@qq.com>
|
||||||
karan-96 <karanbatra96@gmail.com>
|
karan-96 <karanbatra96@gmail.com>
|
||||||
|
Boom Lee <teabyii@gmail.com>
|
||||||
|
Andreas Solleder <asol@num42.de>
|
||||||
|
CDAGaming <cstack2011@yahoo.com>
|
||||||
|
Pierre Spring <pierre@nelm.io>
|
||||||
|
Shashanka Nataraj <shashankan.10@gmail.com>
|
||||||
|
Erik Lax <erik@datahack.se>
|
||||||
|
Matan Kotler-Berkowitz <205matan@gmail.com>
|
||||||
|
Jordan Beland <jordan.beland@gmail.com>
|
||||||
|
Henry Zhu <hi@henryzoo.com>
|
||||||
|
Saptak Sengupta <saptak013@gmail.com>
|
||||||
|
Nilton Cesar <niltoncms@gmail.com>
|
||||||
|
basil.belokon <basil.belokon@gmail.com>
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
For information on how to get started and how to use jQuery, please see [jQuery's documentation](http://api.jquery.com/).
|
For information on how to get started and how to use jQuery, please see [jQuery's documentation](http://api.jquery.com/).
|
||||||
For source files and issues, please visit the [jQuery repo](https://github.com/jquery/jquery).
|
For source files and issues, please visit the [jQuery repo](https://github.com/jquery/jquery).
|
||||||
|
|
||||||
If upgrading, please see the [blog post for 3.2.1](https://blog.jquery.com/2017/03/20/jquery-3-2-1-now-available/). This includes notable differences from the previous version and a more readable changelog.
|
If upgrading, please see the [blog post for 3.3.1](https://blog.jquery.com/2017/03/20/jquery-3.3.1-now-available/). This includes notable differences from the previous version and a more readable changelog.
|
||||||
|
|
||||||
## Including jQuery
|
## Including jQuery
|
||||||
|
|
||||||
|
|
@ -16,7 +16,7 @@ Below are some of the most common ways to include jQuery.
|
||||||
#### Script tag
|
#### Script tag
|
||||||
|
|
||||||
```html
|
```html
|
||||||
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
|
<script src="https://code.jquery.com/jquery-3.3.1.min.js"></script>
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Babel
|
#### Babel
|
||||||
|
|
|
||||||
6
modules/jquery/dist/jquery.min.js
vendored
6
modules/jquery/dist/jquery.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue