From 5af6c60862b92c9f06b7b69c67d4afd445b2cfb7 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 10 May 2021 07:07:00 +0000 Subject: chore(deps): update dependency typescript to v4.2.4 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index c803734..dfd321e 100644 --- a/package.json +++ b/package.json @@ -48,6 +48,6 @@ "commitizen": "4.2.4", "cz-conventional-changelog": "3.3.0", "husky": "6.0.0", - "typescript": "4.2.3" + "typescript": "4.2.4" } } diff --git a/yarn.lock b/yarn.lock index ee3a7f6..398ec90 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10636,10 +10636,10 @@ typedarray@^0.0.6: resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777" integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c= -typescript@4.2.3: - version "4.2.3" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.2.3.tgz#39062d8019912d43726298f09493d598048c1ce3" - integrity sha512-qOcYwxaByStAWrBf4x0fibwZvMRG+r4cQoTjbPtUlrWjBHbmCAww1i448U0GJ+3cNNEtebDteo/cHOR3xJ4wEw== +typescript@4.2.4: + version "4.2.4" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.2.4.tgz#8610b59747de028fda898a8aef0e103f156d0961" + integrity sha512-V+evlYHZnQkaz8TRBuxTA92yZBPotr5H+WhQ7bD3hZUndx5tGOa1fuCgeSjxAzM1RiN5IzvadIXTVefuuwZCRg== ua-parser-js@^0.7.18: version "0.7.27" -- cgit v1.2.3 From 09e546a5f0b0923826bab537aa68e53ae02ba6b4 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 10 May 2021 14:52:36 +0000 Subject: chore(deps): update jamesives/github-pages-deploy-action action to v4.1.2 --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 9fb9ba8..0b7635b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -23,7 +23,7 @@ jobs: npm run build - name: Deploy 🚀 - uses: JamesIves/github-pages-deploy-action@4.1.0 + uses: JamesIves/github-pages-deploy-action@4.1.2 with: branch: gh-pages folder: build -- cgit v1.2.3