Skip to content

Commit

Permalink
fix: migrate from nextjs-progressbar to next-progress
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivo committed May 9, 2023
1 parent 4e3d463 commit 62baae0
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 22 deletions.
2 changes: 1 addition & 1 deletion apps/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
"next-auth": "^4.22.1",
"next-contentlayer": "^0.3.2",
"next-i18next": "^13.2.2",
"next-progress": "^2.3.1",
"next-sitemap": "^4.0.9",
"nextjs-progressbar": "^0.0.16",
"nodemailer": "^6.9.1",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/client/src/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const Layout = dynamic(
}
);

const NextNProgress = dynamic(() => import("nextjs-progressbar"), {
const NextNProgress = dynamic(() => import("next-progress"), {
ssr: false
});

Expand Down
34 changes: 14 additions & 20 deletions pnpm-lock.yaml

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

0 comments on commit 62baae0

Please sign in to comment.