Skip to content

Commit

Permalink
Merge 8d4a27c into 0e24b88
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed May 16, 2024
2 parents 0e24b88 + 8d4a27c commit 8495cd7
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 69 deletions.
14 changes: 0 additions & 14 deletions .husky/pre-commit

This file was deleted.

2 changes: 1 addition & 1 deletion .playwright_docker_version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.43.1-jammy
v1.44.0-jammy
12 changes: 5 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,24 +24,22 @@
"coverage:report": "nyc report --reporter=lcov --reporter=text-summary",
"reset:ha": "git add .hass/config/.HA_VERSION && git checkout .hass/config",
"preinstall": "npx -y only-allow pnpm",
"husky:setup": "husky",
"prepare": "pnpm build && pnpm husky:setup",
"prepare": "pnpm build",
"prepublishOnly": "pnpm test:ts",
"version": "git add .",
"postversion": "git push && git push --tags"
},
"devDependencies": {
"@playwright/test": "^1.43.1",
"@playwright/test": "^1.44.0",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"@stylistic/eslint-plugin-js": "^1.8.0",
"@stylistic/eslint-plugin-js": "^2.1.0",
"@types/hammerjs": "^2.0.45",
"@types/js-yaml": "^4.0.9",
"@types/node": "^20.12.8",
"dotenv-cli": "^7.4.1",
"@types/node": "^20.12.11",
"dotenv-cli": "^7.4.2",
"eslint": "^9.2.0",
"husky": "^9.0.11",
"nyc": "^15.1.0",
"playwright-test-coverage": "^1.2.12",
"rollup": "^4.17.2",
Expand Down
75 changes: 28 additions & 47 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8495cd7

Please sign in to comment.