woodpecker: 1.0.2 -> 1.0.3
This commit is contained in:
parent
8bb32a398c
commit
72b7fe23d4
3 changed files with 16 additions and 15 deletions
|
@ -1,9 +1,9 @@
|
|||
{ lib, fetchFromGitHub }:
|
||||
let
|
||||
version = "1.0.2";
|
||||
srcHash = "sha256-OeOKR9lTGXU2qumyXq3s/CI56IX4XiI/ZTRHNoY6MEI=";
|
||||
vendorHash = "sha256-+2wQKNyCb9xtB1TeE1/oSMEvKoXVX9ARZxsNqE2rfrg=";
|
||||
yarnHash = "sha256-QNeQwWU36A05zaARWmqEOhfyZRW68OgF4wTonQLYQfs=";
|
||||
version = "1.0.3";
|
||||
srcHash = "sha256-P1ODGxHkrh8o+RMxxu7OCuHkShfLyQcF9KVNYw45T5A=";
|
||||
vendorHash = "sha256-j2C66oTv0RY8VGDEivrj/p2PtGAhrDhi9oBvNXATurI=";
|
||||
yarnHash = "sha256-TrcTc5svLLSedRC8gCwIBW7/mtHo+uSNZGImtRiVJ0w=";
|
||||
in
|
||||
{
|
||||
inherit version yarnHash vendorHash;
|
||||
|
|
|
@ -70,7 +70,8 @@
|
|||
},
|
||||
"pnpm": {
|
||||
"overrides": {
|
||||
"semver@<7.5.2": ">=7.5.2"
|
||||
"semver@<7.5.2": ">=7.5.2",
|
||||
"postcss@<8.4.31": ">=8.4.31"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -784,7 +784,7 @@
|
|||
"@vue/shared" "3.3.4"
|
||||
"estree-walker" "2.0.2"
|
||||
"magic-string" "0.30.0"
|
||||
"postcss" "8.4.24"
|
||||
"postcss" "8.4.31"
|
||||
"source-map-js" "1.0.2"
|
||||
|
||||
"@vue/compiler-ssr@3.3.4":
|
||||
|
@ -1548,7 +1548,7 @@
|
|||
"eslint" "8.44.0"
|
||||
"eslint-utils" "3.0.0"
|
||||
"lodash" "4.17.21"
|
||||
"postcss" "8.4.24"
|
||||
"postcss" "8.4.31"
|
||||
"postcss-safe-parser" "6.0.0"
|
||||
"postcss-scss" "4.0.6"
|
||||
"postcss-selector-parser" "6.0.13"
|
||||
|
@ -2583,14 +2583,14 @@
|
|||
resolved "https://registry.npmjs.org/postcss-safe-parser/-/postcss-safe-parser-6.0.0.tgz"
|
||||
integrity "sha512-FARHN8pwH+WiS2OPCxJI8FuRJpTVnn6ZNFiqAM2aeW2LwTHWWmWgIyKC6cUo0L8aeKiF/14MNvnpls6R2PBeMQ=="
|
||||
dependencies:
|
||||
"postcss" "8.4.24"
|
||||
"postcss" "8.4.31"
|
||||
|
||||
"postcss-scss@4.0.6":
|
||||
version "4.0.6"
|
||||
resolved "https://registry.npmjs.org/postcss-scss/-/postcss-scss-4.0.6.tgz"
|
||||
integrity "sha512-rLDPhJY4z/i4nVFZ27j9GqLxj1pwxE80eAzUNRMXtcpipFYIeowerzBgG3yJhMtObGEXidtIgbUpQ3eLDsf5OQ=="
|
||||
dependencies:
|
||||
"postcss" "8.4.24"
|
||||
"postcss" "8.4.31"
|
||||
|
||||
"postcss-selector-parser@6.0.13":
|
||||
version "6.0.13"
|
||||
|
@ -2608,13 +2608,13 @@
|
|||
"debug" "4.3.4"
|
||||
"fast-diff" "1.3.0"
|
||||
"lodash.sortedlastindex" "4.1.0"
|
||||
"postcss" "8.4.24"
|
||||
"postcss" "8.4.31"
|
||||
"stylus" "0.57.0"
|
||||
|
||||
"postcss@8.4.24":
|
||||
version "8.4.24"
|
||||
resolved "https://registry.npmjs.org/postcss/-/postcss-8.4.24.tgz"
|
||||
integrity "sha512-M0RzbcI0sO/XJNucsGjvWU9ERWxb/ytp1w6dKtxTKgixdtQDq4rmx/g8W1hnaheq9jgwL/oyEdH5Bc4WwJKMqg=="
|
||||
"postcss@8.4.31":
|
||||
version "8.4.31"
|
||||
resolved "https://registry.npmjs.org/postcss/-/postcss-8.4.31.tgz"
|
||||
integrity "sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ=="
|
||||
dependencies:
|
||||
"nanoid" "3.3.6"
|
||||
"picocolors" "1.0.0"
|
||||
|
@ -3055,7 +3055,7 @@
|
|||
dependencies:
|
||||
"@types/node" "18.16.19"
|
||||
"esbuild" "0.17.19"
|
||||
"postcss" "8.4.24"
|
||||
"postcss" "8.4.31"
|
||||
"rollup" "3.26.0"
|
||||
|
||||
"vue-demi@0.14.5":
|
||||
|
|
Loading…
Reference in a new issue