File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 "@dnd-kit/utilities" : " ^3.2.2" ,
1111 "@emotion/react" : " ^11.14.0" ,
1212 "@emotion/styled" : " ^11.14.1" ,
13+ "@fontsource/roboto" : " ^5.2.10" ,
1314 "@mui/icons-material" : " ^7.2.0" ,
1415 "@mui/material" : " ^7.2.0" ,
1516 "@uiw/codemirror-theme-material" : " ^4.24.2" ,
3334 "remark-gfm" : " ^4.0.1" ,
3435 "remove-markdown" : " ^0.6.2" ,
3536 "tss-react" : " ^4.9.19" ,
36- "typeface-roboto" : " 1.1.13" ,
3737 "vite" : " ^7.0.6" ,
3838 "vitest" : " ^4.0.0"
3939 },
Original file line number Diff line number Diff line change 11import * as React from 'react' ;
22import { createRoot } from 'react-dom/client' ;
3- import 'typeface- roboto' ;
3+ import '@fontsource/ roboto' ;
44import { initAxios } from './apiAuth' ;
55import * as config from './config' ;
66import Layout from './layout/Layout' ;
Original file line number Diff line number Diff line change 1010 "moduleResolution" : " bundler" ,
1111 "rootDir" : " src" ,
1212 "forceConsistentCasingInFileNames" : true ,
13+ "noUncheckedSideEffectImports" : false ,
1314 "noImplicitReturns" : true ,
1415 "noImplicitThis" : true ,
1516 "noImplicitAny" : true ,
Original file line number Diff line number Diff line change 640640 " @eslint/core" " ^1.2.1"
641641 levn "^0.4.1"
642642
643+ " @fontsource/roboto@^5.2.10 " :
644+ version "5.2.10"
645+ resolved "https://registry.yarnpkg.com/@fontsource/roboto/-/roboto-5.2.10.tgz#b985d34de475913b41d0fb57e2dcd0b16ab9ecb5"
646+ integrity sha512-8HlA5FtSfz//oFSr2eL7GFXAiE7eIkcGOtx7tjsLKq+as702x9+GU7K95iDeWFapHC4M2hv9RrpXKRTGGBI8Zg==
647+
643648" @hapi/address@^5.1.1 " :
644649 version "5.1.1"
645650 resolved "https://registry.yarnpkg.com/@hapi/address/-/address-5.1.1.tgz#e9925fc1b65f5cc3fbea821f2b980e4652e84cb6"
@@ -3799,11 +3804,6 @@ typed-query-selector@^2.12.0:
37993804 resolved "https://registry.yarnpkg.com/typed-query-selector/-/typed-query-selector-2.12.0.tgz#92b65dbc0a42655fccf4aeb1a08b1dddce8af5f2"
38003805 integrity sha512-SbklCd1F0EiZOyPiW192rrHZzZ5sBijB6xM+cpmrwDqObvdtunOHHIk9fCGsoK5JVIYXoyEp4iEdE3upFH3PAg==
38013806
3802- typeface-roboto@1.1.13 :
3803- version "1.1.13"
3804- resolved "https://registry.yarnpkg.com/typeface-roboto/-/typeface-roboto-1.1.13.tgz#9c4517cb91e311706c74823e857b4bac9a764ae5"
3805- integrity sha512-YXvbd3a1QTREoD+FJoEkl0VQNJoEjewR2H11IjVv4bp6ahuIcw0yyw/3udC4vJkHw3T3cUh85FTg8eWef3pSaw==
3806-
38073807typescript-eslint@^8.38.0 :
38083808 version "8.54.0"
38093809 resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.54.0.tgz#f4ef3b8882a5ddc2a41968e014194c178ab23f6a"
You can’t perform that action at this time.
0 commit comments