homekit-code
Advanced tools
Comparing version 1.2.8 to 1.2.9
{ | ||
"name": "homekit-code", | ||
"version": "1.2.8", | ||
"version": "1.2.9", | ||
"description": "Generate a pairing HomeKit QR code label or scannable tag to setup your HomeKit accessory.", | ||
@@ -53,38 +53,38 @@ "keywords": [ | ||
"@resvg/resvg-js": "2.1.0", | ||
"qrcode": "1.5.0", | ||
"qrcode": "1.5.1", | ||
"yargs": "17.5.1" | ||
}, | ||
"devDependencies": { | ||
"@commitlint/cli": "17.0.3", | ||
"@commitlint/config-conventional": "17.0.3", | ||
"@commitlint/cli": "17.1.2", | ||
"@commitlint/config-conventional": "17.1.0", | ||
"@semantic-release/changelog": "6.0.1", | ||
"@semantic-release/git": "10.0.1", | ||
"@semantic-release/github": "8.0.5", | ||
"@types/jest": "28.1.4", | ||
"@types/node": "18.0.3", | ||
"@types/qrcode": "1.4.2", | ||
"@types/yargs": "17.0.10", | ||
"@typescript-eslint/eslint-plugin": "5.30.5", | ||
"@typescript-eslint/parser": "5.30.5", | ||
"dotenv": "16.0.1", | ||
"eslint": "8.19.0", | ||
"@semantic-release/github": "8.0.6", | ||
"@types/jest": "29.0.3", | ||
"@types/node": "18.7.18", | ||
"@types/qrcode": "1.5.0", | ||
"@types/yargs": "17.0.12", | ||
"@typescript-eslint/eslint-plugin": "5.38.0", | ||
"@typescript-eslint/parser": "5.38.0", | ||
"dotenv": "16.0.2", | ||
"eslint": "8.23.1", | ||
"eslint-config-prettier": "8.5.0", | ||
"eslint-import-resolver-typescript": "3.2.5", | ||
"eslint-import-resolver-typescript": "3.5.1", | ||
"eslint-plugin-import": "2.26.0", | ||
"eslint-plugin-jest": "26.5.3", | ||
"eslint-plugin-jest": "27.0.4", | ||
"eslint-plugin-no-type-assertion": "1.3.0", | ||
"eslint-plugin-prettier": "4.2.1", | ||
"eslint-plugin-sonarjs": "0.13.0", | ||
"eslint-plugin-sonarjs": "0.15.0", | ||
"eslint-plugin-sort-keys-fix": "1.1.2", | ||
"eslint-plugin-typescript-sort-keys": "2.1.0", | ||
"husky": "8.0.1", | ||
"jest": "28.1.2", | ||
"jest": "29.0.3", | ||
"lint-staged": "13.0.3", | ||
"nodemon": "2.0.19", | ||
"nodemon": "2.0.20", | ||
"prettier": "2.7.1", | ||
"semantic-release": "19.0.3", | ||
"ts-jest": "28.0.5", | ||
"ts-node": "10.8.2", | ||
"typescript": "4.7.4" | ||
"semantic-release": "19.0.5", | ||
"ts-jest": "29.0.1", | ||
"ts-node": "10.9.1", | ||
"typescript": "4.8.3" | ||
} | ||
} |
96750
+ Addedqrcode@1.5.1(transitive)
- Removedqrcode@1.5.0(transitive)
Updatedqrcode@1.5.1