matrix-art.meta

Issues/PRs archive for MTRNord/matrix-art
git clone git://archive.git.mtrnord.blog/MTRNord/matrix-art.meta.git
Log | Files | Refs

405.diff (3121B)


      1 diff --git a/package-lock.json b/package-lock.json
      2 index 9f8e6a0..7d95faa 100644
      3 --- a/package-lock.json
      4 +++ b/package-lock.json
      5 @@ -34,7 +34,7 @@
      6          "@typescript-eslint/eslint-plugin": "^5.48.2",
      7          "@typescript-eslint/parser": "^5.48.2",
      8          "@vitejs/plugin-react-swc": "^3.0.1",
      9 -        "@vitest/ui": "^0.27.3",
     10 +        "@vitest/ui": "^0.29.8",
     11          "autoprefixer": "^10.4.13",
     12          "eslint": "^8.32.0",
     13          "eslint-plugin-tailwindcss": "^3.8.0",
     14 @@ -1573,16 +1573,24 @@
     15        }
     16      },
     17      "node_modules/@vitest/ui": {
     18 -      "version": "0.27.3",
     19 -      "resolved": "https://registry.npmjs.org/@vitest/ui/-/ui-0.27.3.tgz",
     20 -      "integrity": "sha512-paqgFZHZ6zjrH4WUv4cjnscU6AHj9GC/Rj7ZD1mfV2Ihd6S04UZI11TMGYGK4sz1hqxlRgmQiONJfAM7tQiF/w==",
     21 +      "version": "0.29.8",
     22 +      "resolved": "https://registry.npmjs.org/@vitest/ui/-/ui-0.29.8.tgz",
     23 +      "integrity": "sha512-+vbLd+c1R/XUWfzJsWeyjeiw13fwJ95I5tguxaqXRg61y9iYUKesVljg7Pttp2uo7VK+kAjvY91J41NZ1Vx3vg==",
     24        "dev": true,
     25        "dependencies": {
     26          "fast-glob": "^3.2.12",
     27          "flatted": "^3.2.7",
     28 +        "pathe": "^1.1.0",
     29 +        "picocolors": "^1.0.0",
     30          "sirv": "^2.0.2"
     31        }
     32      },
     33 +    "node_modules/@vitest/ui/node_modules/pathe": {
     34 +      "version": "1.1.0",
     35 +      "resolved": "https://registry.npmjs.org/pathe/-/pathe-1.1.0.tgz",
     36 +      "integrity": "sha512-ODbEPR0KKHqECXW1GoxdDb+AZvULmXjVPy4rt+pGo2+TnjJTIPJQSVS6N63n8T2Ip+syHhbn52OewKicV0373w==",
     37 +      "dev": true
     38 +    },
     39      "node_modules/abab": {
     40        "version": "2.0.6",
     41        "resolved": "https://registry.npmjs.org/abab/-/abab-2.0.6.tgz",
     42 @@ -8093,14 +8101,24 @@
     43        }
     44      },
     45      "@vitest/ui": {
     46 -      "version": "0.27.3",
     47 -      "resolved": "https://registry.npmjs.org/@vitest/ui/-/ui-0.27.3.tgz",
     48 -      "integrity": "sha512-paqgFZHZ6zjrH4WUv4cjnscU6AHj9GC/Rj7ZD1mfV2Ihd6S04UZI11TMGYGK4sz1hqxlRgmQiONJfAM7tQiF/w==",
     49 +      "version": "0.29.8",
     50 +      "resolved": "https://registry.npmjs.org/@vitest/ui/-/ui-0.29.8.tgz",
     51 +      "integrity": "sha512-+vbLd+c1R/XUWfzJsWeyjeiw13fwJ95I5tguxaqXRg61y9iYUKesVljg7Pttp2uo7VK+kAjvY91J41NZ1Vx3vg==",
     52        "dev": true,
     53        "requires": {
     54          "fast-glob": "^3.2.12",
     55          "flatted": "^3.2.7",
     56 +        "pathe": "^1.1.0",
     57 +        "picocolors": "^1.0.0",
     58          "sirv": "^2.0.2"
     59 +      },
     60 +      "dependencies": {
     61 +        "pathe": {
     62 +          "version": "1.1.0",
     63 +          "resolved": "https://registry.npmjs.org/pathe/-/pathe-1.1.0.tgz",
     64 +          "integrity": "sha512-ODbEPR0KKHqECXW1GoxdDb+AZvULmXjVPy4rt+pGo2+TnjJTIPJQSVS6N63n8T2Ip+syHhbn52OewKicV0373w==",
     65 +          "dev": true
     66 +        }
     67        }
     68      },
     69      "abab": {
     70 diff --git a/package.json b/package.json
     71 index da65691..8d80062 100644
     72 --- a/package.json
     73 +++ b/package.json
     74 @@ -39,7 +39,7 @@
     75      "@typescript-eslint/eslint-plugin": "^5.48.2",
     76      "@typescript-eslint/parser": "^5.48.2",
     77      "@vitejs/plugin-react-swc": "^3.0.1",
     78 -    "@vitest/ui": "^0.27.3",
     79 +    "@vitest/ui": "^0.29.8",
     80      "autoprefixer": "^10.4.13",
     81      "eslint": "^8.32.0",
     82      "eslint-plugin-tailwindcss": "^3.8.0",