Merge pull request #5828 from material-components:ts-bump-catalog

PiperOrigin-RevId: 781602912
This commit is contained in:
Copybara-Service 2025-07-10 11:04:11 -07:00
commit 498e6009df
2 changed files with 2 additions and 15 deletions

View File

@ -197,7 +197,7 @@
"markdown-it-anchor": "^8.6.7",
"slugify": "^1.6.6",
"tiny-glob": "^0.2.9",
"typescript": "5.6.2",
"typescript": "5.8.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.6.2",
"typescript": "5.8.2",
"wireit": "^0.13.0"
},
"engines": {
@ -160,19 +160,6 @@
"node": ">=8"
}
},
"catalog/node_modules/typescript": {
"version": "5.6.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.2.tgz",
"integrity": "sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==",
"dev": true,
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
},
"engines": {
"node": ">=14.17"
}
},
"catalog/node_modules/wireit": {
"version": "0.13.0",
"resolved": "https://registry.npmjs.org/wireit/-/wireit-0.13.0.tgz",