Skip to content

Commit

Permalink
Upgraded packages
Browse files Browse the repository at this point in the history
  • Loading branch information
avi12 committed Mar 13, 2023
1 parent 7ff4629 commit 0b54312
Show file tree
Hide file tree
Showing 2 changed files with 397 additions and 689 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "twitch-cp-bonus-collector",
"displayName": "Twitch Channel Points Bonus Collector",
"version": "2.0.5",
"version": "2.0.6",
"description": "Auto-clicks the Channel Points bonus button when it appears.",
"author": "avi12",
"homepage": "https://avi12.com/twitch-cp-bonus-collector",
Expand All @@ -23,18 +23,18 @@
"run-opera:windows": "pnpm run-chromium --chromium-binary \"%LocalAppData%\\Programs\\Opera\\opera.exe\""
},
"dependencies": {
"plasmo": "0.65.1"
"plasmo": "0.67.3"
},
"devDependencies": {
"@plasmohq/prettier-plugin-sort-imports": "3.6.3",
"@types/chrome": "0.0.210",
"@types/node": "18.11.18",
"@typescript-eslint/eslint-plugin": "^5.54.1",
"@typescript-eslint/parser": "^5.54.1",
"eslint": "^8.35.0",
"@types/chrome": "0.0.222",
"@types/node": "18.15.2",
"@typescript-eslint/eslint-plugin": "^5.55.0",
"@typescript-eslint/parser": "^5.55.0",
"eslint": "^8.36.0",
"eslint-config-avi12": "github:avi12/eslint-config-avi12",
"prettier": "2.8.3",
"typescript": "4.9.4",
"prettier": "2.8.4",
"typescript": "4.9.5",
"web-ext": "^7.5.0",
"zip-self": "^0.5.6"
},
Expand Down
Loading

0 comments on commit 0b54312

Please sign in to comment.