Skip to content

Commit ccdf524

Browse files
committed
update dependencies of bower.js
1 parent 2ec1144 commit ccdf524

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

bower.json

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "orgchart",
3-
"version": "2.0.12",
3+
"version": "2.0.13",
44
"homepage": "https://github.com/dabeng/OrgChart",
55
"authors": [
66
"dabeng <[email protected]>"
@@ -30,7 +30,9 @@
3030
],
3131
"dependencies": {
3232
"jquery": "~3.2.1",
33-
"font-awesome": "^4.6.2",
34-
"html2canvas": "^0.4.1"
33+
"jquery-mockjax": "^2.2.0",
34+
"jspdf": "^1.3.5",
35+
"font-awesome": "^4.6.3",
36+
"html2canvas": "^0.5.0-beta4"
3537
}
3638
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "orgchart",
3-
"version": "2.0.12",
3+
"version": "2.0.13",
44
"description": "Simple and direct organization chart(tree-like hierarchy) plugin based on pure DOM and jQuery.",
55
"main": "./dist/js/jquery.orgchart.min.js",
66
"style": [

0 commit comments

Comments
 (0)