Skip to content

Commit

Permalink
Update dependency @visual-framework/vf-core to v2.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 27, 2020
1 parent 579cc20 commit ae65215
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 43 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@visual-framework/vf-code-example": "1.1.0",
"@visual-framework/vf-config": "1.0.0-alpha.2",
"@visual-framework/vf-content": "1.3.0",
"@visual-framework/vf-core": "2.2.8",
"@visual-framework/vf-core": "2.2.9",
"@visual-framework/vf-design-tokens": "2.0.0",
"@visual-framework/vf-divider": "2.0.0",
"@visual-framework/vf-extensions": "1.0.0-alpha.9",
Expand Down
70 changes: 28 additions & 42 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1119,10 +1119,10 @@
resolved "https://registry.yarnpkg.com/@visual-framework/vf-code-example/-/vf-code-example-1.1.0.tgz#bd93d96495c5a2514fb1eed9992251b66b4823f4"
integrity sha512-DDdlLAvfzfbUNxOkF4d91I60xcn062tAokEi6D1taQFTOm49IXfTnpn12BgwC5O3nOJNezJDcBoytQrY8J32jw==

"@visual-framework/vf-component-generator@^1.0.3":
version "1.0.3"
resolved "https://registry.yarnpkg.com/@visual-framework/vf-component-generator/-/vf-component-generator-1.0.3.tgz#9c3e5281af916cad4aa0967c0ff406bd075e64b0"
integrity sha512-QR1RUHFZxpRIwcJ27h2UEr/Rd0+Xtm1XtzbGugPWlZZLpi9dH2YHvUcyAiLGu59D0mbn1lNYASbE/kyPVnfOTA==
"@visual-framework/vf-component-generator@^1.0.4":
version "1.0.4"
resolved "https://registry.yarnpkg.com/@visual-framework/vf-component-generator/-/vf-component-generator-1.0.4.tgz#0a3dc79b18f9ca7f3b8a857e29245de80fa3d062"
integrity sha512-hqJ+QK+rZMRyinmRhur97BG9pdTeWTN5kPqcKHnU0MYj0jgpnnWSnibMRPNSOiH3PSlGs09Az82S4Hkmi83Prw==
dependencies:
gulp-shell "^0.8.0"
yeoman-generator "^4.2.0"
Expand Down Expand Up @@ -1158,17 +1158,17 @@
"@visual-framework/vf-list" "^1.0.0"
"@visual-framework/vf-text" "^1.0.2"

"@visual-framework/[email protected].8":
version "2.2.8"
resolved "https://registry.yarnpkg.com/@visual-framework/vf-core/-/vf-core-2.2.8.tgz#a84d0365bba713d81b3747651d95965bfe9f0995"
integrity sha512-skcD9LU2XzbJ3HgSbZoktvgqnJJr9LBOhOxd6pjsk7TSwWspqrMVGhfuCgkjx11ndO867WcvrPxRxNK96/Cgmg==
"@visual-framework/[email protected].9":
version "2.2.9"
resolved "https://registry.yarnpkg.com/@visual-framework/vf-core/-/vf-core-2.2.9.tgz#df603dc34d5787340ab6251cc413682925300559"
integrity sha512-IPkyvawF87XBx1MYwC8XYh+2gEWHfwD5dXqkXBrkd1x6wcQXkNxLWXOqEAvielFgV6uPkyOx1WJeDVSTkkNLYQ==
dependencies:
"@visual-framework/vf-component-generator" "^1.0.3"
"@visual-framework/vf-component-generator" "^1.0.4"
"@visual-framework/vf-component-initialization" "^1.0.1"
"@visual-framework/vf-frctl-extensions" "^1.0.0-alpha.2"
"@visual-framework/vf-sass-compilation" "^1.0.2"
chalk "^4.0.0"
del "^5.0.0"
del "^6.0.0"
fast-glob "^3.1.0"
gulp "^4.0.2"
gulp-watch "^5.0.1"
Expand Down Expand Up @@ -3310,18 +3310,18 @@ defined@^1.0.0:
resolved "https://registry.yarnpkg.com/defined/-/defined-1.0.0.tgz#c98d9bcef75674188e110969151199e39b1fa693"
integrity sha1-yY2bzvdWdBiOEQlpFRGZ45sfppM=

del@^5.0.0:
version "5.1.0"
resolved "https://registry.yarnpkg.com/del/-/del-5.1.0.tgz#d9487c94e367410e6eff2925ee58c0c84a75b3a7"
integrity sha512-wH9xOVHnczo9jN2IW68BabcecVPxacIA3g/7z6vhSU/4stOKQzeCRK0yD0A24WiAAUJmmVpWqrERcTxnLo3AnA==
del@^6.0.0:
version "6.0.0"
resolved "https://registry.yarnpkg.com/del/-/del-6.0.0.tgz#0b40d0332cea743f1614f818be4feb717714c952"
integrity sha512-1shh9DQ23L16oXSZKB2JxpL7iMy2E0S9d517ptA1P8iw0alkPtQcrKH7ru31rYtKwF499HkTu+DRzq3TCKDFRQ==
dependencies:
globby "^10.0.1"
graceful-fs "^4.2.2"
globby "^11.0.1"
graceful-fs "^4.2.4"
is-glob "^4.0.1"
is-path-cwd "^2.2.0"
is-path-inside "^3.0.1"
p-map "^3.0.0"
rimraf "^3.0.0"
is-path-inside "^3.0.2"
p-map "^4.0.0"
rimraf "^3.0.2"
slash "^3.0.0"

