diff --git a/README.md b/README.md index f9dc115..1dcb955 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@

-Rookout logo + Rookout logo

@@ -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.

- Rookout Desktop App + Rookout Desktop App

- 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. @@ -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. diff --git a/package.json b/package.json index f696d05..19a1a00 100644 --- a/package.json +++ b/package.json @@ -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": { @@ -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", diff --git a/yarn.lock b/yarn.lock index ceb6a39..6c857f1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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" @@ -2454,13 +2456,13 @@ electron-updater@6.1.5: 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: