Skip to content

Commit

Permalink
chore: upgrade next deps
Browse files Browse the repository at this point in the history
  • Loading branch information
joshxfi committed Sep 5, 2024
1 parent 77915ba commit cde63e4
Show file tree
Hide file tree
Showing 7 changed files with 91 additions and 82 deletions.
4 changes: 2 additions & 2 deletions apps/partners/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
"lucide-react": "^0.407.0",
"modern-screenshot": "^4.4.39",
"nanoid": "^5.0.7",
"next": "14.2.7",
"nextjs-toploader": "^1.6.12",
"next": "14.2.8",
"nextjs-toploader": "^3.6.15",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-intersection-observer": "^9.10.2",
Expand Down
7 changes: 6 additions & 1 deletion apps/social/next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,12 @@ const nextConfig = {
removeConsole: process.env.NODE_ENV === "production",
},

transpilePackages: ["@umamin/ui", "@umamin/db", "@umamin/gql", "@umamin/shared"],
transpilePackages: [
"@umamin/ui",
"@umamin/db",
"@umamin/gql",
"@umamin/shared",
],
images: {
remotePatterns: [
{
Expand Down
4 changes: 2 additions & 2 deletions apps/social/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
"lucia": "^3.2.0",
"lucide-react": "^0.424.0",
"nanoid": "^5.0.7",
"next": "14.2.7",
"nextjs-toploader": "^1.6.12",
"next": "14.2.8",
"nextjs-toploader": "^3.6.15",
"oslo": "^1.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
Expand Down
8 changes: 6 additions & 2 deletions apps/www/next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,12 @@ const nextConfig = {
removeConsole: process.env.NODE_ENV === "production",
},

transpilePackages: ["@umamin/ui", "@umamin/db", "@umamin/gql"],
transpilePackages: [
"@umamin/ui",
"@umamin/db",
"@umamin/gql",
"@umamin/shared",
],
images: {
remotePatterns: [
{
Expand Down Expand Up @@ -63,4 +68,3 @@ export default withSentryConfig(withMDX(nextConfig), {
// https://vercel.com/docs/cron-jobs
automaticVercelMonitors: true,
});

4 changes: 2 additions & 2 deletions apps/www/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@
"lucide-react": "^0.407.0",
"modern-screenshot": "^4.4.39",
"nanoid": "^5.0.7",
"next": "14.2.7",
"next": "14.2.8",
"next-themes": "^0.3.0",
"nextjs-toploader": "^1.6.12",
"nextjs-toploader": "^3.6.15",
"oslo": "^1.2.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"peerDependencies": {
"gql.tada": "^1.8.6",
"graphql": "^16.9.0",
"next": "14.2.7",
"next": "14.2.8",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
Expand Down
Loading

0 comments on commit cde63e4

Please sign in to comment.