Skip to content

Commit

Permalink
Add missing tslib package dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
WesSouza committed Dec 31, 2023
1 parent d862478 commit 283c59e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

### Fixed

- Add missing tslib package dependency.

## 4.1.0 - 2023-12-30

### Added
Expand Down
4 changes: 3 additions & 1 deletion packages/lgtv-ip-control/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@
"test:watch": "vitest watch -c ../../.config/vite.config.mts",
"test": "vitest run -c ../../.config/vite.config.mts"
},
"dependencies": {
"tslib": "^2.6.2"
},
"devDependencies": {
"@rollup/plugin-typescript": "^11.1.5",
"@types/node": "^20.10.5",
Expand All @@ -35,7 +38,6 @@
"rollup": "^4.9.1",
"rollup-plugin-esbuild": "^6.1.0",
"ts-node-dev": "^2.0.0",
"tslib": "^2.6.2",
"typescript": "^5.3.3",
"vite": "^5.0.10",
"vitest": "^1.1.0"
Expand Down

0 comments on commit 283c59e

Please sign in to comment.