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

28.diff (2346B)


      1 diff --git a/package-lock.json b/package-lock.json
      2 index d2d54bb..c2a1f35 100644
      3 --- a/package-lock.json
      4 +++ b/package-lock.json
      5 @@ -39,7 +39,7 @@
      6          "eslint-plugin-jsx-a11y": "6.5.1",
      7          "eslint-plugin-unicorn": "40.1.0",
      8          "postcss": "8.4.5",
      9 -        "tailwindcss": "3.0.16",
     10 +        "tailwindcss": "3.0.17",
     11          "typescript": "4.5.5"
     12        },
     13        "engines": {
     14 @@ -6994,14 +6994,14 @@
     15        }
     16      },
     17      "node_modules/tailwindcss": {
     18 -      "version": "3.0.16",
     19 -      "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.0.16.tgz",
     20 -      "integrity": "sha512-1L8E5Wr+o1c4kxxObNz2owJe94a7BLEMV+2Lz6wzprJdcs3ENSRR9t4OZf2OqtRNS/q/zFPuOKoLtQoy3Lrhhw==",
     21 +      "version": "3.0.17",
     22 +      "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.0.17.tgz",
     23 +      "integrity": "sha512-OiHUsmOKQQEg/ocXaLIjk/kOz8EK2jF6iPuc1bQ4NsmhYl7sk70UDsGV02AJvBAAiJhinPCkDR8egT9qY+ulCw==",
     24        "dev": true,
     25        "dependencies": {
     26          "arg": "^5.0.1",
     27          "chalk": "^4.1.2",
     28 -        "chokidar": "^3.5.2",
     29 +        "chokidar": "^3.5.3",
     30          "color-name": "^1.1.4",
     31          "cosmiconfig": "^7.0.1",
     32          "detective": "^5.2.0",
     33 @@ -12741,14 +12741,14 @@
     34        "dev": true
     35      },
     36      "tailwindcss": {
     37 -      "version": "3.0.16",
     38 -      "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.0.16.tgz",
     39 -      "integrity": "sha512-1L8E5Wr+o1c4kxxObNz2owJe94a7BLEMV+2Lz6wzprJdcs3ENSRR9t4OZf2OqtRNS/q/zFPuOKoLtQoy3Lrhhw==",
     40 +      "version": "3.0.17",
     41 +      "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.0.17.tgz",
     42 +      "integrity": "sha512-OiHUsmOKQQEg/ocXaLIjk/kOz8EK2jF6iPuc1bQ4NsmhYl7sk70UDsGV02AJvBAAiJhinPCkDR8egT9qY+ulCw==",
     43        "dev": true,
     44        "requires": {
     45          "arg": "^5.0.1",
     46          "chalk": "^4.1.2",
     47 -        "chokidar": "^3.5.2",
     48 +        "chokidar": "^3.5.3",
     49          "color-name": "^1.1.4",
     50          "cosmiconfig": "^7.0.1",
     51          "detective": "^5.2.0",
     52 diff --git a/package.json b/package.json
     53 index 6ae9f1a..fb92868 100644
     54 --- a/package.json
     55 +++ b/package.json
     56 @@ -50,7 +50,7 @@
     57      "eslint-plugin-jsx-a11y": "6.5.1",
     58      "eslint-plugin-unicorn": "40.1.0",
     59      "postcss": "8.4.5",
     60 -    "tailwindcss": "3.0.16",
     61 +    "tailwindcss": "3.0.17",
     62      "typescript": "4.5.5"
     63    },
     64    "optionalDependencies": {