Skip to content

Commit 27935dd

Browse files
[INFRA] dev - Bump typescript from 4.8.4 to 4.9.4 (#768)
1 parent fc7336e commit 27935dd

4 files changed

Lines changed: 12 additions & 32 deletions

File tree

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"husky": "^8.0.1",
7272
"lint-staged": "^13.1.0",
7373
"prettier": "^2.8.1",
74-
"typescript": "^4.8.4"
74+
"typescript": "^4.9.4"
7575
},
7676
"lint-staged": {
7777
"*.{js,ts,tsx,mdx}": [

src/types/@mui-material-styles.d.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ import { TypographyStyle } from '@mui/material/styles/createTypography';
1818
import { Color } from 'chroma-js';
1919

2020
declare module '@mui/material/styles' {
21+
interface BreakpointOverrides {
22+
xxl: true;
23+
}
24+
2125
export type BoxShadowColor = PaletteOptions & {
2226
white: string;
2327
};

src/types/@mui-system-createTheme.d.ts

Lines changed: 0 additions & 24 deletions
This file was deleted.

0 commit comments

Comments
 (0)