Skip to content

Commit

Permalink
Merge pull request #62 from molikk/dependencies-update
Browse files Browse the repository at this point in the history
dependencies update
  • Loading branch information
molikk authored Aug 17, 2024
2 parents 892401e + b9f4571 commit 0648f6d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,37 +26,37 @@
"dependencies": {
"@lit-labs/scoped-registry-mixin": "^1.0.3",
"custom-card-helpers": "^1.9.0",
"lit": "^3.1.4",
"lit": "^3.2.0",
"lodash.merge": "^4.6.2"
},
"devDependencies": {
"@babel/cli": "^7.24.8",
"@babel/core": "^7.24.9",
"@babel/core": "^7.25.2",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.24.7",
"@babel/plugin-transform-template-literals": "^7.24.7",
"@babel/preset-env": "^7.24.8",
"@eslint/js": "^9.7.0",
"@babel/preset-env": "^7.25.3",
"@eslint/js": "^9.9.0",
"@rollup/plugin-babel": "^6.0.4",
"@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",
"@types/lodash.merge": "^4.6.9",
"@typescript-eslint/eslint-plugin": "^8.0.1",
"@typescript-eslint/parser": "^8.0.1",
"@typescript-eslint/eslint-plugin": "^8.1.0",
"@typescript-eslint/parser": "^8.1.0",
"babel-preset-minify": "^0.5.2",
"eslint": "^8.57.0",
"eslint": "^9.9.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"globals": "^15.8.0",
"globals": "^15.9.0",
"npm": "^10.8.2",
"prettier": "^3.3.3",
"rollup": "^4.19.0",
"rollup-plugin-serve": "^3.0.0",
"rollup": "^4.20.0",
"rollup-plugin-serve": "^1.1.1",
"rollup-plugin-typescript2": "^0.36.0",
"typescript": "^5.5.3",
"typescript-eslint": "^8.0.1"
"typescript": "^5.5.4",
"typescript-eslint": "^8.1.0"
}
}
2 changes: 1 addition & 1 deletion rollup.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export default {
output: {
file: 'dist/mlk-power-flow-card.js',
format: 'esm',
name: 'ExtendedPowerFlowCard',
name: 'MlkPowerFlowCard',
inlineDynamicImports: true,
},
watch: {
Expand Down

0 comments on commit 0648f6d

Please sign in to comment.