File tree Expand file tree Collapse file tree 4 files changed +9
-9629
lines changed Expand file tree Collapse file tree 4 files changed +9
-9629
lines changed Original file line number Diff line number Diff line change @@ -15,3 +15,4 @@ plugin/**/*.d.ts
1515! plugin /platforms
1616/plugin /platforms /android /ble.aar
1717package-lock.json
18+ pnpm-lock.yaml
Original file line number Diff line number Diff line change 22 "printWidth": 200,
33 "semi": true,
44 "tabWidth": 4,
5- "singleQuote": true
5+ "singleQuote": true,
6+ "trailingComma": "none"
67}
Original file line number Diff line number Diff line change 5151 },
5252 "homepage" : " https://github.com/eddyverbruggen/@nativescript-community/ble" ,
5353 "devDependencies" : {
54- "@nativescript/core" : " 7.0.0" ,
54+ "@commitlint/cli" : " ^9.1.2" ,
55+ "@commitlint/config-conventional" : " ^9.1.2" ,
56+ "@nativescript/core" : " 7.0.13" ,
5557 "@nativescript/types" : " 7.0.1" ,
5658 "@nativescript/webpack" : " 3.0.0" ,
59+ "@types/node" : " ^14.6.2" ,
5760 "@typescript-eslint/eslint-plugin" : " 4.0.1" ,
5861 "@typescript-eslint/parser" : " 4.0.1" ,
59- "@commitlint/cli" : " ^9.1.2" ,
60- "@commitlint/config-conventional" : " ^9.1.2" ,
61- "@types/node" : " ^14.6.2" ,
6262 "eslint" : " 7.8.0" ,
6363 "husky" : " ^4.2.5" ,
6464 "lerna" : " ^3.22.1" ,
6565 "npm-watch" : " ^0.7.0" ,
6666 "prompt" : " ^1.0.0" ,
6767 "rimraf" : " ^3.0.2" ,
6868 "ts-patch" : " ^1.3.0" ,
69+ "typedoc" : " ^0.19.2" ,
6970 "typescript" : " ~4.0.2"
7071 },
7172 "dependencies" : {
72- "make-error" : " 1.3.6" ,
7373 "@nativescript-community/observable" : " ^2.0.8" ,
74+ "make-error" : " 1.3.6" ,
7475 "p-queue" : " ^6.6.1" ,
7576 "ts-node" : " ^9.0.0"
7677 },
You can’t perform that action at this time.
0 commit comments