Skip to content

Commit

Permalink
build: dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
marksie1988 committed Jun 24, 2024
1 parent 9f7aa22 commit eaa20e9
Show file tree
Hide file tree
Showing 2 changed files with 2,566 additions and 2,435 deletions.
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,42 +23,42 @@
"author": "Steven Marks",
"license": "ISC",
"devDependencies": {
"@babel/cli": "^7.23.9",
"@babel/core": "^7.23.9",
"@babel/cli": "^7.24.7",
"@babel/core": "^7.24.7",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.23.9",
"@babel/plugin-transform-template-literals": "^7.23.3",
"@babel/preset-env": "^7.23.9",
"@babel/plugin-proposal-decorators": "^7.24.7",
"@babel/plugin-transform-template-literals": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-commonjs": "^26.0.1",
"@rollup/plugin-eslint": "^9.0.5",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"babel-preset-minify": "^0.5.2",
"commitizen": "^4.3.0",
"conventional-changelog-conventionalcommits": "^7.0.2",
"conventional-changelog-conventionalcommits": "^8.0.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.56.0",
"eslint": "^9.5.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"prettier": "^3.2.4",
"rollup": "^4.9.6",
"prettier": "^3.3.2",
"rollup": "^4.18.0",
"rollup-plugin-serve": "^2.0.3",
"rollup-plugin-typescript2": "^0.36.0",
"semantic-release": "^23.0.0"
"semantic-release": "^24.0.0"
},
"dependencies": {
"@formatjs/icu-messageformat-parser": "^2.7.6",
"@formatjs/icu-messageformat-parser": "^2.7.8",
"@lit-labs/scoped-registry-mixin": "^1.0.3",
"@lit/reactive-element": "2.0.3",
"@lit/reactive-element": "2.0.4",
"@material/mwc-formfield": "^0.27.0",
"@material/mwc-icon-button": "^0.27.0",
"@material/mwc-linear-progress": "^0.27.0",
Expand All @@ -71,12 +71,12 @@
"@material/mwc-textfield": "^0.27.0",
"@mdi/js": "^7.4.47",
"@webcomponents/webcomponentsjs": "^2.8.0",
"dayjs": "^1.11.10",
"home-assistant-js-websocket": "^9.1.0",
"lit": "^3.0.2",
"dayjs": "^1.11.11",
"home-assistant-js-websocket": "^9.4.0",
"lit": "^3.1.4",
"memoize-one": "^6.0.0",
"npm": "^10.4.0",
"typescript": "^5.3.3"
"npm": "^10.8.1",
"typescript": "^5.5.2"
},
"resolutions": {
"lit": "^3.0.2",
Expand Down
Loading

0 comments on commit eaa20e9

Please sign in to comment.