homekit-code
Advanced tools
Comparing version 1.2.5 to 1.2.6
{ | ||
"name": "homekit-code", | ||
"version": "1.2.5", | ||
"version": "1.2.6", | ||
"description": "Generate a pairing HomeKit QR code label or scannable tag to setup your HomeKit accessory.", | ||
@@ -57,21 +57,21 @@ "keywords": [ | ||
"devDependencies": { | ||
"@commitlint/cli": "17.0.2", | ||
"@commitlint/config-conventional": "17.0.2", | ||
"@commitlint/cli": "17.0.3", | ||
"@commitlint/config-conventional": "17.0.3", | ||
"@semantic-release/changelog": "6.0.1", | ||
"@semantic-release/git": "10.0.1", | ||
"@semantic-release/github": "8.0.4", | ||
"@types/jest": "28.1.1", | ||
"@types/node": "17.0.40", | ||
"@types/jest": "28.1.3", | ||
"@types/node": "18.0.0", | ||
"@types/qrcode": "1.4.2", | ||
"@types/yargs": "17.0.10", | ||
"@typescript-eslint/eslint-plugin": "5.27.1", | ||
"@typescript-eslint/parser": "5.27.1", | ||
"@typescript-eslint/eslint-plugin": "5.30.0", | ||
"@typescript-eslint/parser": "5.30.0", | ||
"dotenv": "16.0.1", | ||
"eslint": "8.17.0", | ||
"eslint": "8.18.0", | ||
"eslint-config-prettier": "8.5.0", | ||
"eslint-import-resolver-typescript": "2.7.1", | ||
"eslint-import-resolver-typescript": "3.1.1", | ||
"eslint-plugin-import": "2.26.0", | ||
"eslint-plugin-jest": "26.5.3", | ||
"eslint-plugin-no-type-assertion": "1.3.0", | ||
"eslint-plugin-prettier": "4.0.0", | ||
"eslint-plugin-prettier": "4.2.1", | ||
"eslint-plugin-sonarjs": "0.13.0", | ||
@@ -81,11 +81,11 @@ "eslint-plugin-sort-keys-fix": "1.1.2", | ||
"husky": "8.0.1", | ||
"jest": "28.1.1", | ||
"lint-staged": "13.0.1", | ||
"nodemon": "2.0.16", | ||
"prettier": "2.6.2", | ||
"jest": "28.1.2", | ||
"lint-staged": "13.0.3", | ||
"nodemon": "2.0.18", | ||
"prettier": "2.7.1", | ||
"semantic-release": "19.0.3", | ||
"ts-jest": "28.0.4", | ||
"ts-jest": "28.0.5", | ||
"ts-node": "10.8.1", | ||
"typescript": "4.7.3" | ||
"typescript": "4.7.4" | ||
} | ||
} |
96749