Radish alpha
r
Radicle desktop app
Radicle
Git (anonymous pull)
Log in to clone via SSH
Bump nodejs version to next LTS
Rūdolfs Ošiņš committed 1 year ago
commit bc53d1b822072500e064f667fdf6505862f92e93
parent 46703705626c71fa43b9fe95feaa78f65beaf334
5 files changed +17 -15
modified .nvmrc
@@ -1 +1 @@
-
20.9.0

\ No newline at end of file
+
22.11.0
modified .tool-versions
@@ -1 +1 @@
-
nodejs 20.9.0
+
nodejs 22.11.0
modified README.md
@@ -6,7 +6,7 @@ This desktop application lets you interact with [Radicle][rad], a peer-to-peer c

**Prerequisites:**

-
- Recent versions of [Node.js][nod] (20.9.0 or higher) and [npm][npm] installed
+
- Recent versions of [Node.js][nod] (22.11.0 or higher) and [npm][npm] installed
- Requires the [Rust][rus] toolchain (1.77 or higher).

Also make sure to have the following [Tauri system dependencies][tau] installed.
modified package-lock.json
@@ -25,7 +25,7 @@
        "@tsconfig/svelte": "^5.0.4",
        "@types/dompurify": "^3.0.5",
        "@types/lodash": "^4.17.12",
-
        "@types/node": "^20.9.0",
+
        "@types/node": "^22.10.0",
        "@types/wait-on": "^5.3.4",
        "@wooorm/starry-night": "^3.5.0",
        "baconjs": "^3.0.19",
@@ -58,7 +58,7 @@
        "wait-on": "^8.0.1"
      },
      "engines": {
-
        "node": "20.9.0"
+
        "node": "22.11.0"
      }
    },
    "node_modules/@ampproject/remapping": {
@@ -1299,12 +1299,13 @@
      "dev": true
    },
    "node_modules/@types/node": {
-
      "version": "20.16.13",
-
      "resolved": "https://registry.npmjs.org/@types/node/-/node-20.16.13.tgz",
-
      "integrity": "sha512-GjQ7im10B0labo8ZGXDGROUl9k0BNyDgzfGpb4g/cl+4yYDWVKcozANF4FGr4/p0O/rAkQClM6Wiwkije++1Tg==",
+
      "version": "22.10.0",
+
      "resolved": "https://registry.npmjs.org/@types/node/-/node-22.10.0.tgz",
+
      "integrity": "sha512-XC70cRZVElFHfIUB40FgZOBbgJYFKKMa5nb9lxcwYstFG/Mi+/Y0bGS+rs6Dmhmkpq4pnNiLiuZAbc02YCOnmA==",
      "dev": true,
+
      "license": "MIT",
      "dependencies": {
-
        "undici-types": "~6.19.2"
+
        "undici-types": "~6.20.0"
      }
    },
    "node_modules/@types/trusted-types": {
@@ -3964,10 +3965,11 @@
      "dev": true
    },
    "node_modules/undici-types": {
-
      "version": "6.19.8",
-
      "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.19.8.tgz",
-
      "integrity": "sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==",
-
      "dev": true
+
      "version": "6.20.0",
+
      "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.20.0.tgz",
+
      "integrity": "sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==",
+
      "dev": true,
+
      "license": "MIT"
    },
    "node_modules/unicorn-magic": {
      "version": "0.3.0",
modified package.json
@@ -20,7 +20,7 @@
    "tauri": "npx tauri"
  },
  "engines": {
-
    "node": "20.9.0"
+
    "node": "22.11.0"
  },
  "license": "MIT",
  "dependencies": {
@@ -39,7 +39,7 @@
    "@tsconfig/svelte": "^5.0.4",
    "@types/dompurify": "^3.0.5",
    "@types/lodash": "^4.17.12",
-
    "@types/node": "^20.9.0",
+
    "@types/node": "^22.10.0",
    "@types/wait-on": "^5.3.4",
    "@wooorm/starry-night": "^3.5.0",
    "baconjs": "^3.0.19",