From 905e7507c8d86ea67a0e0b2d973f816dcdeaadab Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Aug 2021 12:39:09 +0200 Subject: [PATCH] chore(deps): update dependency @types/luxon to v2 (#11382) Co-authored-by: Renovate Bot <bot@renovateapp.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 07f748e4da..fc7d53ba8b 100644 --- a/package.json +++ b/package.json @@ -220,7 +220,7 @@ "@types/js-yaml": "4.0.2", "@types/json-dup-key-validator": "1.0.0", "@types/linkify-markdown": "1.0.1", - "@types/luxon": "1.27.1", + "@types/luxon": "2.0.0", "@types/markdown-it": "12.2.0", "@types/markdown-table": "2.0.0", "@types/moo": "0.5.5", diff --git a/yarn.lock b/yarn.lock index 2192631483..85fbe5a823 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1829,10 +1829,10 @@ resolved "https://registry.yarnpkg.com/@types/linkify-markdown/-/linkify-markdown-1.0.1.tgz#0b750a592107dd46ecf2b5be0eeb7656b1fc814d" integrity sha512-RYDOtCol7/sHGhSJvWVnl0AmOdQQWgUYys6cwn5Lt3RiYhyhTLMLv7B9wdixMgCfnNt0MQj/YSGi3qN0IQqLeQ== -"@types/luxon@1.27.1": - version "1.27.1" - resolved "https://registry.yarnpkg.com/@types/luxon/-/luxon-1.27.1.tgz#aceeb2d5be8fccf541237e184e37ecff5faa9096" - integrity sha512-cPiXpOvPFDr2edMnOXlz3UBDApwUfR+cpizvxCy0n3vp9bz/qe8BWzHPIEFcy+ogUOyjKuCISgyq77ELZPmkkg== +"@types/luxon@2.0.0": + version "2.0.0" + resolved "https://registry.yarnpkg.com/@types/luxon/-/luxon-2.0.0.tgz#3dd1d8c51b49e34585c5158ba3393e95c51fee89" + integrity sha512-L7iL3FitRSeuz8fbeLtql7qU6inHVtwEDWI1+vBXgyp0J2tmxOD7TgMBiEQjII/Y/TPcwrKasXb1BPuiCXRgxg== "@types/markdown-it@12.2.0": version "12.2.0" -- GitLab