Skip to content

Commit

Permalink
Remove deprecated font (#1527)
Browse files Browse the repository at this point in the history
* remove deprecated font

* fix quotes
  • Loading branch information
tongo-angelov authored Jul 31, 2023
1 parent 6fa85a4 commit 2a857ee
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 10 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
"@mui/styles": "^5.10.14",
"@mui/x-data-grid": "^6.5.0",
"@mui/x-date-pickers": "^6.5.0",
"@next/font": "^13.0.5",
"@paypal/react-paypal-js": "^7.8.1",
"@ramonak/react-progress-bar": "^5.0.3",
"@react-pdf/renderer": "^3.1.3",
Expand Down
2 changes: 1 addition & 1 deletion src/common/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {
ThemeOptions,
} from '@mui/material/styles'

import { Montserrat } from '@next/font/google'
import { Montserrat } from 'next/font/google'

export const montserrat = Montserrat({
display: 'auto',
Expand Down
8 changes: 0 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1376,13 +1376,6 @@ __metadata:
languageName: node
linkType: hard

"@next/font@npm:^13.0.5":
version: 13.4.9
resolution: "@next/font@npm:13.4.9"
checksum: ef50061c0f2adb73fece5477b312ba9ae7efb573a53259a4dc480e5c3ae97f2b8fa0200ccef793604bfdf65e635bdf1c3876c63f0e3d5e67887fe8b95967d57d
languageName: node
linkType: hard

"@next/swc-darwin-arm64@npm:13.4.9":
version: 13.4.9
resolution: "@next/swc-darwin-arm64@npm:13.4.9"
Expand Down Expand Up @@ -8618,7 +8611,6 @@ __metadata:
"@mui/x-data-grid": ^6.5.0
"@mui/x-date-pickers": ^6.5.0
"@next/bundle-analyzer": ^12.1.0
"@next/font": ^13.0.5
"@paypal/react-paypal-js": ^7.8.1
"@ramonak/react-progress-bar": ^5.0.3
"@react-pdf/renderer": ^3.1.3
Expand Down

0 comments on commit 2a857ee

Please sign in to comment.