Skip to content

Commit a34a8df

Browse files
committedOct 20, 2020
chore: deps updates
1 parent 2ff17aa commit a34a8df

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
 

Diff for: ‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@
3838
"@angular/core": "^10.1.2",
3939
"@commitlint/cli": "^11.0.0",
4040
"@commitlint/config-conventional": "^11.0.0",
41-
"@nativescript-community/gesturehandler": "^0.1.23",
41+
"@nativescript-community/gesturehandler": "^0.1.25",
4242
"@nativescript-community/tween": "0.0.12",
43-
"@nativescript-community/ui-canvas": "4.0.26",
43+
"@nativescript-community/ui-canvas": "4.0.28",
4444
"@nativescript/core": "7.0.7",
4545
"@nativescript/types-android": "7.0.4",
4646
"@nativescript/types-ios": "7.0.4",

Diff for: ‎plugin/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@
2828
"main": "charts/index.js",
2929
"typings": "charts/index.d.ts",
3030
"dependencies": {
31-
"@nativescript-community/gesturehandler": "^0.1.23",
31+
"@nativescript-community/gesturehandler": "^0.1.25",
3232
"@nativescript-community/tween": "0.0.12",
33-
"@nativescript-community/ui-canvas": "^4.0.26",
33+
"@nativescript-community/ui-canvas": "^4.0.28",
3434
"downsample": "^1.3.0",
3535
"number-format.js": "^2.0.9"
3636
}
37-
}
37+
}

0 commit comments

Comments
 (0)
Please sign in to comment.