File tree 4 files changed +141
-143
lines changed
4 files changed +141
-143
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,6 @@ import type { NextConfig } from 'next';
2
2
3
3
const nextConfig : NextConfig = {
4
4
/* config options here */
5
- experimental : {
6
- ppr : true
7
- }
8
5
} ;
9
6
10
7
export default nextConfig ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " portfolio" ,
3
- "version" : " 0.2.7 " ,
3
+ "version" : " 0.2.6 " ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"dev" : " next dev --turbopack" ,
24
24
"motion" : " ^11.13.1" ,
25
25
"next" : " 15.0.4-canary.37" ,
26
26
"next-mdx-remote-client" : " ^1.0.3" ,
27
- "next-themes" : " ^0.4.4 " ,
27
+ "next-themes" : " ^0.4.3 " ,
28
28
"next-view-transitions" : " ^0.3.4" ,
29
29
"react" : " 19.0.0-rc-66855b96-20241106" ,
30
30
"react-dom" : " 19.0.0-rc-66855b96-20241106" ,
38
38
},
39
39
"devDependencies" : {
40
40
"@types/node" : " ^20.17.9" ,
41
- "@types/react" : " ^18.3.14 " ,
42
- "@types/react-dom" : " ^18.3.2 " ,
41
+ "@types/react" : " ^18.3.12 " ,
42
+ "@types/react-dom" : " ^18.3.1 " ,
43
43
"eslint" : " ^8.57.1" ,
44
44
"eslint-config-next" : " 15.0.3" ,
45
45
"eslint-config-prettier" : " ^9.1.0" ,
You can’t perform that action at this time.
0 commit comments