chore: update typescript to latest

This commit is contained in:
Glen Whitney 2023-08-15 10:58:58 -07:00
parent cc1e66c054
commit 7243277546
2 changed files with 11 additions and 8 deletions

View File

@ -18,6 +18,6 @@
url: 'https://code.studioinfinity.org/glen/typocomath.git', url: 'https://code.studioinfinity.org/glen/typocomath.git',
}, },
devDependencies: { devDependencies: {
typescript: '^4.9.3', typescript: '^5.1.6',
}, },
} }

View File

@ -1,15 +1,18 @@
lockfileVersion: 5.4 lockfileVersion: '6.0'
specifiers: settings:
typescript: ^4.9.3 autoInstallPeers: true
excludeLinksFromLockfile: false
devDependencies: devDependencies:
typescript: 4.9.3 typescript:
specifier: ^5.1.6
version: 5.1.6
packages: packages:
/typescript/4.9.3: /typescript@5.1.6:
resolution: {integrity: sha512-CIfGzTelbKNEnLpLdGFgdyKhG23CKdKgQPOBc+OUNrkJ2vr+KSzsSV5kq5iWhEQbok+quxgGzrAtGWCyU7tHnA==} resolution: {integrity: sha512-zaWCozRZ6DLEWAWFrVDz1H6FVXzUSfTy5FUMWsQlU8Ym5JP9eO4xkTIROFCQvhQf61z6O/G6ugw3SgAnvvm+HA==}
engines: {node: '>=4.2.0'} engines: {node: '>=14.17'}
hasBin: true hasBin: true
dev: true dev: true