Skip to content

Commit eaa20e9

Browse files
committed
build: dependency updates
1 parent 9f7aa22 commit eaa20e9

File tree

2 files changed

+2566
-2435
lines changed

2 files changed

+2566
-2435
lines changed

package.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -23,42 +23,42 @@
2323
"author": "Steven Marks",
2424
"license": "ISC",
2525
"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",
2828
"@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",
3232
"@rollup/plugin-babel": "^6.0.4",
33-
"@rollup/plugin-commonjs": "^25.0.7",
33+
"@rollup/plugin-commonjs": "^26.0.1",
3434
"@rollup/plugin-eslint": "^9.0.5",
3535
"@rollup/plugin-json": "^6.1.0",
3636
"@rollup/plugin-node-resolve": "^15.2.3",
3737
"@rollup/plugin-terser": "^0.4.4",
3838
"@semantic-release/changelog": "^6.0.3",
3939
"@semantic-release/exec": "^6.0.3",
4040
"@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",
4343
"babel-preset-minify": "^0.5.2",
4444
"commitizen": "^4.3.0",
45-
"conventional-changelog-conventionalcommits": "^7.0.2",
45+
"conventional-changelog-conventionalcommits": "^8.0.0",
4646
"cz-conventional-changelog": "^3.3.0",
47-
"eslint": "^8.56.0",
47+
"eslint": "^9.5.0",
4848
"eslint-config-prettier": "^9.1.0",
4949
"eslint-import-resolver-typescript": "^3.6.1",
5050
"eslint-plugin-import": "^2.29.1",
5151
"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",
5454
"rollup-plugin-serve": "^2.0.3",
5555
"rollup-plugin-typescript2": "^0.36.0",
56-
"semantic-release": "^23.0.0"
56+
"semantic-release": "^24.0.0"
5757
},
5858
"dependencies": {
59-
"@formatjs/icu-messageformat-parser": "^2.7.6",
59+
"@formatjs/icu-messageformat-parser": "^2.7.8",
6060
"@lit-labs/scoped-registry-mixin": "^1.0.3",
61-
"@lit/reactive-element": "2.0.3",
61+
"@lit/reactive-element": "2.0.4",
6262
"@material/mwc-formfield": "^0.27.0",
6363
"@material/mwc-icon-button": "^0.27.0",
6464
"@material/mwc-linear-progress": "^0.27.0",
@@ -71,12 +71,12 @@
7171
"@material/mwc-textfield": "^0.27.0",
7272
"@mdi/js": "^7.4.47",
7373
"@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",
7777
"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"
8080
},
8181
"resolutions": {
8282
"lit": "^3.0.2",

0 commit comments

Comments
 (0)