Skip to content

Commit

Permalink
Merge pull request #377 from Barma-lej/dev
Browse files Browse the repository at this point in the history
Remove cowsay, bump eslint and babel
  • Loading branch information
Barma-lej authored Jun 20, 2024
2 parents 150364c + cd9d465 commit 1444291
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "landroid-card",
"version": "1.1.1",
"version": "1.1.2",
"description": "Landroid lawnmower card for Home Assistant Lovelace UI",
"main": "dist/landroid-card.js",
"type": "module",
Expand Down Expand Up @@ -33,29 +33,28 @@
},
"homepage": "https://github.com/Barma-lej/landroid-card#readme",
"dependencies": {
"core-js": "^3.37.1",
"cowsay": "^1.6.0",
"core-js": "^3.36.1",
"custom-card-helpers": "^1.9.0",
"ha-template": "^1.2.2",
"lit": "^2.8.0",
"lodash.get": "^4.4.2",
"regenerator-runtime": "^0.14.1"
},
"devDependencies": {
"@babel/plugin-transform-runtime": "^7.24.6",
"@babel/core": "^7.24.6",
"@babel/preset-env": "^7.24.6",
"globals": "15.3.0",
"@babel/core": "^7.24.7",
"@babel/plugin-transform-runtime": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^25.0.8",
"@rollup/plugin-image": "^3.0.2",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"@semantic-release/git": "^10.0.1",
"eslint": "^9.1.1",
"eslint": "^9.5.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"globals": "15.1.0",
"husky": "^9.0.11",
"lint-staged": "^15.2.5",
"postcss": "^8.4.38",
Expand Down

0 comments on commit 1444291

Please sign in to comment.