Skip to content

Commit

Permalink
Fix packages
Browse files Browse the repository at this point in the history
  • Loading branch information
cdedreuille committed Jul 11, 2024
1 parent 1722e03 commit b96dc1f
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
1 change: 1 addition & 0 deletions apps/frontpage/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ import '@repo/ui/styles.css';
const fontSans = nunitoSans({
subsets: ['latin'],
display: 'swap',
adjustFontFallback: false,
variable: '--font-sans',
});

Expand Down
3 changes: 2 additions & 1 deletion apps/frontpage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
},
"dependencies": {
"@docsearch/css": "^3.6.0",
"@emotion/is-prop-valid": "^1.2.2",
"@google-cloud/bigquery": "^7.7.0",
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^3.0.1",
Expand Down Expand Up @@ -47,7 +48,7 @@
"graphql-request": "^7.1.0",
"gray-matter": "^4.0.3",
"image-size": "^1.1.1",
"next": "^14.2.4",
"next": "^14.2.5",
"next-mdx-remote": "^5.0.0",
"next-plausible": "^3.12.0",
"next-themes": "^0.3.0",
Expand Down
16 changes: 15 additions & 1 deletion package-lock.json

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

0 comments on commit b96dc1f

Please sign in to comment.