Skip to content

Commit

Permalink
upgrade: upgrade next font to use built in next js package
Browse files Browse the repository at this point in the history
  • Loading branch information
KelechiOdom10 committed Jul 22, 2023
1 parent 26fe235 commit 0a594f1
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 14 deletions.
11 changes: 4 additions & 7 deletions neurofusion/next-client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion neurofusion/next-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"@hookform/resolvers": "^3.1.1",
"@magic-sdk/admin": "^2.0.0",
"@neurosity/sdk": "^6.5.9",
"@next/font": "^13.4.10",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-avatar": "^1.0.3",
"@radix-ui/react-dialog": "^1.0.4",
Expand Down
2 changes: 1 addition & 1 deletion neurofusion/next-client/src/utils/font-loader.ts
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 gtw = localFont({
src: [
Expand Down
9 changes: 4 additions & 5 deletions neurofusion/next-client/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1966,11 +1966,6 @@
dependencies:
glob "7.1.7"

"@next/font@^13.4.10":
version "13.4.10"
resolved "https://registry.npmjs.org/@next/font/-/font-13.4.10.tgz"
integrity sha512-BqV71ikHIFh+PZLpCR0nMZnlg/3Hcuw9qIUN42I4iCpneDHHiViUtanUeE113gy0Wm9oePTGX5OeKnPbSNnnHA==

"@next/[email protected]":
version "13.4.10"
resolved "https://registry.npmjs.org/@next/swc-darwin-arm64/-/swc-darwin-arm64-13.4.10.tgz"
Expand Down Expand Up @@ -5421,6 +5416,8 @@ damerau-levenshtein@^1.0.8:

dayjs@^1.11.9:
version "1.11.9"
resolved "https://registry.npmjs.org/dayjs/-/dayjs-1.11.9.tgz"
integrity sha512-QvzAURSbQ0pKdIye2txOzNaHmxtUBXerpY0FJsFXUMKbIZeFm5ht1LS/jFsrncjnmtv8HsG0W2g6c0zUjZWmpA==

debug@^2.2.0:
version "2.6.9"
Expand Down Expand Up @@ -10640,6 +10637,8 @@ synckit@^0.8.5:

tailwind-merge@^1.14.0:
version "1.14.0"
resolved "https://registry.npmjs.org/tailwind-merge/-/tailwind-merge-1.14.0.tgz"
integrity sha512-3mFKyCo/MBcgyOTlrY8T7odzZFx+w+qKSMAmdFzRvqBfLlSigU6TZnlFHK0lkMwj9Bj8OYU+9yW9lmGuS0QEnQ==

tailwindcss@^3.3.3:
version "3.3.3"
Expand Down

0 comments on commit 0a594f1

Please sign in to comment.