From ec7c2e77cc228dd25f0fc8d706fb466118c682e7 Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Tue, 27 Jun 2023 23:22:19 +0000 Subject: [PATCH] Update dependency typescript to v5.1.5 --- package.json | 2 +- pnpm-lock.yaml | 8 ++++---- yarn.lock | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index 9c54960..71c9df8 100644 --- a/package.json +++ b/package.json @@ -21,6 +21,6 @@ "prettier-plugin-tailwindcss": "0.3.0", "sass": "1.63.6", "tailwindcss": "3.3.2", - "typescript": "5.1.3" + "typescript": "5.1.5" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 30c8215..ad1144c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -13,7 +13,7 @@ specifiers: react-dom: 18.2.0 sass: 1.63.6 tailwindcss: 3.3.2 - typescript: 5.1.3 + typescript: 5.1.5 uuid: 9.0.0 dependencies: @@ -32,7 +32,7 @@ devDependencies: prettier-plugin-tailwindcss: 0.3.0_prettier@2.8.8 sass: 1.63.6 tailwindcss: 3.3.2 - typescript: 5.1.3 + typescript: 5.1.5 packages: @@ -932,8 +932,8 @@ packages: resolution: {integrity: sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==} dev: false - /typescript/5.1.3: - resolution: {integrity: sha512-XH627E9vkeqhlZFQuL+UsyAXEnibT0kWR2FWONlr4sTjvxyJYnyefgrkyECLzM5NenmKzRAy2rR/OlYLA1HkZw==} + /typescript/5.1.5: + resolution: {integrity: sha512-FOH+WN/DQjUvN6WgW+c4Ml3yi0PH+a/8q+kNIfRehv1wLhWONedw85iu+vQ39Wp49IzTJEsZ2lyLXpBF7mkF1g==} engines: {node: '>=14.17'} hasBin: true dev: true diff --git a/yarn.lock b/yarn.lock index 5676708..c2b8270 100644 --- a/yarn.lock +++ b/yarn.lock @@ -828,10 +828,10 @@ ts-interface-checker@^0.1.9: resolved "https://registry.yarnpkg.com/ts-interface-checker/-/ts-interface-checker-0.1.13.tgz#784fd3d679722bc103b1b4b8030bcddb5db2a699" integrity sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA== -typescript@5.1.3: - version "5.1.3" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.1.3.tgz#8d84219244a6b40b6fb2b33cc1c062f715b9e826" - integrity sha512-XH627E9vkeqhlZFQuL+UsyAXEnibT0kWR2FWONlr4sTjvxyJYnyefgrkyECLzM5NenmKzRAy2rR/OlYLA1HkZw== +typescript@5.1.5: + version "5.1.5" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.1.5.tgz#a3ae755082488b6046fe64345d293ef26af08671" + integrity sha512-FOH+WN/DQjUvN6WgW+c4Ml3yi0PH+a/8q+kNIfRehv1wLhWONedw85iu+vQ39Wp49IzTJEsZ2lyLXpBF7mkF1g== update-browserslist-db@^1.0.10: version "1.0.10"