Skip to content

Commit b4b3950

Browse files
committed
updating packages
1 parent 917d728 commit b4b3950

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "homebridge-schedule",
3-
"version": "1.0.132",
3+
"version": "1.0.133",
44
"description": "Scheduled, repeatable triggers for Homebridge automation with HomeKit",
55
"repository": {
66
"type": "git",
@@ -24,17 +24,17 @@
2424
"main": "dist/schedule-accessory.js",
2525
"dependencies": {
2626
"cron": "~1.8.2",
27-
"typescript-helper-functions": "~1.0.154"
27+
"typescript-helper-functions": "~1.0.155"
2828
},
2929
"devDependencies": {
30-
"@types/cron": "~1.7.2",
31-
"@types/jest": "~26.0.23",
32-
"@types/node": "~15.14.0",
33-
"@typescript-eslint/eslint-plugin": "~4.28.1",
34-
"@typescript-eslint/parser": "~4.28.1",
35-
"eslint": "~7.29.0",
30+
"@types/cron": "~1.7.3",
31+
"@types/jest": "~27.0.1",
32+
"@types/node": "~16.6.2",
33+
"@typescript-eslint/eslint-plugin": "~4.29.2",
34+
"@typescript-eslint/parser": "~4.29.2",
35+
"eslint": "~7.32.0",
3636
"eslint-config-prettier": "~8.3.0",
37-
"eslint-plugin-jest": "~24.3.6",
37+
"eslint-plugin-jest": "~24.4.0",
3838
"eslint-plugin-prettier": "~3.4.0",
3939
"homebridge": "~1.3.4",
4040
"jest": "~27.0.6",
@@ -43,7 +43,7 @@
4343
"npm-run-all": "~4.1.5",
4444
"prettier": "~2.3.2",
4545
"rimraf": "~3.0.2",
46-
"ts-jest": "~27.0.3",
46+
"ts-jest": "~27.0.5",
4747
"typescript": "~4.3.5"
4848
},
4949
"files": [

0 commit comments

Comments
 (0)