Skip to content

Commit

Permalink
sync branch
Browse files Browse the repository at this point in the history
  • Loading branch information
EdiBOI25 committed Jan 27, 2024
1 parent c8cd9f6 commit 6bae1aa
Show file tree
Hide file tree
Showing 11 changed files with 920 additions and 332 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ body:
required: true
- type: dropdown
attributes:
label: What arch are you using?
label: What CPU architecture are you using?
options:
- x64
- ia32
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ body:
- type: textarea
attributes:
label: Problem Description
description: Please add a clear and concise description of the problem you are seeking to solve with this feature request.
description: A clear and concise description of the problem you are seeking to solve with this feature request.
validations:
required: true
- type: textarea
Expand All @@ -33,6 +33,6 @@ body:
- type: textarea
attributes:
label: Additional Information
description: Add any other context about the problem here.
description: Any other context about the problem.
validations:
required: false
2 changes: 1 addition & 1 deletion .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
- name: "Checkout Repository"
uses: actions/checkout@v4
- name: "Dependency Review"
uses: actions/dependency-review-action@v3
uses: actions/dependency-review-action@v4
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
"@cliqz/adblocker-electron": "1.26.12",
"@cliqz/adblocker-electron-preload": "1.26.12",
"@electron-toolkit/tsconfig": "1.0.1",
"@electron/remote": "2.1.1",
"@electron/remote": "2.1.2",
"@ffmpeg.wasm/core-mt": "0.12.0",
"@ffmpeg.wasm/main": "0.12.0",
"@foobar404/wave": "2.0.5",
Expand All @@ -166,7 +166,7 @@
"filenamify": "6.0.0",
"howler": "2.2.4",
"html-to-text": "9.0.5",
"i18next": "23.7.16",
"i18next": "23.7.20",
"keyboardevent-from-electron-accelerator": "2.0.0",
"keyboardevents-areequal": "0.2.2",
"node-html-parser": "6.1.12",
Expand All @@ -181,36 +181,36 @@
"youtubei.js": "8.1.0"
},
"devDependencies": {
"@playwright/test": "1.41.0-alpha-jan-5-2024",
"@playwright/test": "1.41.1",
"@total-typescript/ts-reset": "0.5.1",
"@types/color": "3.0.6",
"@types/electron-localshortcut": "3.1.3",
"@types/howler": "2.2.11",
"@types/html-to-text": "9.0.4",
"@types/semver": "7.5.6",
"@typescript-eslint/eslint-plugin": "6.17.0",
"@typescript-eslint/eslint-plugin": "6.19.1",
"bufferutil": "4.0.8",
"builtin-modules": "3.3.0",
"cross-env": "7.0.3",
"del-cli": "5.1.0",
"electron": "29.0.0-alpha.7",
"electron": "29.0.0-beta.3",
"electron-builder": "24.9.1",
"electron-devtools-installer": "3.2.0",
"electron-vite": "2.0.0-beta.3",
"esbuild": "0.19.11",
"electron-vite": "2.0.0",
"esbuild": "0.19.12",
"eslint": "8.56.0",
"eslint-import-resolver-exports": "1.0.0-beta.5",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-prettier": "5.1.2",
"glob": "10.3.10",
"node-gyp": "10.0.1",
"playwright": "1.41.0-alpha-jan-5-2024",
"rollup": "4.9.3",
"playwright": "1.41.1",
"rollup": "4.9.6",
"typescript": "5.3.3",
"utf-8-validate": "6.0.3",
"vite": "5.0.11",
"vite-plugin-inspect": "0.8.1",
"vite": "5.0.12",
"vite-plugin-inspect": "0.8.3",
"vite-plugin-resolve": "2.5.1",
"ws": "8.16.0"
},
Expand All @@ -220,5 +220,5 @@
"unreleased": true,
"output": "changelog.md"
},
"packageManager": "[email protected].0"
"packageManager": "[email protected].3"
}
Loading

0 comments on commit 6bae1aa

Please sign in to comment.