Skip to content

Commit c403857

Browse files
committed
chore: updated min deps
1 parent f1d173e commit c403857

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@commitlint/config-conventional": "^12.1.1",
4242
"@nativescript-community/gesturehandler": "^0.1.41",
4343
"@nativescript-community/tween": "0.0.14",
44-
"@nativescript-community/ui-canvas": "4.0.49",
44+
"@nativescript-community/ui-canvas": "4.1.0",
4545
"@nativescript/core": "8.0.1",
4646
"@nativescript/types-android": "8.0.0",
4747
"@nativescript/types-ios": "8.0.0",

plugin/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@
3232
"main": "charts/index.js",
3333
"typings": "charts/index.d.ts",
3434
"dependencies": {
35-
"@nativescript-community/gesturehandler": "^0.1.41",
35+
"@nativescript-community/gesturehandler": "^0.1.47",
3636
"@nativescript-community/tween": "^0.0.14",
37-
"@nativescript-community/ui-canvas": "^4.0.49",
37+
"@nativescript-community/ui-canvas": "^4.1.0",
3838
"downsample": "^1.4.0",
3939
"number-format.js": "^2.0.9"
4040
}

0 commit comments

Comments
 (0)