Skip to content

Commit 5b76193

Browse files
authored
Merge pull request #142 from akshat-OwO/chore/upgrade
chore: upgrade packages
2 parents 8f93aa9 + 7ac2cfe commit 5b76193

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+3549
-2855
lines changed

.changeset/long-items-agree.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"syllabusx-client": patch
3+
---
4+
5+
chore: dependency upgrades

.eslintrc.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

eslint.config.mjs

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
import { dirname } from "path";
2+
import { fileURLToPath } from "url";
3+
import { FlatCompat } from "@eslint/eslintrc";
4+
5+
const __filename = fileURLToPath(import.meta.url);
6+
const __dirname = dirname(__filename);
7+
8+
const compat = new FlatCompat({
9+
baseDirectory: __dirname,
10+
});
11+
12+
const eslintConfig = [
13+
...compat.extends("next/core-web-vitals", "next/typescript"),
14+
];
15+
16+
export default eslintConfig;

package.json

Lines changed: 26 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"private": true,
99
"scripts": {
10-
"dev": "next dev",
10+
"dev": "next dev --turbopack",
1111
"build": "next build",
1212
"start": "next start",
1313
"lint": "next lint",
@@ -21,8 +21,8 @@
2121
"@ai-sdk/google": "^1.0.4",
2222
"@ai-sdk/openai": "^1.0.5",
2323
"@ai-sdk/react": "^1.2.9",
24+
"@contentful/rich-text-react-renderer": "^16.0.1",
2425
"@changesets/changelog-github": "^0.5.1",
25-
"@contentful/rich-text-react-renderer": "^15.22.7",
2626
"@discordjs/rest": "^2.4.2",
2727
"@ducanh2912/next-pwa": "^10.2.8",
2828
"@floating-ui/react": "^0.26.20",
@@ -36,26 +36,26 @@
3636
"@radix-ui/react-dropdown-menu": "^2.1.1",
3737
"@radix-ui/react-hover-card": "^1.1.1",
3838
"@radix-ui/react-label": "^2.1.0",
39-
"@radix-ui/react-navigation-menu": "^1.2.0",
39+
"@radix-ui/react-navigation-menu": "^1.2.5",
4040
"@radix-ui/react-popover": "^1.1.1",
4141
"@radix-ui/react-progress": "^1.1.0",
4242
"@radix-ui/react-scroll-area": "^1.1.0",
4343
"@radix-ui/react-select": "^2.1.1",
4444
"@radix-ui/react-separator": "^1.1.0",
45-
"@radix-ui/react-slot": "^1.1.0",
45+
"@radix-ui/react-slot": "^1.2.0",
4646
"@radix-ui/react-switch": "^1.1.0",
4747
"@radix-ui/react-tabs": "^1.1.0",
4848
"@radix-ui/react-toast": "^1.2.1",
4949
"@radix-ui/react-tooltip": "^1.1.2",
50-
"@react-email/components": "^0.0.14",
50+
"@react-email/components": "^0.0.36",
5151
"@tailwindcss/typography": "^0.5.13",
5252
"@tanstack/query-sync-storage-persister": "^5.51.9",
5353
"@tanstack/react-query": "^5.51.11",
5454
"@tanstack/react-query-devtools": "^5.51.11",
5555
"@tanstack/react-query-persist-client": "^5.51.11",
5656
"@types/node": "20.9.1",
57-
"@types/react": "18.2.37",
58-
"@types/react-dom": "18.2.15",
57+
"@types/react": "19.1.2",
58+
"@types/react-dom": "19.1.2",
5959
"@upstash/ratelimit": "^1.2.1",
6060
"@upstash/redis": "^1.33.0",
6161
"@vercel/analytics": "^1.3.1",
@@ -66,33 +66,31 @@
6666
"class-variance-authority": "^0.7.0",
6767
"clsx": "^2.1.1",
6868
"cmdk": "^1.0.4",
69-
"contentful": "^10.12.14",
69+
"contentful": "^11.5.16",
7070
"date-fns": "^3.6.0",
7171
"discord-api-types": "^0.37.115",
7272
"discord-interactions": "^4.1.0",
73-
"eslint": "8.54.0",
74-
"eslint-config-next": "14.2.5",
7573
"framer-motion": "^11.12.0",
7674
"fuse.js": "^7.0.0",
7775
"geist": "^1.3.1",
7876
"jotai": "^2.9.1",
7977
"jspdf": "^2.5.2",
8078
"lodash": "^4.17.21",
81-
"lucide-react": "^0.323.0",
79+
"lucide-react": "^0.503.0",
8280
"lz-string": "^1.5.0",
8381
"nanoid": "^5.0.9",
84-
"next": "14.2.5",
82+
"next": "15.3.1",
8583
"next-themes": "^0.2.1",
8684
"octokit": "^3.2.1",
8785
"openai": "^4.53.0",
8886
"postcss": "8.4.31",
89-
"react": "18.3.1",
90-
"react-day-picker": "8.10.1",
91-
"react-dom": "18.3.1",
87+
"react": "19.1.0",
88+
"react-day-picker": "^9.6.7",
89+
"react-dom": "19.1.0",
9290
"react-hook-form": "^7.52.1",
9391
"react-markdown": "^9.0.1",
9492
"react-textarea-autosize": "^8.5.3",
95-
"resend": "^3.5.0",
93+
"resend": "^4.4.1",
9694
"selection-popover": "^0.3.0",
9795
"server-only": "^0.0.1",
9896
"sonner": "^1.5.0",
@@ -101,18 +99,20 @@
10199
"tailwindcss-animate": "^1.0.7",
102100
"typescript": "5.2.2",
103101
"use-sound": "^4.0.3",
104-
"vaul": "^0.7.9",
102+
"vaul": "^1.1.2",
105103
"zod": "^3.23.8",
106104
"zustand": "^4.5.4"
107105
},
108106
"devDependencies": {
109107
"@changesets/cli": "^2.27.11",
110108
"@commitlint/cli": "^18.6.1",
111109
"@commitlint/config-conventional": "^18.6.3",
110+
"@eslint/eslintrc": "^3.3.1",
112111
"@swc-jotai/react-refresh": "^0.1.1",
113-
"@tanstack/eslint-plugin-query": "^5.51.12",
114112
"@types/bad-words": "^3.0.3",
115113
"@types/lodash": "^4.17.7",
114+
"eslint": "9.25.1",
115+
"eslint-config-next": "15.3.1",
116116
"eslint-config-prettier": "^9.1.0",
117117
"husky": "^9.1.7",
118118
"prettier": "^3.3.3",
@@ -121,7 +121,13 @@
121121
},
122122
"pnpm": {
123123
"onlyBuiltDependencies": [
124-
"core-js"
125-
]
124+
"core-js",
125+
"sharp",
126+
"unrs-resolver"
127+
],
128+
"overrides": {
129+
"@types/react": "19.1.2",
130+
"@types/react-dom": "19.1.2"
131+
}
126132
}
127133
}

0 commit comments

Comments
 (0)