chore: update catalog typescript to 5.6.2

This commit is contained in:
Liz Mitchell 2024-12-03 12:57:28 -08:00
parent 735b3cc1be
commit 090f511ae3
2 changed files with 2 additions and 15 deletions

View File

@ -155,7 +155,7 @@
"markdown-it-anchor": "^8.6.7",
"slugify": "^1.6.6",
"tiny-glob": "^0.2.9",
"typescript": "~5.1.6",
"typescript": "5.6.2",
"wireit": "^0.13.0"
}
}

15
package-lock.json generated
View File

@ -68,7 +68,7 @@
"markdown-it-anchor": "^8.6.7",
"slugify": "^1.6.6",
"tiny-glob": "^0.2.9",
"typescript": "~5.1.6",
"typescript": "5.6.2",
"wireit": "^0.13.0"
},
"engines": {
@ -160,19 +160,6 @@
"node": ">=8"
}
},
"catalog/node_modules/typescript": {
"version": "5.1.6",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.1.6.tgz",
"integrity": "sha512-zaWCozRZ6DLEWAWFrVDz1H6FVXzUSfTy5FUMWsQlU8Ym5JP9eO4xkTIROFCQvhQf61z6O/G6ugw3SgAnvvm+HA==",
"dev": true,
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
},
"engines": {
"node": ">=14.17"
}
},
"node_modules/@11ty/dependency-tree": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/@11ty/dependency-tree/-/dependency-tree-2.0.1.tgz",