File tree 3 files changed +6
-7
lines changed
3 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 2
2
/// <reference types="next/image-types/global" />
3
3
4
4
// 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.
Original file line number Diff line number Diff line change 1
1
/** @type {import('next').NextConfig } */
2
2
const nextConfig = {
3
- swcMinify : true ,
4
3
trailingSlash : true ,
5
4
reactStrictMode : true ,
6
5
}
Original file line number Diff line number Diff line change 16
16
"class-variance-authority" : " ^0.7.1" ,
17
17
"dotenv" : " ^16.4.7" ,
18
18
"framer-motion" : " ^11.13.5" ,
19
- "next" : " ^14.2.20 " ,
19
+ "next" : " ^15.1.0 " ,
20
20
"next-view-transitions" : " ^0.3.4" ,
21
- "react" : " ^18.3.1 " ,
22
- "react-dom" : " ^18.3.1 " ,
21
+ "react" : " ^19.0.0 " ,
22
+ "react-dom" : " ^19.0.0 " ,
23
23
"sharp" : " ^0.33.5" ,
24
24
"sonner" : " ^1.7.1" ,
25
25
"use-sound" : " ^4.0.3"
26
26
},
27
27
"devDependencies" : {
28
28
"@tailwindcss/typography" : " ^0.5.15" ,
29
29
"@types/node" : " ^22.10.2" ,
30
- "@types/react" : " ^18.3.16 " ,
30
+ "@types/react" : " ^19.0.1 " ,
31
31
"@typescript-eslint/eslint-plugin" : " ^7.18.0" ,
32
32
"@typescript-eslint/parser" : " ^7.18.0" ,
33
33
"autoprefixer" : " ^10.4.20" ,
34
34
"eslint" : " ^8.57.1" ,
35
- "eslint-config-next" : " ^14.2.20 " ,
35
+ "eslint-config-next" : " ^15.1.0 " ,
36
36
"eslint-config-prettier" : " ^9.1.0" ,
37
37
"eslint-config-standard-with-typescript" : " ^43.0.1" ,
38
38
"eslint-plugin-import" : " ^2.31.0" ,
You can’t perform that action at this time.
0 commit comments