Radish alpha
r
Radicle desktop app
Radicle
Git (anonymous pull)
Log in to clone via SSH
Fix CI breakage due to missing node types
Rūdolfs Ošiņš committed 1 year ago
commit 21f64c58922427d489f4c2c2dc9cccacf58622b8
parent d17303bedb73a53bce83822e9119cec3b75da756
2 files changed +22 -5
modified package-lock.json
@@ -18,6 +18,7 @@
        "@sveltejs/vite-plugin-svelte": "^4.0.0-next.6",
        "@tauri-apps/cli": "^2.0.0-rc.1",
        "@tsconfig/svelte": "^5.0.4",
+
        "@types/node": "^20.9.0",
        "baconjs": "^3.0.19",
        "eslint": "^9.9.1",
        "eslint-config-prettier": "^9.1.0",
@@ -1088,6 +1089,15 @@
      "integrity": "sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==",
      "dev": true
    },
+
    "node_modules/@types/node": {
+
      "version": "20.16.4",
+
      "resolved": "https://registry.npmjs.org/@types/node/-/node-20.16.4.tgz",
+
      "integrity": "sha512-ioyQ1zK9aGEomJ45zz8S8IdzElyxhvP1RVWnPrXDf6wFaUb+kk1tEcVVJkF7RPGM0VWI7cp5U57oCPIn5iN1qg==",
+
      "dev": true,
+
      "dependencies": {
+
        "undici-types": "~6.19.2"
+
      }
+
    },
    "node_modules/@typescript-eslint/eslint-plugin": {
      "version": "8.4.0",
      "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.4.0.tgz",
@@ -3049,6 +3059,12 @@
        }
      }
    },
+
    "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
+
    },
    "node_modules/uri-js": {
      "version": "4.4.1",
      "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
@@ -3065,13 +3081,13 @@
      "dev": true
    },
    "node_modules/vite": {
-
      "version": "5.4.2",
-
      "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.2.tgz",
-
      "integrity": "sha512-dDrQTRHp5C1fTFzcSaMxjk6vdpKvT+2/mIdE07Gw2ykehT49O0z/VHS3zZ8iV/Gh8BJJKHWOe5RjaNrW5xf/GA==",
+
      "version": "5.4.3",
+
      "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.3.tgz",
+
      "integrity": "sha512-IH+nl64eq9lJjFqU+/yrRnrHPVTlgy42/+IzbOdaFDVlyLgI/wDlf+FCobXLX1cT0X5+7LMyH1mIy2xJdLfo8Q==",
      "dev": true,
      "dependencies": {
        "esbuild": "^0.21.3",
-
        "postcss": "^8.4.41",
+
        "postcss": "^8.4.43",
        "rollup": "^4.20.0"
      },
      "bin": {
modified package.json
@@ -26,8 +26,9 @@
    "@sveltejs/vite-plugin-svelte": "^4.0.0-next.6",
    "@tauri-apps/cli": "^2.0.0-rc.1",
    "@tsconfig/svelte": "^5.0.4",
-
    "eslint": "^9.9.1",
+
    "@types/node": "^20.9.0",
    "baconjs": "^3.0.19",
+
    "eslint": "^9.9.1",
    "eslint-config-prettier": "^9.1.0",
    "eslint-plugin-svelte": "^2.43.0",
    "prettier": "^3.3.3",