Skip to content

Commit bbc2dc4

Browse files
committed
Update bower.json + Update angular/jquery for demos (l-lin#12)
1 parent fbc9ba7 commit bbc2dc4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+2932
-5064
lines changed

bower.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-datatables",
3-
"version": "0.0.1",
3+
"version": "0.0.3",
44
"author": "l-lin",
55
"main": [
66
"dist/angular-datatables.js",
@@ -28,8 +28,8 @@
2828
"grunt"
2929
],
3030
"dependencies": {
31-
"angular": "1.2.6",
32-
"jquery": "1.11.0",
31+
"angular": ">=1.2.6",
32+
"jquery": ">=1.11.0",
3333
"datatables": ">=1.9.4",
3434
"datatables-colvis": "~1.1.0",
3535
"datatables-colreorder": "~1.1.0",

vendor/jquery/.bower.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jquery",
3-
"version": "1.11.0",
3+
"version": "2.1.1",
44
"main": "dist/jquery.js",
55
"license": "MIT",
66
"ignore": [
@@ -14,24 +14,24 @@
1414
"package.json"
1515
],
1616
"devDependencies": {
17-
"sizzle": "1.10.16",
18-
"requirejs": "~2.1.8",
19-
"qunit": "~1.12.0",
20-
"sinon": "~1.7.3"
17+
"sizzle": "1.10.19",
18+
"requirejs": "2.1.10",
19+
"qunit": "1.14.0",
20+
"sinon": "1.8.1"
2121
},
2222
"keywords": [
2323
"jquery",
2424
"javascript",
2525
"library"
2626
],
2727
"homepage": "https://github.com/jquery/jquery",
28-
"_release": "1.11.0",
28+
"_release": "2.1.1",
2929
"_resolution": {
3030
"type": "version",
31-
"tag": "1.11.0",
32-
"commit": "91cd1587ed4a1d4f3834227e8eb3cc30cb385409"
31+
"tag": "2.1.1",
32+
"commit": "4dec426aa2a6cbabb1b064319ba7c272d594a688"
3333
},
3434
"_source": "git://github.com/jquery/jquery.git",
35-
"_target": "1.11.0",
35+
"_target": ">=1.7.0",
3636
"_originalSource": "jquery"
3737
}

vendor/jquery/bower.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jquery",
3-
"version": "1.11.0",
3+
"version": "2.1.1",
44
"main": "dist/jquery.js",
55
"license": "MIT",
66
"ignore": [
@@ -14,10 +14,10 @@
1414
"package.json"
1515
],
1616
"devDependencies": {
17-
"sizzle": "1.10.16",
18-
"requirejs": "~2.1.8",
19-
"qunit": "~1.12.0",
20-
"sinon": "~1.7.3"
17+
"sizzle": "1.10.19",
18+
"requirejs": "2.1.10",
19+
"qunit": "1.14.0",
20+
"sinon": "1.8.1"
2121
},
2222
"keywords": [
2323
"jquery",

0 commit comments

Comments
 (0)