File tree 3 files changed +6
-6
lines changed
src/pages/CreateTokenPage
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 158
158
"storybook-addon-react-router-v6" : " 1.0.2" ,
159
159
"storybook-react-context" : " 0.6.0" ,
160
160
"ts-proto" : " 1.156.0" ,
161
- "typescript" : " 4.8.2 " ,
161
+ "typescript" : " 5.1.6 " ,
162
162
"vite-plugin-checker" : " 0.6.0"
163
163
},
164
164
"browserslist" : [
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ export const filterByMaxTokenLifetime = (
46
46
47
47
// otherwise only return options that are less than or equal to the max lifetime
48
48
return lifetimeDayPresets . filter (
49
- ( lifetime ) => lifetime . value <= maxTokenLifetime / NANO_HOUR / 24 ,
49
+ ( lifetime ) => Number ( lifetime . value ) <= maxTokenLifetime / NANO_HOUR / 24 ,
50
50
)
51
51
}
52
52
Original file line number Diff line number Diff line change @@ -11431,10 +11431,10 @@ typedarray@^0.0.6:
11431
11431
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
11432
11432
integrity sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==
11433
11433
11434
- typescript@4.8.2 :
11435
- version "4.8.2 "
11436
- resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.8.2 .tgz#e3b33d5ccfb5914e4eeab6699cf208adee3fd790 "
11437
- integrity sha512-C0I1UsrrDHo2fYI5oaCGbSejwX4ch+9Y5jTQELvovfmFkK3HHSZJB8MSJcWLmCUBzQBchCrZ9rMRV6GuNrvGtw ==
11434
+ typescript@5.1.6 :
11435
+ version "5.1.6 "
11436
+ resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.1.6 .tgz#02f8ac202b6dad2c0dd5e0913745b47a37998274 "
11437
+ integrity sha512-zaWCozRZ6DLEWAWFrVDz1H6FVXzUSfTy5FUMWsQlU8Ym5JP9eO4xkTIROFCQvhQf61z6O/G6ugw3SgAnvvm+HA ==
11438
11438
11439
11439
tzdata@1.0.30:
11440
11440
version "1.0.30"
You can’t perform that action at this time.
0 commit comments