Skip to content

Commit

Permalink
Merge branch 'develop' into JUP-47-improve-events-page
Browse files Browse the repository at this point in the history
  • Loading branch information
nl32 committed Apr 19, 2024
2 parents 0dd002b + ffd8bba commit 1a82288
Show file tree
Hide file tree
Showing 36 changed files with 333 additions and 365 deletions.
23 changes: 19 additions & 4 deletions next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,25 @@ await import('./src/env.mjs');
/** @type {import("next").NextConfig} */
const config = {
images: {
domains: [
'lh3.googleusercontent.com',
'cdn.discordapp.com',
'jupiter.nlmc.workers.dev',
remotePatterns: [
{
protocol: 'https',
hostname: 'lh3.googleusercontent.com',
pathname: '**',
port: '',
},
{
protocol: 'https',
hostname: 'cdn.discordapp.com',
pathname: '**',
port: '',
},
{
protocol: 'https',
hostname: 'jupiter.nlmc.workers.dev',
pathname: '**',
port: '',
},
],
},
};
Expand Down
185 changes: 74 additions & 111 deletions package-lock.json

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

11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,17 @@
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-radio-group": "^1.1.3",
"@tanstack/match-sorter-utils": "^8.8.4",
"@tanstack/react-query": "^4.32.6",
"@tanstack/react-query": "^5.29.2",
"@tanstack/react-table": "^8.11.0",
"@tanstack/react-virtual": "^3.0.1",
"@trpc/client": "^10.45.2",
"@trpc/next": "^10.45.2",
"@trpc/react-query": "^10.45.2",
"@trpc/server": "^10.45.2",
"@trpc/client": "^11.0.0-rc.340",
"@trpc/react-query": "^11.0.0-rc.340",
"@trpc/server": "^11.0.0-rc.340",
"date-fns": "^2.30.0",
"dotenv": "^16.0.3",
"drizzle-orm": "^0.28.5",
"drizzle-zod": "^0.5.1",
"next": "^14.2.1",
"next": "^14.2.2",
"next-auth": "^4.23.0",
"postgres": "^3.3.5",
"react": "^18.2.0",
Expand Down
Loading

0 comments on commit 1a82288

Please sign in to comment.