Bump version & deps

This commit is contained in:
younesaassila 2024-07-10 11:54:39 +02:00
parent dda7abb2bb
commit f1531d0b7d
2 changed files with 234 additions and 1340 deletions

1564
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{
"name": "ttv-lol-pro",
"version": "2.3.7",
"version": "2.3.8",
"description": "TTV LOL PRO removes most livestream ads from Twitch.",
"@parcel/bundler-default": {
"minBundles": 10000000,
@ -48,19 +48,19 @@
},
"devDependencies": {
"@parcel/config-webextension": "^2.12.0",
"@types/chrome": "^0.0.267",
"@types/chrome": "^0.0.268",
"@types/ip": "^1.1.3",
"@types/webextension-polyfill": "^0.10.7",
"buffer": "^6.0.3",
"os-browserify": "^0.3.0",
"parcel": "^2.12.0",
"postcss": "^8.4.38",
"postcss": "^8.4.39",
"prettier": "2.8.8",
"prettier-plugin-css-order": "^1.3.1",
"prettier-plugin-organize-imports": "^3.2.4",
"shx": "^0.3.4",
"typescript": "^5.4.5",
"webextension-polyfill": "^0.11.0"
"typescript": "^5.5.3",
"webextension-polyfill": "^0.12.0"
},
"private": true
}