Skip to content

Commit 9b68e0a

Browse files
committed
fix: gestures dep update
1 parent b2ec035 commit 9b68e0a

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "1.0.0",
44
"scripts": {
55
"setup": "ts-patch install",
6+
"prepare": "npm run setup",
67
"build.angular": "ng-packagr -p src/angular/package.json -c src/angular/tsconfig.json",
78
"clean": "rimraf ./plugin/**/*.d.ts ./plugin/**/*.js ./plugin/**/*.js.map plugin/node_modules plugin/package-lock.json plugin/README.md demo/node_modules demo-angular/node_modules",
89
"tsc": "cpy '**/*.d.ts' '../plugin' --parents --cwd=src && tsc -skipLibCheck -d",
@@ -22,7 +23,7 @@
2223
"@angular/router": "~10.1.5",
2324
"@commitlint/cli": "^11.0.0",
2425
"@commitlint/config-conventional": "^11.0.0",
25-
"@nativescript-community/gesturehandler": "^0.1.29",
26+
"@nativescript-community/gesturehandler": "^0.1.35",
2627
"@nativescript-community/ui-drawer": "file:plugin",
2728
"@nativescript/angular": "10.1.7",
2829
"@nativescript/core": "7.0.13",
@@ -71,4 +72,4 @@
7172
"dependencies": {
7273
"ts-node": "^8.10.2"
7374
}
74-
}
75+
}

plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@
4444
"license": "Apache-2.0",
4545
"readmeFilename": "README.md",
4646
"dependencies": {
47-
"@nativescript-community/gesturehandler": "^0.1.29"
47+
"@nativescript-community/gesturehandler": "^0.1.35"
4848
}
4949
}

0 commit comments

Comments
 (0)