File tree Expand file tree Collapse file tree 12 files changed +424
-919
lines changed Expand file tree Collapse file tree 12 files changed +424
-919
lines changed Original file line number Diff line number Diff line change 17
17
},
18
18
"dependencies" : {
19
19
"@neshca/cache-handler" : " workspace:*" ,
20
- "axios" : " 1.7.9 " ,
21
- "next" : " 14 .2.15 " ,
22
- "react" : " 18.3.1 " ,
23
- "react-dom" : " 18.3.1 " ,
20
+ "axios" : " 1.8.1 " ,
21
+ "next" : " 15 .2.0 " ,
22
+ "react" : " 19.0.0 " ,
23
+ "react-dom" : " 19.0.0 " ,
24
24
"redis" : " 4.7.0"
25
25
},
26
26
"devDependencies" : {
27
27
"@playwright/test" : " 1.50.1" ,
28
28
"@repo/eslint-config" : " workspace:*" ,
29
29
"@repo/typescript-config" : " workspace:*" ,
30
- "@types/node" : " 22.13.4 " ,
31
- "@types/react" : " 18.3.12 " ,
32
- "@types/react-dom" : " 18.3.1 " ,
33
- "eslint" : " 9.20.1 " ,
30
+ "@types/node" : " 22.13.5 " ,
31
+ "@types/react" : " 19.0.10 " ,
32
+ "@types/react-dom" : " 19.0.4 " ,
33
+ "eslint" : " 9.21.0 " ,
34
34
"fastify" : " 5.2.1" ,
35
35
"pm2" : " 5.4.3" ,
36
36
"tsx" : " 4.19.3" ,
Original file line number Diff line number Diff line change 11
11
"start:docs" : " serve out"
12
12
},
13
13
"dependencies" : {
14
- "next" : " 15.1.6 " ,
14
+ "next" : " 15.2.0 " ,
15
15
"nextra" : " 4.2.13" ,
16
16
"nextra-theme-docs" : " 4.2.13" ,
17
17
"react" : " 19.0.0" ,
20
20
"devDependencies" : {
21
21
"@repo/eslint-config" : " workspace:*" ,
22
22
"@repo/typescript-config" : " workspace:*" ,
23
- "@types/node" : " 22.13.4 " ,
24
- "@types/react" : " 19.0.8 " ,
25
- "@types/react-dom" : " 19.0.3 " ,
26
- "eslint" : " 9.20.1 " ,
23
+ "@types/node" : " 22.13.5 " ,
24
+ "@types/react" : " 19.0.10 " ,
25
+ "@types/react-dom" : " 19.0.4 " ,
26
+ "eslint" : " 9.21.0 " ,
27
27
"pagefind" : " 1.3.0" ,
28
28
"serve" : " 14.2.4" ,
29
29
"typescript" : " 5.7.3"
Original file line number Diff line number Diff line change 14
14
},
15
15
"devDependencies" : {
16
16
"@repo/typescript-config" : " workspace:*" ,
17
- "@types/node" : " 22.13.4 " ,
17
+ "@types/node" : " 22.13.5 " ,
18
18
"pino-pretty" : " 13.0.0" ,
19
19
"tsx" : " 4.19.3" ,
20
20
"typescript" : " 5.7.3"
Original file line number Diff line number Diff line change 7
7
"./next-js" : " ./next.js"
8
8
},
9
9
"devDependencies" : {
10
- "@eslint/js" : " 9.20 .0" ,
11
- "@next/eslint-plugin-next" : " 15.1.7 " ,
12
- "eslint" : " 9.20.1 " ,
13
- "eslint-config-prettier" : " 10.0.1 " ,
10
+ "@eslint/js" : " 9.21 .0" ,
11
+ "@next/eslint-plugin-next" : " 15.2.0 " ,
12
+ "eslint" : " 9.21.0 " ,
13
+ "eslint-config-prettier" : " 10.0.2 " ,
14
14
"eslint-plugin-react" : " 7.37.4" ,
15
15
"eslint-plugin-react-hooks" : " 5.1.0" ,
16
- "eslint-plugin-turbo" : " 2.4.2 " ,
16
+ "eslint-plugin-turbo" : " 2.4.4 " ,
17
17
"globals" : " 16.0.0" ,
18
18
"typescript" : " 5.7.3" ,
19
- "typescript-eslint" : " 8.24.1 "
19
+ "typescript-eslint" : " 8.25.0 "
20
20
}
21
21
}
Original file line number Diff line number Diff line change 8
8
"types" : " ./src/next-common.ts"
9
9
},
10
10
"dependencies" : {
11
- "next" : " 14 .2.15 "
11
+ "next" : " 15 .2.0 "
12
12
},
13
13
"devDependencies" : {
14
14
"@repo/typescript-config" : " workspace:*" ,
15
- "@types/node" : " 22.13.4 " ,
15
+ "@types/node" : " 22.13.5 " ,
16
16
"typescript" : " 5.7.3"
17
17
}
18
18
}
Original file line number Diff line number Diff line change 13
13
"devDependencies" : {
14
14
"@repo/next-common" : " workspace:*" ,
15
15
"@repo/typescript-config" : " workspace:*" ,
16
- "@types/node" : " 22.13.4 " ,
16
+ "@types/node" : " 22.13.5 " ,
17
17
"typescript" : " 5.7.3"
18
18
}
19
19
}
Original file line number Diff line number Diff line change 27
27
"devDependencies" : {
28
28
"@biomejs/biome" : " 1.9.4" ,
29
29
"@changesets/cli" : " 2.28.1" ,
30
- "prettier" : " 3.5.1 " ,
30
+ "prettier" : " 3.5.2 " ,
31
31
"prettier-plugin-packagejson" : " 2.5.8" ,
32
- "turbo" : " 2.4.2 "
32
+ "turbo" : " 2.4.4 "
33
33
},
34
- "packageManager" : " pnpm@10.2.1 +sha512.398035c7bd696d0ba0b10a688ed558285329d27ea994804a52bad9167d8e3a72bcb993f9699585d3ca25779ac64949ef422757a6c31102c12ab932e5cbe5cc92 " ,
34
+ "packageManager" : " pnpm@10.5.2 +sha512.da9dc28cd3ff40d0592188235ab25d3202add8a207afbedc682220e4a0029ffbff4562102b9e6e46b4e3f9e8bd53e6d05de48544b0c57d4b0179e22c76d1199b " ,
35
35
"engines" : {
36
36
"node" : " >=22.11.0"
37
- },
38
- "pnpm" : {
39
- "onlyBuiltDependencies" : [
40
- " @biomejs/biome" ,
41
- " esbuild"
42
- ]
43
37
}
44
38
}
Original file line number Diff line number Diff line change 86
86
"@repo/next-common" : " workspace:*" ,
87
87
"@repo/next-lru-cache" : " workspace:*" ,
88
88
"@repo/typescript-config" : " workspace:*" ,
89
- "@types/node" : " 22.13.4 " ,
90
- "tsup" : " 8.3.6 " ,
89
+ "@types/node" : " 22.13.5 " ,
90
+ "tsup" : " 8.4.0 " ,
91
91
"tsx" : " 4.19.3" ,
92
92
"typescript" : " 5.7.3"
93
93
},
94
94
"peerDependencies" : {
95
- "next" : " >= 13.5.1 < 15 " ,
95
+ "next" : " >= 15 < 16 " ,
96
96
"redis" : " >= 4.6"
97
- },
98
- "distTags" : [
99
- " next13.5" ,
100
- " next14"
101
- ]
97
+ }
102
98
}
Original file line number Diff line number Diff line change 27
27
},
28
28
"devDependencies" : {
29
29
"@repo/typescript-config" : " workspace:*" ,
30
- "@types/node" : " 22.13.4 " ,
31
- "tsup" : " 8.3.6 " ,
30
+ "@types/node" : " 22.13.5 " ,
31
+ "tsup" : " 8.4.0 " ,
32
32
"tsx" : " 4.19.3" ,
33
33
"typescript" : " 5.7.3"
34
34
}
Original file line number Diff line number Diff line change 31
31
"@repo/next-common" : " workspace:*" ,
32
32
"@repo/next-lru-cache" : " workspace:*" ,
33
33
"@repo/typescript-config" : " workspace:*" ,
34
- "@types/node" : " 22.13.4 " ,
35
- "tsup" : " 8.3.6 " ,
34
+ "@types/node" : " 22.13.5 " ,
35
+ "tsup" : " 8.4.0 " ,
36
36
"tsx" : " 4.19.3" ,
37
37
"typescript" : " 5.7.3"
38
- },
39
- "distTags" : [
40
- " next13.5" ,
41
- " next14"
42
- ]
38
+ }
43
39
}
You can’t perform that action at this time.
0 commit comments