mirror of
https://github.com/material-components/material-web.git
synced 2026-01-09 07:21:09 +08:00
chore: update typescript to 5.8.2
This commit is contained in:
parent
dba9f5fe40
commit
ffd038a6f9
21
package-lock.json
generated
21
package-lock.json
generated
@ -29,7 +29,7 @@
|
||||
"rollup": "^2.79.1",
|
||||
"sass": "^1.52.3",
|
||||
"sass-true": "^6.1.0",
|
||||
"typescript": "5.6.2",
|
||||
"typescript": "5.8.2",
|
||||
"web-test-runner-jasmine": "^0.0.6",
|
||||
"wireit": "^0.14.12"
|
||||
}
|
||||
@ -160,6 +160,19 @@
|
||||
"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",
|
||||
@ -8575,9 +8588,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/typescript": {
|
||||
"version": "5.6.2",
|
||||
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.2.tgz",
|
||||
"integrity": "sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==",
|
||||
"version": "5.8.2",
|
||||
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.2.tgz",
|
||||
"integrity": "sha512-aJn6wq13/afZp/jT9QZmwEjDqqvSGp1VT5GVg+f/t6/oVyrgXM6BY1h9BRh/O5p3PlUPAe+WuiEZOmb/49RqoQ==",
|
||||
"dev": true,
|
||||
"bin": {
|
||||
"tsc": "bin/tsc",
|
||||
|
||||
@ -73,7 +73,7 @@
|
||||
"rollup": "^2.79.1",
|
||||
"sass": "^1.52.3",
|
||||
"sass-true": "^6.1.0",
|
||||
"typescript": "5.6.2",
|
||||
"typescript": "5.8.2",
|
||||
"web-test-runner-jasmine": "^0.0.6",
|
||||
"wireit": "^0.14.12"
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user