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

Commit de69b38

Browse files
committed
test(jQuery): run tests with jQuery 2.1, 2.2 & 3.2
Also, update jQuery 2.2.x mentions in the tutorial to 3.2.x.
1 parent 20a08dc commit de69b38

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
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": "3.1.0",
5+
"jquery": "3.2.1",
66
"jquery-2.2": "jquery#2.2.4",
77
"jquery-2.1": "jquery#2.1.4",
88
"closure-compiler": "https://dl.google.com/closure-compiler/compiler-20140814.zip",

docs/content/tutorial/step_14.ngdoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,14 @@ Since we are using [Bower][bower] to install client-side dependencies, this step
4646
"angular-resource": "1.5.x",
4747
"angular-route": "1.5.x",
4848
"bootstrap": "3.3.x",
49-
"jquery": "2.2.x"
49+
"jquery": "3.2.x"
5050
}
5151
}
5252
```
5353

5454
* `"angular-animate": "1.5.x"` tells bower to install a version of the angular-animate module that
5555
is compatible with version 1.5.x of AngularJS.
56-
* `"jquery": "2.2.x"` tells bower to install the latest patch release of the 2.2 version of jQuery.
56+
* `"jquery": "3.2.x"` tells bower to install the latest patch release of the 3.2 version of jQuery.
5757
Note that this is not an AngularJS library; it is the standard jQuery library. We can use bower to
5858
install a wide range of 3rd party libraries.
5959

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"jasmine-core": "^2.4.0",
6060
"jasmine-node": "^2.0.0",
6161
"jasmine-reporters": "^2.2.0",
62-
"jquery": "^3.1.1",
62+
"jquery": "^3.2.1",
6363
"karma": "^1.1.2",
6464
"karma-browserstack-launcher": "^1.0.1",
6565
"karma-chrome-launcher": "^1.0.1",

yarn.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -3508,9 +3508,9 @@ jodid25519@^1.0.0:
35083508
dependencies:
35093509
jsbn "~0.1.0"
35103510

3511-
jquery@^3.1.1:
3512-
version "3.1.1"
3513-
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.1.1.tgz#347c1c21c7e004115e0a4da32cece041fad3c8a3"
3511+
jquery@^3.2.1:
3512+
version "3.2.1"
3513+
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.2.1.tgz#5c4d9de652af6cd0a770154a631bba12b015c787"
35143514

35153515
js-tokens@^3.0.0:
35163516
version "3.0.1"

0 commit comments

Comments
 (0)