Skip to content

Commit

Permalink
RK-20397 - [DOB-490] fix old electron (#379)
Browse files Browse the repository at this point in the history
* fix old electron version

* bump version

* readme update
  • Loading branch information
FridmasterDyna authored Apr 7, 2024
1 parent bf15fdd commit 2fe4e6e
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 13 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<p align="center">
<a href="https://www.rookout.com/" target="_blank">
<img src="https://github.com/Rookout/docs/blob/master/website/static/img/logos/rookout_logo_horizontal.svg" alt="Rookout logo" width="460" height="100">
<img src="https://github.com/Rookout/docs/blob/master/website/static/img/logos/rookout_logo_horizontal.svg" alt="Rookout logo" width="460" height="100" />
</a>
</p>

Expand All @@ -25,7 +25,7 @@ Rookout is a data extraction and pipelining platform, which provides the ability
The Rookout desktop app ("explorook") allows you to navigate through your local projects in a simple and flexible manner. Use this app in combination with the Rookout web debugger to set non-breaking breakpoints in your source files, and to instantly apply them to live code.

<p align="center">
<img src="https://github.com/Rookout/explorook/blob/master/assets/animated-gif.gif" alt="Rookout Desktop App" width="840">
<img src="https://github.com/Rookout/explorook/blob/master/assets/animated-gif.gif" alt="Rookout Desktop App" width="840" />
</p>

- Ease of use - set up once and easily access any directory or file you choose directly from the browser. No need to manually open or refresh files and folders; no additional privileges needed.
Expand Down Expand Up @@ -63,6 +63,13 @@ If you are interested in fixing issues and contributing directly to the code bas
- Follow [@rookoutlabs](https://twitter.com/rookoutlabs) and let us know what you think!
- Read and subscribe to the [official Rookout Blog](https://www.rookout.com/blog/)

## Requirements
### Node.js
This project supports Node.js version 18 and above. Ensure that you have Node.js v18.19.30 or later installed on your system to use this project effectively.
### Operating System
While this project is designed to run on various operating systems, it does not support Windows 7 or Windows 8. We recommend using Windows 10/11, macOS, or a Linux distribution for optimal compatibility and performance.


## License

Copyright (c) Rookout LTD. All rights reserved.
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "explorook",
"version": "1.15.13",
"version": "1.16.0",
"description": "Rookout's site addon to support local files and folders",
"main": "dist/index.js",
"scripts": {
Expand Down Expand Up @@ -100,7 +100,7 @@
"aws-lambda": "^1.0.5",
"copyfiles": "^2.3.0",
"cross-env": "^5.2.0",
"electron": "22.3.12",
"electron": "26.6.10",
"electron-builder": "24.7.0",
"graphql-middleware": "6.1.28",
"node-fetch": "^2.6.7",
Expand Down
20 changes: 11 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -860,10 +860,12 @@
resolved "https://registry.yarnpkg.com/@types/node/-/node-10.17.60.tgz#35f3d6213daed95da7f0f73e75bcc6980e90597b"
integrity sha512-F0KIgDJfy2nA3zMLmWGKxcH2ZVEtCZXHHdOQs2gSaQ27+lNeEfGxzkIw90aXswATX7AZ33tahPbzy6KAfUreVw==

"@types/node@^16.11.26":
version "16.18.93"
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.18.93.tgz#ed4950d2f13afafb2baed1bd098ddf162a4c7b81"
integrity sha512-epWuohp6c0bQt0j3RYCiP9x52axHVn+CjS1Rx1VjPwF+ySg8lrigH3yXGs88XqnA+jGM2qnSMuFTsBxft+hO1Q==
"@types/node@^18.11.18":
version "18.19.30"
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.30.tgz#0b1e6f824ed7ce37ef6e56f8f0d7d0ec2847b327"
integrity sha512-453z1zPuJLVDbyahaa1sSD5C2sht6ZpHp5rgJNs+H8YGqhluCXcuOUmBYsAo0Tos0cHySJ3lVUGbGgLlqIkpyg==
dependencies:
undici-types "~5.26.4"

"@types/normalize-package-data@^2.4.0":
version "2.4.4"
Expand Down Expand Up @@ -2454,13 +2456,13 @@ [email protected]:
semver "^7.3.8"
tiny-typed-emitter "^2.1.0"

electron@22.3.12:
version "22.3.12"
resolved "https://registry.yarnpkg.com/electron/-/electron-22.3.12.tgz#caebdca261ecb56dcf559facf9152a36abfe7f66"
integrity sha512-CVjR9dp4UTm4TlwoeNnkmdnCye96giyw9Ie2VLlMUnOTJur2588zaTHpdRuE3006/gdMM9lPx2jC7uBFdadmKg==
electron@26.6.10:
version "26.6.10"
resolved "https://registry.yarnpkg.com/electron/-/electron-26.6.10.tgz#01ca7610bd662033ed3ceb70804cbf940c7e6756"
integrity sha512-pV2SD0RXzAiNRb/2yZrsVmVkBOMrf+DVsPulIgRjlL0+My9BL5spFuhHVMQO9yHl9tFpWtuRpQv0ofM/i9P8xg==
dependencies:
"@electron/get" "^2.0.0"
"@types/node" "^16.11.26"
"@types/node" "^18.11.18"
extract-zip "^2.0.1"

emoji-regex@^8.0.0:
Expand Down

0 comments on commit 2fe4e6e

Please sign in to comment.