Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[chore] update dependencies #476

Merged
merged 2 commits into from
Oct 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

- Nothing worth mentioning yet.

## [0.29.0] - 2024-10-18

### Added
Expand Down
53 changes: 27 additions & 26 deletions package-lock.json

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

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
"version": "0.29.0",
"description": "Unofficial YouTube client for Roku",
"devDependencies": {
"@rokucommunity/bslint": "^0.8.25",
"@rokucommunity/bslint": "^0.8.26",
"@types/crypto-js": "^4.2.2",
"@types/fs-extra": "^11.0.4",
"@types/node": "^22.7.5",
"@types/node": "^22.7.6",
"@types/xml2js": "^0.4.14",
"argparse": "^2.0.1",
"brighterscript": "0.67.7",
"brighterscript-formatter": "^1.7.5",
"brighterscript": "0.67.8",
"brighterscript-formatter": "^1.7.6",
"convert-svg-to-png": "^0.6.4",
"cross-fetch": "^4.0.0",
"crypto-js": "^4.2.0",
Expand All @@ -22,15 +22,15 @@
"ip": "^2.0.1",
"json5": "^2.2.3",
"mailparser": "^3.7.1",
"roku-deploy": "^3.12.1",
"roku-deploy": "^3.12.2",
"rooibos-roku": "5.14.0",
"rounded-rect-9patch": "^1.0.1",
"semver": "^7.6.3",
"shelljs": "^0.8.5",
"ts-node": "^10.9.2",
"typescript": "5.6.3",
"xml2js": "^0.6.2",
"yaml": "^2.5.1"
"yaml": "^2.6.0"
},
"engines": {
"node": "20"
Expand Down
32 changes: 16 additions & 16 deletions playlet-web/package-lock.json

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

8 changes: 4 additions & 4 deletions playlet-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
"svelte": "^4.2.19",
"svelte-check": "^4.0.5",
"svelte-preprocess": "^6.0.3",
"tailwindcss": "^3.4.13",
"terser": "^5.34.1",
"tslib": "^2.7.0",
"tailwindcss": "^3.4.14",
"terser": "^5.36.0",
"tslib": "^2.8.0",
"typescript": "^5.6.3",
"vite": "^5.4.8",
"vite": "^5.4.9",
"vite-tsconfig-paths": "^5.0.1"
},
"dependencies": {
Expand Down
Loading