Skip to content

Commit

Permalink
Updated TS and Lit packages
Browse files Browse the repository at this point in the history
  • Loading branch information
maxwroc committed Oct 22, 2023
1 parent d203905 commit f06bdbc
Show file tree
Hide file tree
Showing 2 changed files with 172 additions and 58 deletions.
224 changes: 169 additions & 55 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-typescript": "^10.0.1",
"@rollup/plugin-typescript": "^11.1.5",
"@types/jest": "^27.4.0",
"jest": "^24.9.0",
"jest-electron": "^0.1.12",
Expand All @@ -72,10 +72,10 @@
"rollup-plugin-version-injector": "^1.3.3",
"ts-jest": "^24.3.0",
"tslib": "^2.5.3",
"typescript": "^4.8.4"
"typescript": "^5.2.2"
},
"dependencies": {
"custom-card-helpers": "^1.9.0",
"lit": "^2.3.1"
"lit": "^3.0.0"
}
}

0 comments on commit f06bdbc

Please sign in to comment.