File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 22 "name" : " AngularJS" ,
33 "license" : " MIT" ,
44 "devDependencies" : {
5- "jquery" : " 2.2.1 " ,
5+ "jquery" : " 2.2.3 " ,
66 "jquery-2.1" : " jquery#2.1.4" ,
77 "closure-compiler" : " https://dl.google.com/closure-compiler/compiler-20140814.zip" ,
88 "ng-closure-runner" : " https://raw.github.com/angular/ng-closure-runner/v0.2.3/assets/ng-closure-runner.zip"
Original file line number Diff line number Diff line change 11{
22 "name" : " AngularJS-docs-app" ,
33 "dependencies" : {
4- "jquery" : " 2.2.1 " ,
4+ "jquery" : " 2.2.3 " ,
55 "lunr.js" : " 0.5.12" ,
66 "open-sans-fontface" : " 1.0.4" ,
77 "google-code-prettify" : " 1.0.1" ,
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ We are using [Bower][bower] to install client-side dependencies. This step upda
3535 "dependencies": {
3636 "angular": "1.4.x",
3737 "angular-mocks": "1.4.x",
38- "jquery": "~2.2.1 ",
38+ "jquery": "~2.2.3 ",
3939 "bootstrap": "~3.1.1",
4040 "angular-route": "1.4.x"
4141 }
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ We are using [Bower][bower] to install client side dependencies. This step upda
3434 "dependencies": {
3535 "angular": "1.4.x",
3636 "angular-mocks": "1.4.x",
37- "jquery": "~2.2.1 ",
37+ "jquery": "~2.2.3 ",
3838 "bootstrap": "~3.1.1",
3939 "angular-route": "1.4.x",
4040 "angular-resource": "1.4.x"
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ We are using [Bower][bower] to install client side dependencies. This step upda
3838 "dependencies": {
3939 "angular": "1.4.x",
4040 "angular-mocks": "1.4.x",
41- "jquery": "~2.2.1 ",
41+ "jquery": "~2.2.3 ",
4242 "bootstrap": "~3.1.1",
4343 "angular-route": "1.4.x",
4444 "angular-resource": "1.4.x",
@@ -49,7 +49,7 @@ We are using [Bower][bower] to install client side dependencies. This step upda
4949
5050* `"angular-animate": "1.4.x"` tells bower to install a version of the
5151angular-animate component that is compatible with version 1.4.x.
52- * `"jquery": "~2.2.1 "` tells bower to install the 2.2.1 version of jQuery. Note that this is not an
52+ * `"jquery": "~2.2.3 "` tells bower to install the 2.2.3 version of jQuery. Note that this is not an
5353Angular library, it is the standard jQuery library. We can use bower to install a wide range of 3rd
5454party libraries.
5555
You can’t perform that action at this time.
0 commit comments