Skip to content

Commit fea08d9

Browse files
committed
upgrade dependancies
1 parent 384ca20 commit fea08d9

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

bower.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"license": "MIT",
77
"homepage": "https://github.com/sayanee/angularjs-pdf",
88
"dependencies": {
9-
"angular": "1.3.15",
10-
"pdfjs-dist": "1.1.469"
9+
"angular": "1.4.7",
10+
"pdfjs-dist": "1.2.43"
1111
},
1212
"ignore": [
1313
"**/.*",

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99
},
1010
"devDependencies": {
1111
"grunt": "0.4.5",
12-
"grunt-bump": "0.5.0",
12+
"grunt-bump": "0.6.0",
1313
"grunt-cli": "0.1.13",
1414
"grunt-contrib-clean": "0.6.0",
15-
"grunt-contrib-copy": "0.8.1",
15+
"grunt-contrib-copy": "0.8.2",
1616
"grunt-contrib-jshint": "0.11.3",
17-
"grunt-contrib-uglify": "0.9.2",
18-
"grunt-jscs": "2.1.0",
19-
"grunt-jsonlint": "1.0.4"
17+
"grunt-contrib-uglify": "0.10.0",
18+
"grunt-jscs": "2.3.0",
19+
"grunt-jsonlint": "1.0.6"
2020
},
2121
"scripts": {
2222
"test": "grunt --verbose"

0 commit comments

Comments
 (0)