Skip to content
This repository was archived by the owner on Feb 2, 2025. It is now read-only.

Commit 728eecd

Browse files
committed
Upgrade vendor versions
1 parent 730e575 commit 728eecd

File tree

183 files changed

+36039
-22352
lines changed

Some content is hidden

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

183 files changed

+36039
-22352
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
<link rel="stylesheet" href="vendor/datatables-colreorder/css/dataTables.colReorder.css">
2020
<link rel="stylesheet" href="vendor/datatables-colvis/css/dataTables.colVis.css">
2121
<link rel="stylesheet" href="vendor/datatables-tabletools/css/dataTables.tableTools.css">
22-
<link rel="stylesheet" href="vendor/datatables-responsive/css/dataTables.responsive.css">
22+
<link rel="stylesheet" href="vendor/datatables-responsive/css/responsive.dataTables.css">
2323
<link rel="stylesheet" href="vendor/datatables-scroller/css/dataTables.scroller.css">
24-
<link rel="stylesheet" href="vendor/datatables-fixedcolumns/css/dataTables.fixedColumns.css">
24+
<link rel="stylesheet" href="vendor/datatables-fixedcolumns/css/fixedColumns.dataTables.css">
2525
<link rel="stylesheet" href="vendor/datatables-fixedheader/css/fixedHeader.dataTables.css">
2626
<link rel="stylesheet" href="vendor/datatables-buttons/css/buttons.dataTables.css">
2727
<link rel="stylesheet" href="vendor/datatables-select/css/select.dataTables.css">

vendor/angular-mocks/.bower.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
11
{
22
"name": "angular-mocks",
3-
"version": "1.3.2",
3+
"version": "1.5.7",
4+
"license": "MIT",
45
"main": "./angular-mocks.js",
56
"ignore": [],
67
"dependencies": {
7-
"angular": "1.3.2"
8+
"angular": "1.5.7"
89
},
910
"homepage": "https://github.com/angular/bower-angular-mocks",
10-
"_release": "1.3.2",
11+
"_release": "1.5.7",
1112
"_resolution": {
1213
"type": "version",
13-
"tag": "v1.3.2",
14-
"commit": "3195cfb260587620e66e2f66fb04a86542f414cf"
14+
"tag": "v1.5.7",
15+
"commit": "83babc8a9a0072460a439f13d56f20c8069a42dc"
1516
},
16-
"_source": "git://github.com/angular/bower-angular-mocks.git",
17+
"_source": "https://github.com/angular/bower-angular-mocks.git",
1718
"_target": ">=1.3.0",
1819
"_originalSource": "angular-mocks"
1920
}

vendor/angular-mocks/LICENSE.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
The MIT License (MIT)
2+
3+
Copyright (c) 2016 Angular
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

vendor/angular-mocks/README.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,16 @@ You can install this package either with `npm` or with `bower`.
1414
npm install angular-mocks
1515
```
1616

17-
The mocks are then available at `node_modules/angular-mocks/angular-mocks.js`.
18-
19-
Note that this package is not in CommonJS format, so doing `require('angular-mocks')` will
20-
return `undefined`.
17+
You can `require` ngMock modules:
18+
19+
```js
20+
var angular = require('angular');
21+
angular.module('myMod', [
22+
require('angular-animate'),
23+
require('angular-mocks/ngMock'),
24+
require('angular-mocks/ngAnimateMock')
25+
]);
26+
```
2127

2228
### bower
2329

@@ -36,7 +42,7 @@ Documentation is available on the
3642

3743
The MIT License
3844

39-
Copyright (c) 2010-2012 Google, Inc. http://angularjs.org
45+
Copyright (c) 2010-2015 Google, Inc. http://angularjs.org
4046

4147
Permission is hereby granted, free of charge, to any person obtaining a copy
4248
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)