mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
chore: bump typescript from 4.8.2 to 5.1.6 in /site (#8688)
This commit is contained in:
+1
-1
@@ -158,7 +158,7 @@
|
||||
"storybook-addon-react-router-v6": "1.0.2",
|
||||
"storybook-react-context": "0.6.0",
|
||||
"ts-proto": "1.156.0",
|
||||
"typescript": "4.8.2",
|
||||
"typescript": "5.1.6",
|
||||
"vite-plugin-checker": "0.6.0"
|
||||
},
|
||||
"browserslist": [
|
||||
|
||||
@@ -46,7 +46,7 @@ export const filterByMaxTokenLifetime = (
|
||||
|
||||
// otherwise only return options that are less than or equal to the max lifetime
|
||||
return lifetimeDayPresets.filter(
|
||||
(lifetime) => lifetime.value <= maxTokenLifetime / NANO_HOUR / 24,
|
||||
(lifetime) => Number(lifetime.value) <= maxTokenLifetime / NANO_HOUR / 24,
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
+4
-4
@@ -11431,10 +11431,10 @@ typedarray@^0.0.6:
|
||||
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
|
||||
integrity sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==
|
||||
|
||||
typescript@4.8.2:
|
||||
version "4.8.2"
|
||||
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.8.2.tgz#e3b33d5ccfb5914e4eeab6699cf208adee3fd790"
|
||||
integrity sha512-C0I1UsrrDHo2fYI5oaCGbSejwX4ch+9Y5jTQELvovfmFkK3HHSZJB8MSJcWLmCUBzQBchCrZ9rMRV6GuNrvGtw==
|
||||
typescript@5.1.6:
|
||||
version "5.1.6"
|
||||
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.1.6.tgz#02f8ac202b6dad2c0dd5e0913745b47a37998274"
|
||||
integrity sha512-zaWCozRZ6DLEWAWFrVDz1H6FVXzUSfTy5FUMWsQlU8Ym5JP9eO4xkTIROFCQvhQf61z6O/G6ugw3SgAnvvm+HA==
|
||||
|
||||
tzdata@1.0.30:
|
||||
version "1.0.30"
|
||||
|
||||
Reference in New Issue
Block a user