Skip to content

Commit

Permalink
feat: ✨ upgraded next js to v15 (#85)
Browse files Browse the repository at this point in the history
* feat: ✨ upgraded next js to v15

* fix: 🐛 fixed failing lint issues

* fix: 🐛 fixed failing build issues
  • Loading branch information
WasiqB authored Nov 17, 2024
1 parent 79923e7 commit 2738c70
Show file tree
Hide file tree
Showing 8 changed files with 719 additions and 424 deletions.
3 changes: 3 additions & 0 deletions apps/web/next.config.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
transpilePackages: ['@ultra-reporter/ui'],
eslint: {
ignoreDuringBuilds: true,
},
};

export default nextConfig;
16 changes: 9 additions & 7 deletions apps/web/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "ultra-reporter-app",
"name": "@ultra-reporter/web",
"description": "Ultra Reporter App",
"version": "0.5.0",
"private": true,
Expand All @@ -9,23 +9,25 @@
"build": "next build",
"start": "next start"
},
"peerDependencies": {
"react": "^18.0",
"react-dom": "^18.0"
},
"dependencies": {
"@next/third-parties": "^14.2.15",
"@next/third-parties": "^15.0.3",
"@tanstack/react-table": "^8.20.5",
"@ultra-reporter/analytics": "workspace:*",
"@ultra-reporter/ui": "workspace:*",
"@ultra-reporter/utils": "workspace:*",
"lucide-react": "^0.456.0",
"next": "14.2.15",
"react": "^18",
"react-dom": "^18"
"lucide-react": "^0.460.0",
"next": "15.0.3"
},
"devDependencies": {
"@types/react": "^18.3.12",
"@types/react-dom": "^18",
"@ultra-reporter/tailwind-config": "workspace:*",
"@ultra-reporter/typescript-config": "workspace:*",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.14"
"tailwindcss": "^3.4.15"
}
}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"release:prepatch": "pnpm beta prepatch"
},
"devDependencies": {
"@eslint/compat": "^1.2.2",
"@next/eslint-plugin-next": "^14.2.15",
"@eslint/compat": "^1.2.3",
"@next/eslint-plugin-next": "^15.0.3",
"@release-it-plugins/lerna-changelog": "^7.0.0",
"@stylistic/eslint-plugin-js": "^2.10.1",
"@stylistic/eslint-plugin-ts": "^2.10.1",
Expand All @@ -34,9 +34,9 @@
"@typescript-eslint/parser": "^8.14.0",
"@vercel/style-guide": "^6.0.0",
"eslint": "^9.14.0",
"eslint-config-next": "14.2.15",
"eslint-config-next": "15.0.3",
"eslint-config-prettier": "^9.1.0",
"eslint-config-turbo": "2.2.3",
"eslint-config-turbo": "2.3.0",
"eslint-plugin-only-warn": "^1.1.0",
"eslint-plugin-prettier": "^5.2.1",
"globals": "^15.12.0",
Expand All @@ -48,7 +48,7 @@
"prettier-plugin-tailwindcss": "^0.6.8",
"release-it": "^17.10.0",
"release-it-pnpm": "^4.6.3",
"turbo": "^2.2.3",
"turbo": "^2.3.0",
"typescript": "^5",
"typescript-eslint": "^8.14.0"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"./client": "./src/client.tsx"
},
"dependencies": {
"@openpanel/nextjs": "^1.0.5",
"@vercel/functions": "^1.5.0",
"@ultra-reporter/utils": "workspace:*"
"@openpanel/nextjs": "^1.0.6",
"@ultra-reporter/utils": "workspace:*",
"@vercel/functions": "^1.5.0"
},
"devDependencies": {
"@types/react": "^18.3.12",
Expand Down
2 changes: 1 addition & 1 deletion packages/tailwind-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"autoprefixer": "^10.4.20",
"daisyui": "^4.12.14",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.14"
"tailwindcss": "^3.4.15"
}
}
16 changes: 9 additions & 7 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,16 @@
"./icons/*": "./src/icons/*.tsx",
"./utils/*": "./src/utils/*.tsx"
},
"peerDependencies": {
"react": "^18.0",
"react-dom": "^18.0"
},
"dependencies": {
"@radix-ui/react-avatar": "^1.1.1",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-hover-card": "^1.1.2",
"@radix-ui/react-icons": "^1.3.1",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-popover": "^1.1.2",
"@radix-ui/react-progress": "^1.1.0",
Expand All @@ -38,13 +42,13 @@
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.1",
"@radix-ui/react-toast": "^1.2.2",
"@radix-ui/react-tooltip": "^1.1.3",
"@radix-ui/react-tooltip": "^1.1.4",
"@tanstack/react-table": "^8.20.5",
"class-variance-authority": "^0.7.0",
"cmdk": "1.0.4",
"embla-carousel-react": "^8.3.1",
"lucide-react": "^0.456.0",
"next": "14.2.15",
"lucide-react": "^0.460.0",
"next": "15.0.3",
"next-themes": "^0.4.3",
"react-code-blocks": "^0.1.6",
"react-hook-form": "^7.53.2",
Expand All @@ -61,8 +65,6 @@
"daisyui": "^4.12.14",
"postcss": "^8.4.49",
"postcss-load-config": "^6.0.1",
"react": "^18",
"react-dom": "^18",
"tailwindcss": "^3.4.14"
"tailwindcss": "^3.4.15"
}
}
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"luxon": "^3.5.0",
"next": "14.2.15",
"next": "15.0.3",
"react": "^18",
"tailwind-merge": "^2.5.4",
"xml2js": "^0.6.2"
Expand Down
Loading

0 comments on commit 2738c70

Please sign in to comment.