Skip to content

Commit 6f758e2

Browse files
authored
Merge pull request #611 from jeff-phillips-18/release
fix(dependencies): Update version of angularjs-datatables
2 parents ccd12a6 + f34199d commit 6f758e2

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ before_install:
2323

2424
install: true
2525

26+
27+
before_script:
28+
# If this command fails and you can't fix it, file an issue and add an exception to .nsprc
29+
- npm run nsp-check
30+
2631
script:
2732
- sh -x ./node_modules/patternfly-eng-release/scripts/_build.sh -a
2833

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"angular-animate": "1.5.*",
4242
"angular-bootstrap": "2.2.x",
4343
"angular-dragdrop": "1.0.13",
44-
"angularjs-datatables": "^0.5.7",
44+
"angularjs-datatables": "^0.5.8",
4545
"angular-drag-and-drop-lists": "2.0.0",
4646
"angular-sanitize": "1.5.*",
4747
"datatables.net": "^1.10.12",

package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,24 +24,25 @@
2424
"angular-mocks": "1.3.0 - 1.5.*",
2525
"angular-ui-router": "^0.3.2",
2626
"express": "3.4.4",
27-
"grunt-cli": "1.2.0",
2827
"grunt": "0.4.5",
2928
"grunt-angular-templates": "0.5.7",
3029
"grunt-available-tasks": "0.4.3",
30+
"grunt-cli": "1.2.0",
3131
"grunt-contrib-clean": "0.4.1",
3232
"grunt-contrib-concat": "0.3.0",
3333
"grunt-contrib-connect": "0.5.0",
3434
"grunt-contrib-copy": "0.5.0",
3535
"grunt-contrib-cssmin": "^1.0.1",
36-
"grunt-contrib-less": "^1.3.0",
3736
"grunt-contrib-jshint": "0.7.0",
37+
"grunt-contrib-less": "^1.3.0",
3838
"grunt-contrib-uglify": "0.2.5",
3939
"grunt-contrib-watch": "0.5.3",
4040
"grunt-eslint": "~17.1.0",
4141
"grunt-htmlhint": "0.4.1",
4242
"grunt-karma": "0.8.3",
4343
"grunt-ng-annotate": "^1.0.1",
4444
"grunt-ngdocs": "0.2.9",
45+
"grunt-nsp": "^2.3.1",
4546
"grunt-remove": "^0.1.0",
4647
"grunt-string-replace": "^1.3.1",
4748
"karma": "0.12.23",
@@ -57,7 +58,7 @@
5758
"semantic-release": "^6.3.6"
5859
},
5960
"optionalDependencies": {
60-
"angularjs-datatables": "^0.5.7",
61+
"angularjs-datatables": "^0.5.8",
6162
"angular-drag-and-drop-lists": "2.0.0",
6263
"bootstrap-select": "~1.10.0",
6364
"c3": "~0.4.11",
@@ -82,6 +83,7 @@
8283
"ngdocs": "grunt ngdocs",
8384
"ngdocs:view": "grunt ngdocs:view",
8485
"ngdocs:publish": "grunt ngdocs:publish",
86+
"nsp-check": "nsp check",
8587
"lint": "grunt lint",
8688
"test": "grunt test",
8789
"check": "grunt check",

0 commit comments

Comments
 (0)