Skip to content

Commit

Permalink
build(deps): pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jcwillox committed Feb 12, 2023
1 parent 84995fe commit fc16587
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 43 deletions.
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,26 +20,26 @@
},
"dependencies": {
"card-tools": "github:thomasloven/lovelace-card-tools#477f3d4",
"custom-card-helpers": "^1.9.0",
"deepmerge": "^4.3.0",
"home-assistant-js-websocket": "^8.0.1",
"lit": "^2.6.1",
"vite": "^4.1.1"
"custom-card-helpers": "1.9.0",
"deepmerge": "4.3.0",
"home-assistant-js-websocket": "8.0.1",
"lit": "2.6.1",
"vite": "4.1.1"
},
"devDependencies": {
"@types/node": "^18.13.0",
"@typescript-eslint/eslint-plugin": "^5.51.0",
"@typescript-eslint/parser": "^5.51.0",
"eslint": "^8.34.0",
"eslint-config-prettier": "^8.6.0",
"eslint-import-resolver-typescript": "^3.5.3",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-only-warn": "^1.1.0",
"eslint-plugin-prettier": "^4.2.1",
"husky": "^8.0.3",
"lint-staged": "^13.1.1",
"prettier": "^2.8.4",
"typescript": "^4.9.5"
"@types/node": "18.13.0",
"@typescript-eslint/eslint-plugin": "5.51.0",
"@typescript-eslint/parser": "5.51.0",
"eslint": "8.34.0",
"eslint-config-prettier": "8.6.0",
"eslint-import-resolver-typescript": "3.5.3",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-only-warn": "1.1.0",
"eslint-plugin-prettier": "4.2.1",
"husky": "8.0.3",
"lint-staged": "13.1.1",
"prettier": "2.8.4",
"typescript": "4.9.5"
},
"packageManager": "pnpm@7.27.0",
"engines": {
Expand Down
44 changes: 19 additions & 25 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 fc16587

Please sign in to comment.