Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Commit

Permalink
Bump Next.js (#968)
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthony Shew authored Oct 7, 2023
1 parent e35db47 commit b07c44a
Show file tree
Hide file tree
Showing 6 changed files with 287 additions and 685 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,4 @@ node_modules/
**/test-results/**
**/playwright-report/**
**/playwright/.cache/**
.env*.local
3 changes: 3 additions & 0 deletions apps/design-react/next.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
experimental: {
serverComponentsExternalPackages: ['lucide-icons-react'],
},
eslint: {
ignoreDuringBuilds: true,
},
Expand Down
2 changes: 1 addition & 1 deletion apps/design-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@types/react": "^18.2.12",
"@types/react-dom": "^18.2.5",
"autoprefixer": "10.4.14",
"next": "^13.4.13",
"next": "^13.5.4",
"postcss": "8.4.23",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
3 changes: 3 additions & 0 deletions apps/web/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ const { withSentryConfig } = require('@sentry/nextjs');

/** @type {import('next').NextConfig} */
const moduleExports = {
experimental: {
serverComponentsExternalPackages: ['lucide-icons-react'],
},
transpilePackages: [
'@kittr/analytics',
'@kittr/firebase',
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"encoding": "^0.1.13",
"jsonwebtoken": "8.5.1",
"micro": "9.3.4",
"next": "^13.4.13",
"next": "^13.5.4",
"next-connect": "0.12.2",
"react": "^18.2.0",
"react-device-detect": "2.1.2",
Expand Down
Loading

2 comments on commit b07c44a

@vercel
Copy link

@vercel vercel bot commented on b07c44a Oct 7, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

design-react – ./apps/design-react

design-react-team-shew.vercel.app
design-react-git-main-team-shew.vercel.app
kittr-storybook.vercel.app

@vercel
Copy link

@vercel vercel bot commented on b07c44a Oct 7, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

kittr-site – ./apps/web

kittr-site-git-main-team-shew.vercel.app
www.kittr.gg
kittr.vercel.app
kittr-site-team-shew.vercel.app
kittr.gg

Please sign in to comment.