This repository was archived by the owner on Apr 12, 2024. It is now read-only.
File tree 5 files changed +6
-6
lines changed
5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2
2
"name" : " AngularJS" ,
3
3
"license" : " MIT" ,
4
4
"devDependencies" : {
5
- "jquery" : " 2.2.1 " ,
5
+ "jquery" : " 2.2.3 " ,
6
6
"jquery-2.1" : " jquery#2.1.4" ,
7
7
"closure-compiler" : " https://dl.google.com/closure-compiler/compiler-20140814.zip" ,
8
8
"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 1
1
{
2
2
"name" : " AngularJS-docs-app" ,
3
3
"dependencies" : {
4
- "jquery" : " 2.2.1 " ,
4
+ "jquery" : " 2.2.3 " ,
5
5
"lunr.js" : " 0.5.12" ,
6
6
"open-sans-fontface" : " 1.0.4" ,
7
7
"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
35
35
"dependencies": {
36
36
"angular": "1.4.x",
37
37
"angular-mocks": "1.4.x",
38
- "jquery": "~2.2.1 ",
38
+ "jquery": "~2.2.3 ",
39
39
"bootstrap": "~3.1.1",
40
40
"angular-route": "1.4.x"
41
41
}
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
34
34
"dependencies": {
35
35
"angular": "1.4.x",
36
36
"angular-mocks": "1.4.x",
37
- "jquery": "~2.2.1 ",
37
+ "jquery": "~2.2.3 ",
38
38
"bootstrap": "~3.1.1",
39
39
"angular-route": "1.4.x",
40
40
"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
38
38
"dependencies": {
39
39
"angular": "1.4.x",
40
40
"angular-mocks": "1.4.x",
41
- "jquery": "~2.2.1 ",
41
+ "jquery": "~2.2.3 ",
42
42
"bootstrap": "~3.1.1",
43
43
"angular-route": "1.4.x",
44
44
"angular-resource": "1.4.x",
@@ -49,7 +49,7 @@ We are using [Bower][bower] to install client side dependencies. This step upda
49
49
50
50
* `"angular-animate": "1.4.x"` tells bower to install a version of the
51
51
angular-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
53
53
Angular library, it is the standard jQuery library. We can use bower to install a wide range of 3rd
54
54
party libraries.
55
55
You can’t perform that action at this time.
0 commit comments