Skip to content

Commit 115bb35

Browse files
Update packages (except tailwind)
1 parent a9aa5dd commit 115bb35

File tree

3 files changed

+2017
-969
lines changed

3 files changed

+2017
-969
lines changed

next-env.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
/// <reference types="next/image-types/global" />
33

44
// NOTE: This file should not be edited
5-
// see https://nextjs.org/docs/app/building-your-application/configuring/typescript for more information.
5+
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.

package.json

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -10,45 +10,45 @@
1010
"format": "prettier --write \"./**/*.{ts,tsx,json}\""
1111
},
1212
"dependencies": {
13-
"@auth/xata-adapter": "^1.4.2",
14-
"@t3-oss/env-nextjs": "^0.11.1",
13+
"@auth/xata-adapter": "^1.10.0",
14+
"@t3-oss/env-nextjs": "^0.13.8",
1515
"@twuni/emojify": "^1.0.2",
16-
"@xata.io/client": "^0.30.0",
17-
"axios": "^1.7.7",
18-
"class-variance-authority": "^0.7.0",
16+
"@xata.io/client": "^0.30.1",
17+
"axios": "^1.11.0",
18+
"class-variance-authority": "^0.7.1",
1919
"clsx": "^2.1.1",
20-
"daisyui": "^4.12.10",
21-
"framer-motion": "^11.5.4",
22-
"jotai": "^2.9.3",
23-
"lucide-react": "^0.439.0",
24-
"next": "^14.2.9",
20+
"daisyui": "^5.0.50",
21+
"framer-motion": "^12.23.12",
22+
"jotai": "^2.12.5",
23+
"lucide-react": "^0.536.0",
24+
"next": "^15.4.5",
2525
"next-auth": "5.0.0-beta.20",
26-
"next-cloudinary": "^6.12.0",
27-
"next-seo": "^6.6.0",
26+
"next-cloudinary": "^6.16.0",
27+
"next-seo": "^6.8.0",
2828
"nextjs-progressbar": "^0.0.16",
29-
"react": "18.3.1",
30-
"react-dom": "18.3.1",
31-
"react-hook-form": "^7.53.0",
32-
"react-hot-toast": "^2.4.1",
33-
"react-icons": "^5.3.0",
34-
"tailwind-merge": "^2.5.2",
29+
"react": "19.1.1",
30+
"react-dom": "19.1.1",
31+
"react-hook-form": "^7.62.0",
32+
"react-hot-toast": "^2.5.2",
33+
"react-icons": "^5.5.0",
34+
"tailwind-merge": "^3.3.1",
3535
"tailwindcss-animate": "^1.0.7",
36-
"zod": "^3.23.8"
36+
"zod": "^4.0.14"
3737
},
3838
"devDependencies": {
39-
"@types/node": "^22.5.4",
40-
"@types/react": "18.3.5",
39+
"@types/node": "^24.1.0",
40+
"@types/react": "19.1.9",
4141
"@types/twuni__emojify": "^1.0.2",
42-
"autoprefixer": "^10.4.20",
43-
"eslint": "8.57.0",
44-
"eslint-config-next": "14.2.9",
45-
"postcss": "^8.4.45",
46-
"prettier": "^3.3.3",
47-
"prettier-plugin-tailwindcss": "^0.6.6",
42+
"autoprefixer": "^10.4.21",
43+
"eslint": "9.32.0",
44+
"eslint-config-next": "15.4.5",
45+
"postcss": "^8.5.6",
46+
"prettier": "^3.6.2",
47+
"prettier-plugin-tailwindcss": "^0.6.14",
4848
"tailwindcss": "^3.4.10",
49-
"typescript": "5.6.2"
49+
"typescript": "5.9.2"
5050
},
5151
"engines": {
52-
"node": ">=20.0.0"
52+
"node": ">=22.0.0"
5353
}
5454
}

0 commit comments

Comments
 (0)