delayed-stream@~1.0.0:
Expand Down Expand Up @@ -4315,7 +4315,7 @@ fast-glob@^2.0.2, fast-glob@^2.2.6:
merge2 "^1.2.3"
micromatch "^3.1.10"

fast-glob@^3.0.3, fast-glob@^3.1.0, fast-glob@^3.1.1, fast-glob@^3.2.4:
fast-glob@^3.1.0, fast-glob@^3.1.1, fast-glob@^3.2.4:
version "3.2.4"
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.4.tgz#d20aefbf99579383e7f3cc66529158c9b98554d3"
integrity sha512-kr/Oo6PX51265qeuCYsyGypiO5uJFgBS0jksyG7FUeCyQzNwYnzrNIMR1NXfkZXsMYXYLRAHgISHBz8gQcxKHQ==
Expand Down Expand Up @@ -4990,20 +4990,6 @@ globals@^9.2.0:
resolved "https://registry.yarnpkg.com/globals/-/globals-9.18.0.tgz#aa3896b3e69b487f17e31ed2143d69a8e30c2d8a"
integrity sha512-S0nG3CLEQiY/ILxqtztTWH/3iRRdyBLw6KMDxnKMchrtbj2OFmehVh0WUCfW3DUrIgx/qFrJPICrq4Z4sTR9UQ==

globby@^10.0.1:
version "10.0.2"
resolved "https://registry.yarnpkg.com/globby/-/globby-10.0.2.tgz#277593e745acaa4646c3ab411289ec47a0392543"
integrity sha512-7dUi7RvCoT/xast/o/dLN53oqND4yk0nsHkhRgn9w65C4PofCLOoJ39iSOg+qVDdWQPIEj+eszMHQ+aLVwwQSg==
dependencies:
"@types/glob" "^7.1.1"
array-union "^2.1.0"
dir-glob "^3.0.1"
fast-glob "^3.0.3"
glob "^7.1.3"
ignore "^5.1.1"
merge2 "^1.2.3"
slash "^3.0.0"

globby@^11.0.1:
version "11.0.1"
resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.1.tgz#9a2bf107a068f3ffeabc49ad702c79ede8cfd357"
Expand Down Expand Up @@ -5118,7 +5104,7 @@ got@^6.2.0, got@^6.7.1:
unzip-response "^2.0.1"
url-parse-lax "^1.0.0"

[email protected], graceful-fs@^4.0.0, graceful-fs@^4.1.11, graceful-fs@^4.1.2, graceful-fs@^4.1.6, graceful-fs@^4.1.9, graceful-fs@^4.2.0, graceful-fs@^4.2.2:
[email protected], graceful-fs@^4.0.0, graceful-fs@^4.1.11, graceful-fs@^4.1.2, graceful-fs@^4.1.6, graceful-fs@^4.1.9, graceful-fs@^4.2.0, graceful-fs@^4.2.4:
version "4.2.4"
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.4.tgz#2256bde14d3632958c465ebc96dc467ca07a29fb"
integrity sha512-WjKPNJF79dtJAVniUlGGWHYGz2jWxT6VhN/4m1NdkbZ2nOsEF+cI1Edgql5zCRhs/VsQYRvrXctxktVXZUkixw==
Expand Down Expand Up @@ -5627,7 +5613,7 @@ ignore@^4.0.3, ignore@^4.0.6:
resolved "https://registry.yarnpkg.com/ignore/-/ignore-4.0.6.tgz#750e3db5862087b4737ebac8207ffd1ef27b25fc"
integrity sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==

ignore@^5.1.1, ignore@^5.1.4, ignore@^5.1.8:
ignore@^5.1.4, ignore@^5.1.8:
version "5.1.8"
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.1.8.tgz#f150a8b50a34289b33e22f5889abd4d8016f0e57"
integrity sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw==
Expand Down Expand Up @@ -6128,7 +6114,7 @@ is-path-inside@^1.0.0:
dependencies:
path-is-inside "^1.0.1"

is-path-inside@^3.0.1:
is-path-inside@^3.0.2:
version "3.0.2"
resolved "https://registry.yarnpkg.com/is-path-inside/-/is-path-inside-3.0.2.tgz#f5220fc82a3e233757291dddc9c5877f2a1f3017"
integrity sha512-/2UGPSgmtqwo1ktx8NDHjuPwZWmHhO+gj0f93EkhLB5RgW9RZevWYYlIkS6zePc6U2WpOdQYIwHe9YC4DWEBVg==
Expand Down Expand Up @@ -7858,10 +7844,10 @@ p-locate@^4.1.0:
dependencies:
p-limit "^2.2.0"

p-map@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/p-map/-/p-map-3.0.0.tgz#d704d9af8a2ba684e2600d9a215983d4141a979d"
integrity sha512-d3qXVTF/s+W+CdJ5A29wywV2n8CQQYahlgz2bFiA+4eVNJbHJodPZ+/gXwPGh0bOqA+j8S+6+ckmvLGPk1QpxQ==
p-map@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/p-map/-/p-map-4.0.0.tgz#bb2f95a5eda2ec168ec9274e06a747c3e2904d2b"
integrity sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==
dependencies:
aggregate-error "^3.0.0"

Expand Down Expand Up @@ -9472,7 +9458,7 @@ rimraf@^2.2.8, rimraf@^2.6.3:
dependencies:
glob "^7.1.3"

rimraf@^3.0.0:
rimraf@^3.0.0, rimraf@^3.0.2:
version "3.0.2"
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-3.0.2.tgz#f1a5402ba6220ad52cc1282bac1ae3aa49fd061a"
integrity sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==
Expand Down

0 comments on commit ae65215

Please sign in to comment.