|
1 | 1 | { |
2 | 2 | "name": "node-tado-client", |
3 | | - "version": "1.0.1", |
| 3 | + "version": "1.1.0", |
4 | 4 | "description": "A Tado client for nodejs", |
5 | 5 | "repository": { |
6 | 6 | "type": "git", |
|
31 | 31 | "prepare": "husky" |
32 | 32 | }, |
33 | 33 | "dependencies": { |
34 | | - "axios": "^1.8.3" |
| 34 | + "axios": "^1.13.2" |
35 | 35 | }, |
36 | 36 | "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", |
41 | 41 | "@types/chai-as-promised": "^8.0.2", |
42 | 42 | "@types/mocha": "^10.0.10", |
43 | | - "@types/node": "^22.13.10", |
| 43 | + "@types/node": "^24.10.0", |
44 | 44 | "@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", |
51 | 51 | "eslint-plugin-tsdoc": "^0.4.0", |
52 | | - "globals": "^16.0.0", |
| 52 | + "globals": "^16.5.0", |
53 | 53 | "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", |
57 | 57 | "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" |
62 | 62 | }, |
63 | 63 | "lint-staged": { |
64 | 64 | "*": [ |
|
0 commit comments