Skip to content

Commit 5819e12

Browse files
committed
chore: update version and deps
1 parent 7e5c6dd commit 5819e12

2 files changed

Lines changed: 757 additions & 852 deletions

File tree

package.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-tado-client",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"description": "A Tado client for nodejs",
55
"repository": {
66
"type": "git",
@@ -31,34 +31,34 @@
3131
"prepare": "husky"
3232
},
3333
"dependencies": {
34-
"axios": "^1.8.3"
34+
"axios": "^1.13.2"
3535
},
3636
"devDependencies": {
37-
"@eslint/eslintrc": "^3.3.0",
38-
"@eslint/js": "^9.22.0",
39-
"@ianvs/prettier-plugin-sort-imports": "^4.4.1",
40-
"@types/chai": "^5.2.0",
37+
"@eslint/eslintrc": "^3.3.1",
38+
"@eslint/js": "^9.39.1",
39+
"@ianvs/prettier-plugin-sort-imports": "^4.7.0",
40+
"@types/chai": "^5.2.3",
4141
"@types/chai-as-promised": "^8.0.2",
4242
"@types/mocha": "^10.0.10",
43-
"@types/node": "^22.13.10",
43+
"@types/node": "^24.10.0",
4444
"@types/simple-oauth2": "^5.0.7",
45-
"@typescript-eslint/eslint-plugin": "^8.26.1",
46-
"@typescript-eslint/parser": "^8.26.1",
47-
"chai": "^5.2.0",
48-
"chai-as-promised": "^8.0.1",
49-
"eslint": "^9.22.0",
50-
"eslint-config-prettier": "^10.1.1",
45+
"@typescript-eslint/eslint-plugin": "^8.46.3",
46+
"@typescript-eslint/parser": "^8.46.3",
47+
"chai": "^6.2.0",
48+
"chai-as-promised": "^8.0.2",
49+
"eslint": "^9.39.1",
50+
"eslint-config-prettier": "^10.1.8",
5151
"eslint-plugin-tsdoc": "^0.4.0",
52-
"globals": "^16.0.0",
52+
"globals": "^16.5.0",
5353
"husky": "^9.1.7",
54-
"lint-staged": "^15.5.0",
55-
"mocha": "^11.1.0",
56-
"nock": "^14.0.1",
54+
"lint-staged": "^16.2.6",
55+
"mocha": "^11.7.5",
56+
"nock": "^14.0.10",
5757
"nyc": "^17.1.0",
58-
"prettier": "^3.5.3",
59-
"tsx": "^4.19.3",
60-
"typedoc": "^0.27.9",
61-
"typescript": "^5.8.2"
58+
"prettier": "^3.6.2",
59+
"tsx": "^4.20.6",
60+
"typedoc": "^0.28.14",
61+
"typescript": "^5.9.3"
6262
},
6363
"lint-staged": {
6464
"*": [

0 commit comments

Comments
 (0)