Skip to content

Commit a10af4f

Browse files
committed
chore: deps
1 parent f8e9226 commit a10af4f

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

demo_vue/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@
1818
"nativescript-akylas-vue": "2.5.0-alpha.6",
1919
"nativescript-canvas": "2.1.13",
2020
"nativescript-chart": "../plugin",
21-
"nativescript-gesturehandler": "^0.1.2",
21+
"nativescript-gesturehandler": "^0.1.3",
2222
"nativescript-mpchart-fork-adrianoop": "1.0.8",
2323
"nativescript-perms": "^2.0.2",
2424
"nativescript-ui-chart": "7.1.1",
2525
"nativescript-vue": "^2.4.0",
2626
"number-format.js": "^2.0.9"
2727
},
2828
"devDependencies": {
29-
"@babel/core": "~7.7.7",
29+
"@babel/core": "~7.8.0",
3030
"babel-loader": "~8.0.6",
3131
"fork-ts-checker-webpack-plugin": "^3.1.1",
3232
"nativescript-akylas-vue-template-compiler": "2.5.0-alpha.6",

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@
3737
"@commitlint/config-conventional": "^8.3.4",
3838
"@nativescript/core": "6.3.2",
3939
"@tweenjs/tween.js": "18.5.0",
40-
"@types/node": "^13.1.5",
40+
"@types/node": "^13.1.6",
4141
"@types/tween.js": "^17.2.0",
4242
"cpy-cli": "^3.0.0",
43-
"husky": "^4.0.6",
43+
"husky": "^4.0.7",
4444
"lerna": "^3.20.2",
4545
"nativescript-canvas": "2.1.13",
46-
"nativescript-gesturehandler": "^0.1.2",
46+
"nativescript-gesturehandler": "^0.1.3",
4747
"nativescript-tween": "0.0.5",
4848
"npm-watch": "^0.6.0",
4949
"number-format.js": "^2.0.9",

plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"readmeFilename": "README.md",
2727
"dependencies": {
2828
"nativescript-canvas": "2.1.13",
29-
"nativescript-gesturehandler": "^0.1.2",
29+
"nativescript-gesturehandler": "^0.1.3",
3030
"nativescript-tween": "0.0.5",
3131
"number-format.js": "^2.0.9"
3232
}

0 commit comments

Comments
 (0)