From 75d34c2d94fb9921371eb16f8b245564641a945f Mon Sep 17 00:00:00 2001 From: Naomi Date: Tue, 25 Jun 2024 18:21:12 -0700 Subject: [PATCH] chore: bump pnpm version and typescript version --- package.json | 4 ++-- pnpm-lock.yaml | 24 +++++++++++++++--------- 2 files changed, 17 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index 2b54678..ec31159 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ }, "engines": { "node": "20", - "pnpm": "8" + "pnpm": "9" }, "repository": { "type": "git", @@ -24,6 +24,6 @@ }, "homepage": "https://github.com/naomi-lgbt/typescript-config#readme", "peerDependencies": { - "typescript": "^5.0.0" + "typescript": ">=5.5.2" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index cdf23d4..b6c571b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1,18 +1,24 @@ -lockfileVersion: '6.0' +lockfileVersion: '9.0' settings: autoInstallPeers: true excludeLinksFromLockfile: false -dependencies: - typescript: - specifier: ^5.0.0 - version: 5.0.2 +importers: + + .: + dependencies: + typescript: + specifier: '>=5.5.2' + version: 5.5.2 packages: - /typescript@5.0.2: - resolution: {integrity: sha512-wVORMBGO/FAs/++blGNeAVdbNKtIh1rbBL2EyQ1+J9lClJ93KiiKe8PmFIVdXhHcyv44SL9oglmfeSsndo0jRw==} - engines: {node: '>=12.20'} + typescript@5.5.2: + resolution: {integrity: sha512-NcRtPEOsPFFWjobJEtfihkLCZCXZt/os3zf8nTxjVH3RvTSxjrCamJpbExGvYOF+tFHc3pA65qpdwPbzjohhew==} + engines: {node: '>=14.17'} hasBin: true - dev: false + +snapshots: + + typescript@5.5.2: {}