aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-05-20 17:05:08 -0700
committerFuwn <[email protected]>2021-05-20 17:05:08 -0700
commit7506bba58e338c280ef0bb5993b679b102f75ea4 (patch)
tree7a3ce2c8a98101f1cc8faafc92166571744144d3
parentfeat(docs): documentation about new configuration keys (diff)
parentMerge pull request #6 from Whirlsplash/renovate/typescript-4.x (diff)
downloadsite-7506bba58e338c280ef0bb5993b679b102f75ea4.tar.xz
site-7506bba58e338c280ef0bb5993b679b102f75ea4.zip
Merge branch 'main' of https://github.com/Whirlsplash/site
-rw-r--r--.github/workflows/deploy.yml2
-rw-r--r--package.json2
-rw-r--r--yarn.lock8
3 files changed, 6 insertions, 6 deletions
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/[email protected]
+ uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: build
diff --git a/package.json b/package.json
index 330e47f..e17dc6b 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 eecba57..43b02d9 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -10645,10 +10645,10 @@ typedarray@^0.0.6:
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
- version "4.2.3"
- resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.2.3.tgz#39062d8019912d43726298f09493d598048c1ce3"
- integrity sha512-qOcYwxaByStAWrBf4x0fibwZvMRG+r4cQoTjbPtUlrWjBHbmCAww1i448U0GJ+3cNNEtebDteo/cHOR3xJ4wEw==
+ 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"