File tree 3 files changed +685
-475
lines changed
3 files changed +685
-475
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ x-common:
24
24
# ------------------------------------------------------------------------------------------
25
25
services :
26
26
database :
27
- image : mariadb:10.5
27
+ image : mariadb:11.6
28
28
restart : unless-stopped
29
29
command : --default-authentication-plugin=mysql_native_password
30
30
volumes :
Original file line number Diff line number Diff line change 14
14
"class-variance-authority" : " ^0.7.0" ,
15
15
"clsx" : " ^2.1.1" ,
16
16
"lucide-react" : " ^0.456.0" ,
17
- "next" : " 14.2.16 " ,
18
- "react" : " ^18 " ,
19
- "react-dom" : " ^18 " ,
17
+ "next" : " 15.1.2 " ,
18
+ "react" : " ^19.0.0 " ,
19
+ "react-dom" : " ^19.0.0 " ,
20
20
"tailwind-merge" : " ^2.5.4" ,
21
21
"tailwindcss-animate" : " ^1.0.7"
22
22
},
23
23
"devDependencies" : {
24
- "@types/node" : " ^20 " ,
25
- "@types/react" : " ^18 " ,
26
- "@types/react-dom" : " ^18 " ,
27
- "eslint" : " ^8 " ,
28
- "eslint-config-next" : " 14.2.16 " ,
24
+ "@types/node" : " ^22.0.0 " ,
25
+ "@types/react" : " ^19.0.0 " ,
26
+ "@types/react-dom" : " ^19.0.0 " ,
27
+ "eslint" : " ^9.0.0 " ,
28
+ "eslint-config-next" : " 15.1.2 " ,
29
29
"postcss" : " ^8" ,
30
30
"tailwindcss" : " ^3.4.1" ,
31
31
"typescript" : " ^5"
You can’t perform that action at this time.
0 commit comments