|
23 | 23 | "author": "Steven Marks", |
24 | 24 | "license": "ISC", |
25 | 25 | "devDependencies": { |
26 | | - "@babel/cli": "^7.23.9", |
27 | | - "@babel/core": "^7.23.9", |
| 26 | + "@babel/cli": "^7.24.7", |
| 27 | + "@babel/core": "^7.24.7", |
28 | 28 | "@babel/plugin-proposal-class-properties": "^7.18.6", |
29 | | - "@babel/plugin-proposal-decorators": "^7.23.9", |
30 | | - "@babel/plugin-transform-template-literals": "^7.23.3", |
31 | | - "@babel/preset-env": "^7.23.9", |
| 29 | + "@babel/plugin-proposal-decorators": "^7.24.7", |
| 30 | + "@babel/plugin-transform-template-literals": "^7.24.7", |
| 31 | + "@babel/preset-env": "^7.24.7", |
32 | 32 | "@rollup/plugin-babel": "^6.0.4", |
33 | | - "@rollup/plugin-commonjs": "^25.0.7", |
| 33 | + "@rollup/plugin-commonjs": "^26.0.1", |
34 | 34 | "@rollup/plugin-eslint": "^9.0.5", |
35 | 35 | "@rollup/plugin-json": "^6.1.0", |
36 | 36 | "@rollup/plugin-node-resolve": "^15.2.3", |
37 | 37 | "@rollup/plugin-terser": "^0.4.4", |
38 | 38 | "@semantic-release/changelog": "^6.0.3", |
39 | 39 | "@semantic-release/exec": "^6.0.3", |
40 | 40 | "@semantic-release/git": "^10.0.1", |
41 | | - "@typescript-eslint/eslint-plugin": "^6.19.1", |
42 | | - "@typescript-eslint/parser": "^6.19.1", |
| 41 | + "@typescript-eslint/eslint-plugin": "^7.13.1", |
| 42 | + "@typescript-eslint/parser": "^7.13.1", |
43 | 43 | "babel-preset-minify": "^0.5.2", |
44 | 44 | "commitizen": "^4.3.0", |
45 | | - "conventional-changelog-conventionalcommits": "^7.0.2", |
| 45 | + "conventional-changelog-conventionalcommits": "^8.0.0", |
46 | 46 | "cz-conventional-changelog": "^3.3.0", |
47 | | - "eslint": "^8.56.0", |
| 47 | + "eslint": "^9.5.0", |
48 | 48 | "eslint-config-prettier": "^9.1.0", |
49 | 49 | "eslint-import-resolver-typescript": "^3.6.1", |
50 | 50 | "eslint-plugin-import": "^2.29.1", |
51 | 51 | "eslint-plugin-prettier": "^5.1.3", |
52 | | - "prettier": "^3.2.4", |
53 | | - "rollup": "^4.9.6", |
| 52 | + "prettier": "^3.3.2", |
| 53 | + "rollup": "^4.18.0", |
54 | 54 | "rollup-plugin-serve": "^2.0.3", |
55 | 55 | "rollup-plugin-typescript2": "^0.36.0", |
56 | | - "semantic-release": "^23.0.0" |
| 56 | + "semantic-release": "^24.0.0" |
57 | 57 | }, |
58 | 58 | "dependencies": { |
59 | | - "@formatjs/icu-messageformat-parser": "^2.7.6", |
| 59 | + "@formatjs/icu-messageformat-parser": "^2.7.8", |
60 | 60 | "@lit-labs/scoped-registry-mixin": "^1.0.3", |
61 | | - "@lit/reactive-element": "2.0.3", |
| 61 | + "@lit/reactive-element": "2.0.4", |
62 | 62 | "@material/mwc-formfield": "^0.27.0", |
63 | 63 | "@material/mwc-icon-button": "^0.27.0", |
64 | 64 | "@material/mwc-linear-progress": "^0.27.0", |
|
71 | 71 | "@material/mwc-textfield": "^0.27.0", |
72 | 72 | "@mdi/js": "^7.4.47", |
73 | 73 | "@webcomponents/webcomponentsjs": "^2.8.0", |
74 | | - "dayjs": "^1.11.10", |
75 | | - "home-assistant-js-websocket": "^9.1.0", |
76 | | - "lit": "^3.0.2", |
| 74 | + "dayjs": "^1.11.11", |
| 75 | + "home-assistant-js-websocket": "^9.4.0", |
| 76 | + "lit": "^3.1.4", |
77 | 77 | "memoize-one": "^6.0.0", |
78 | | - "npm": "^10.4.0", |
79 | | - "typescript": "^5.3.3" |
| 78 | + "npm": "^10.8.1", |
| 79 | + "typescript": "^5.5.2" |
80 | 80 | }, |
81 | 81 | "resolutions": { |
82 | 82 | "lit": "^3.0.2", |
|
0 commit comments