Skip to content

Commit

Permalink
updating packages
Browse files Browse the repository at this point in the history
  • Loading branch information
kbrashears5 committed Aug 20, 2021
1 parent 917d728 commit b4b3950
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "homebridge-schedule",
"version": "1.0.132",
"version": "1.0.133",
"description": "Scheduled, repeatable triggers for Homebridge automation with HomeKit",
"repository": {
"type": "git",
Expand All @@ -24,17 +24,17 @@
"main": "dist/schedule-accessory.js",
"dependencies": {
"cron": "~1.8.2",
"typescript-helper-functions": "~1.0.154"
"typescript-helper-functions": "~1.0.155"
},
"devDependencies": {
"@types/cron": "~1.7.2",
"@types/jest": "~26.0.23",
"@types/node": "~15.14.0",
"@typescript-eslint/eslint-plugin": "~4.28.1",
"@typescript-eslint/parser": "~4.28.1",
"eslint": "~7.29.0",
"@types/cron": "~1.7.3",
"@types/jest": "~27.0.1",
"@types/node": "~16.6.2",
"@typescript-eslint/eslint-plugin": "~4.29.2",
"@typescript-eslint/parser": "~4.29.2",
"eslint": "~7.32.0",
"eslint-config-prettier": "~8.3.0",
"eslint-plugin-jest": "~24.3.6",
"eslint-plugin-jest": "~24.4.0",
"eslint-plugin-prettier": "~3.4.0",
"homebridge": "~1.3.4",
"jest": "~27.0.6",
Expand All @@ -43,7 +43,7 @@
"npm-run-all": "~4.1.5",
"prettier": "~2.3.2",
"rimraf": "~3.0.2",
"ts-jest": "~27.0.3",
"ts-jest": "~27.0.5",
"typescript": "~4.3.5"
},
"files": [
Expand Down

0 comments on commit b4b3950

Please sign in to comment.