Skip to content

Commit

Permalink
updating packages
Browse files Browse the repository at this point in the history
  • Loading branch information
kbrashears5 committed Feb 6, 2022
1 parent 101d8c3 commit 0850db3
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "homebridge-schedule",
"version": "1.0.134",
"version": "1.0.135",
"description": "Scheduled, repeatable triggers for Homebridge automation with HomeKit",
"repository": {
"type": "git",
Expand All @@ -24,27 +24,27 @@
"main": "dist/schedule-accessory.js",
"dependencies": {
"cron": "~1.8.2",
"typescript-helper-functions": "~1.0.156"
"typescript-helper-functions": "~1.0.157"
},
"devDependencies": {
"@types/cron": "~1.7.3",
"@types/jest": "~27.0.3",
"@types/node": "~16.11.9",
"@typescript-eslint/eslint-plugin": "~5.4.0",
"@typescript-eslint/parser": "~5.4.0",
"eslint": "~8.2.0",
"@types/jest": "~27.4.0",
"@types/node": "~17.0.15",
"@typescript-eslint/eslint-plugin": "~5.10.2",
"@typescript-eslint/parser": "~5.10.2",
"eslint": "~8.8.0",
"eslint-config-prettier": "~8.3.0",
"eslint-plugin-jest": "~25.2.4",
"eslint-plugin-jest": "~26.0.0",
"eslint-plugin-prettier": "~4.0.0",
"homebridge": "~1.3.6",
"jest": "~27.3.1",
"homebridge": "~1.4.0",
"jest": "~27.5.0",
"jest-junit": "~13.0.0",
"node-git-hooks": "~1.0.6",
"npm-run-all": "~4.1.5",
"prettier": "~2.4.1",
"prettier": "~2.5.1",
"rimraf": "~3.0.2",
"ts-jest": "~27.0.7",
"typescript": "~4.5.2"
"ts-jest": "~27.1.3",
"typescript": "~4.5.5"
},
"files": [
"LICENSE",
Expand Down

0 comments on commit 0850db3

Please sign in to comment.