From 10a12179fbe4ebc1bd4a8bdea8a090dbb7f83a5e Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Thu, 16 Mar 2023 21:12:00 +0000 Subject: [PATCH] Update dependency typescript to v5 --- package.json | 2 +- pnpm-lock.yaml | 10 +++++----- yarn.lock | 8 ++++---- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 562cb9f..baae5af 100644 --- a/package.json +++ b/package.json @@ -21,6 +21,6 @@ "prettier-plugin-tailwindcss": "0.2.4", "sass": "1.59.3", "tailwindcss": "3.2.7", - "typescript": "4.9.5" + "typescript": "5.0.2" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index d22bf01..9f5a26c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -13,7 +13,7 @@ specifiers: react-dom: 18.2.0 sass: 1.59.3 tailwindcss: 3.2.7 - typescript: 4.9.5 + typescript: 5.0.2 uuid: 9.0.0 dependencies: @@ -32,7 +32,7 @@ devDependencies: prettier-plugin-tailwindcss: 0.2.4_prettier@2.8.4 sass: 1.59.3 tailwindcss: 3.2.7 - typescript: 4.9.5 + typescript: 5.0.2 packages: @@ -834,9 +834,9 @@ packages: resolution: {integrity: sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==} dev: false - /typescript/4.9.5: - resolution: {integrity: sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==} - engines: {node: '>=4.2.0'} + /typescript/5.0.2: + resolution: {integrity: sha512-wVORMBGO/FAs/++blGNeAVdbNKtIh1rbBL2EyQ1+J9lClJ93KiiKe8PmFIVdXhHcyv44SL9oglmfeSsndo0jRw==} + engines: {node: '>=12.20'} hasBin: true dev: true diff --git a/yarn.lock b/yarn.lock index 2ff494f..eac2838 100644 --- a/yarn.lock +++ b/yarn.lock @@ -679,10 +679,10 @@ to-regex-range@^5.0.1: dependencies: is-number "^7.0.0" -typescript@4.9.5: - version "4.9.5" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a" - integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g== +typescript@5.0.2: + version "5.0.2" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.2.tgz#891e1a90c5189d8506af64b9ef929fca99ba1ee5" + integrity sha512-wVORMBGO/FAs/++blGNeAVdbNKtIh1rbBL2EyQ1+J9lClJ93KiiKe8PmFIVdXhHcyv44SL9oglmfeSsndo0jRw== update-browserslist-db@^1.0.10: version "1.0.10"