Skip to content

Commit

Permalink
[#351] @next/font 를 next/font로 교체 (#354)
Browse files Browse the repository at this point in the history
  • Loading branch information
minjongbaek authored Jul 9, 2023
1 parent 3203ab6 commit b362bcb
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"@chakra-ui/react": "^2.4.9",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@next/font": "13.1.6",
"@tanstack/react-query": "^4.24.4",
"@tanstack/react-query-devtools": "^4.24.12",
"@types/node": "18.13.0",
Expand Down
2 changes: 1 addition & 1 deletion src/styles/font/index.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import localFont from '@next/font/local';
import localFont from 'next/font/local';

export const LineSeed = localFont({
src: [
Expand Down
5 changes: 0 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2005,11 +2005,6 @@
dependencies:
glob "7.1.7"

"@next/font@13.1.6":
version "13.1.6"
resolved "https://registry.yarnpkg.com/@next/font/-/font-13.1.6.tgz#2bf99e3321ec9b4d65781c0d0ebff072e8752e1a"
integrity sha512-AITjmeb1RgX1HKMCiA39ztx2mxeAyxl4ljv2UoSBUGAbFFMg8MO7YAvjHCgFhD39hL7YTbFjol04e/BPBH5RzQ==

"@next/swc-darwin-arm64@13.4.7":
version "13.4.7"
resolved "https://registry.yarnpkg.com/@next/swc-darwin-arm64/-/swc-darwin-arm64-13.4.7.tgz#5e36c26dda5b0bc0ea15d8555d0abd71a1ef4b5d"
Expand Down

1 comment on commit b362bcb

@vercel
Copy link

@vercel vercel bot commented on b362bcb Jul 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.