Skip to content

Commit 9400f2e

Browse files
committed
chore: deps
1 parent c2257fb commit 9400f2e

2 files changed

Lines changed: 197 additions & 94 deletions

File tree

package.json

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
"packageManager": "pnpm@10.15.0",
2525
"pnpm": {
2626
"overrides": {
27-
"next@>=15.0.0 <15.1.2": ">=15.1.2",
2827
"undici@>=6.0.0 <6.21.1": ">=6.21.1",
2928
"esbuild@<=0.24.2": ">=0.25.0",
3029
"vite@>=6.0.0 <=6.0.8": ">=6.0.9",
@@ -33,7 +32,6 @@
3332
"@babel/runtime@<7.26.10": ">=7.26.10",
3433
"@babel/helpers@<7.26.10": ">=7.26.10",
3534
"vite@>=6.2.0 <6.2.3": ">=6.2.3",
36-
"next@>=15.0.0 <15.2.3": ">=15.2.3",
3735
"vite@>=6.2.0 <6.2.4": ">=6.2.4",
3836
"vite@>=6.2.0 <6.2.5": ">=6.2.5",
3937
"image-size@>=1.1.0 <1.2.1": ">=1.2.1",
@@ -62,8 +60,6 @@
6260
"node-forge@<1.3.2": ">=1.3.2",
6361
"mdast-util-to-hast@>=13.0.0 <13.2.1": ">=13.2.1",
6462
"jws@<3.2.3": ">=3.2.3",
65-
"next@>=15.5.0-canary.0 <15.5.7": ">=15.5.7",
66-
"next@>=15.5.1-canary.0 <15.5.8": ">=15.5.8",
6763
"qs@<6.14.1": ">=6.14.1",
6864
"hono@<4.11.4": ">=4.11.4",
6965
"devalue@>=5.1.0 <5.6.2": ">=5.6.2",
@@ -77,11 +73,7 @@
7773
"diff@<4.0.4": ">=4.0.4",
7874
"diff@>=6.0.0 <8.0.3": ">=8.0.3",
7975
"undici@<6.23.0": ">=6.23.0",
80-
"next@>=15.6.0-canary.0 <16.1.5": ">=16.1.5",
81-
"next@>=16.0.0-beta.0 <16.1.5": ">=16.1.5",
8276
"hono@<4.11.7": ">=4.11.7",
83-
"next@>=16.1.0-canary.0 <16.1.5": ">=16.1.5",
84-
"next@>=16.0.0-beta.0 <16.0.11": ">=16.0.11",
8577
"tar@<7.5.7": ">=7.5.7"
8678
},
8779
"onlyBuiltDependencies": [
@@ -92,10 +84,10 @@
9284
]
9385
},
9486
"dependencies": {
95-
"@turbo/gen": "^2.5.4",
87+
"@turbo/gen": "^2.8.0",
9688
"fs-extra": "^11.3.0",
9789
"klaw-sync": "^7.0.0",
9890
"typescript": "catalog:build",
9991
"yaml": "^2.8.0"
10092
}
101-
}
93+
}

0 commit comments

Comments
 (0)