chore: bump pnpm version and typescript version

This commit is contained in:
Naomi Carrigan 2024-06-25 18:21:12 -07:00
parent 37d931de11
commit 75d34c2d94
No known key found for this signature in database
GPG Key ID: 7019A402E94A9808
2 changed files with 17 additions and 11 deletions

View File

@ -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"
}
}

24
pnpm-lock.yaml generated
View File

@ -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: {}