Skip to content

Commit

Permalink
Update dependencies (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
WesSouza authored Sep 20, 2024
1 parent 0f3d9ce commit c38e7ce
Show file tree
Hide file tree
Showing 4 changed files with 975 additions and 706 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
"@typescript-eslint/parser": "^6.15.0",
"eslint": "^8.56.0",
"import-sort-style-wes": "^3.0.2",
"prettier": "3.1.1",
"prettier": "3.3.3",
"prettier-plugin-import-sort": "^0.0.7",
"typescript": "^5.3.3"
"typescript": "^5.6.2"
},
"importSort": {
".js, .jsx": {
Expand All @@ -39,4 +39,4 @@
"style": "wes"
}
}
}
}
12 changes: 6 additions & 6 deletions packages/lgtv-ip-control-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,18 +37,18 @@
"lgtv-ip-control": "4.2.0"
},
"devDependencies": {
"@rollup/plugin-typescript": "^11.1.5",
"@rollup/plugin-typescript": "^11.1.6",
"@types/node": "^20.10.5",
"@vitest/coverage-v8": "^1.1.0",
"@vitest/ui": "^1.1.0",
"esbuild": "^0.19.10",
"pkg": "^5.8.0",
"rollup": "^4.9.1",
"rollup-plugin-esbuild": "^6.1.0",
"rollup": "^4.22.2",
"rollup-plugin-esbuild": "^6.1.1",
"ts-node-dev": "^2.0.0",
"tslib": "^2.6.2",
"typescript": "^5.3.3",
"vite": "^5.0.12",
"tslib": "^2.7.0",
"typescript": "^5.6.2",
"vite": "^5.4.6",
"vitest": "^1.1.0"
},
"pkg": {
Expand Down
12 changes: 6 additions & 6 deletions packages/lgtv-ip-control/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,19 +27,19 @@
"test": "vitest run -c ../../.config/vite.config.mts"
},
"dependencies": {
"tslib": "^2.6.2"
"tslib": "^2.7.0"
},
"devDependencies": {
"@rollup/plugin-typescript": "^11.1.5",
"@rollup/plugin-typescript": "^11.1.6",
"@types/node": "^20.10.5",
"@vitest/coverage-v8": "^1.1.0",
"@vitest/ui": "^1.1.0",
"esbuild": "^0.19.10",
"rollup": "^4.9.1",
"rollup-plugin-esbuild": "^6.1.0",
"rollup": "^4.22.2",
"rollup-plugin-esbuild": "^6.1.1",
"ts-node-dev": "^2.0.0",
"typescript": "^5.3.3",
"vite": "^5.0.12",
"typescript": "^5.6.2",
"vite": "^5.4.6",
"vitest": "^1.1.0"
},
"importSort": {
Expand Down
Loading

0 comments on commit c38e7ce

Please sign in to comment.