Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit d985944

Browse files
committed
chore(jQuery): bump jQuery version from 2.2.1 to 2.2.3
1 parent e14b486 commit d985944

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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"

docs/bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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",

docs/content/tutorial/step_07.ngdoc

+1-1
Original file line numberDiff line numberDiff 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
}

docs/content/tutorial/step_11.ngdoc

+1-1
Original file line numberDiff line numberDiff 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"

docs/content/tutorial/step_12.ngdoc

+2-2
Original file line numberDiff line numberDiff 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
5151
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
5353
Angular library, it is the standard jQuery library. We can use bower to install a wide range of 3rd
5454
party libraries.
5555

0 commit comments

Comments
 (0)