From c075a4f3a8ff89db57842f303019bce96b9d84cc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 Jun 2023 18:22:27 +0000 Subject: [PATCH] chore(deps): update dependency typescript to v5 --- package.json | 2 +- pnpm-lock.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index e40298a..48bb8a9 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ }, "homepage": "https://github.com/LifeOrLife/message#readme", "devDependencies": { - "typescript": "4.5.5", + "typescript": "5.1.3", "vite": "2.8.3" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 66e3785..b0d98be 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1,11 +1,11 @@ lockfileVersion: 5.3 specifiers: - typescript: 4.5.5 + typescript: 5.1.3 vite: 2.8.3 devDependencies: - typescript: 4.5.5 + typescript: 5.1.3 vite: 2.8.3 packages: @@ -283,9 +283,9 @@ packages: engines: {node: '>= 0.4'} dev: true - /typescript/4.5.5: - resolution: {integrity: sha512-TCTIul70LyWe6IJWT8QSYeA54WQe8EjQFU4wY52Fasj5UKx88LNYKCgBEHcOMOrFF1rKGbD8v/xcNWVUq9SymA==} - engines: {node: '>=4.2.0'} + /typescript/5.1.3: + resolution: {integrity: sha512-XH627E9vkeqhlZFQuL+UsyAXEnibT0kWR2FWONlr4sTjvxyJYnyefgrkyECLzM5NenmKzRAy2rR/OlYLA1HkZw==} + engines: {node: '>=14.17'} hasBin: true dev: true