chore: update typescript to 5.8.2

This commit is contained in:
Liz Mitchell 2025-07-10 10:12:14 -07:00
parent dba9f5fe40
commit ffd038a6f9
2 changed files with 18 additions and 5 deletions

21
package-lock.json generated
View File

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

View File

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