Skip to content

Commit 9812c11

Browse files
committed
fix: deps update
1 parent 5cd2816 commit 9812c11

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

.vscode/settings.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,6 @@
1515
"systemId": "/Volumes/data/dev/nativescript/nativescript-carto/schema/tns.xsd",
1616
"pattern": "**/**/*.xml"
1717
}
18-
]
18+
],
19+
"typescript.tsdk": "node_modules/typescript/lib"
1920
}

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@
3838
"devDependencies": {
3939
"@commitlint/cli": "^17.5.0",
4040
"@commitlint/config-conventional": "^17.4.4",
41-
"@nativescript-community/arraybuffers": "^1.1.1",
42-
"@nativescript-community/gesturehandler": "^2.0.9",
41+
"@nativescript-community/arraybuffers": "^1.1.3",
42+
"@nativescript-community/gesturehandler": "^2.0.12",
4343
"@nativescript-community/tween": "0.0.14",
44-
"@nativescript-community/ui-canvas": "4.4.12",
44+
"@nativescript-community/ui-canvas": "4.5.1",
4545
"@nativescript/core": "8.4.7",
4646
"@nativescript/types-android": "8.4.0",
4747
"@nativescript/types-ios": "8.4.0",

plugin/package.json

+3-3
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/arraybuffers": "^1.0.1",
36-
"@nativescript-community/gesturehandler": "^2.0.5",
37-
"@nativescript-community/ui-canvas": "^4.4.4",
35+
"@nativescript-community/arraybuffers": "^1.1.3",
36+
"@nativescript-community/gesturehandler": "^2.0.12",
37+
"@nativescript-community/ui-canvas": "^4.5.1",
3838
"additween": "^3.0.0",
3939
"downsample": "^1.4.0",
4040
"number-format.js": "^2.0.9"

0 commit comments

Comments
 (0)