mirror of
https://github.com/vercel/eve.git
synced 2026-09-20 05:35:39 +08:00
chore(eve): tooling - upgrade pnpm and enable global virtual store (#3496)
Signed-off-by: Andrew Barba <barba@hey.com>
This commit is contained in:
@@ -62,5 +62,5 @@
|
||||
"microsandbox": "^0.5.10",
|
||||
"typescript": "7.0.2"
|
||||
},
|
||||
"packageManager": "pnpm@11.25.0"
|
||||
"packageManager": "pnpm@12.4.2"
|
||||
}
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
enableGlobalVirtualStore: false
|
||||
|
||||
packages:
|
||||
- "."
|
||||
|
||||
|
||||
@@ -28,5 +28,5 @@
|
||||
"@types/react-dom": "~19.2.3",
|
||||
"typescript": "7.0.2"
|
||||
},
|
||||
"packageManager": "pnpm@11.25.0"
|
||||
"packageManager": "pnpm@12.4.2"
|
||||
}
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
enableGlobalVirtualStore: false
|
||||
|
||||
allowBuilds:
|
||||
sharp: true
|
||||
esbuild: true
|
||||
|
||||
@@ -22,5 +22,5 @@
|
||||
"@types/node": "^25.9.3",
|
||||
"typescript": "7.0.2"
|
||||
},
|
||||
"packageManager": "pnpm@11.25.0"
|
||||
"packageManager": "pnpm@12.4.2"
|
||||
}
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
enableGlobalVirtualStore: false
|
||||
|
||||
minimumReleaseAgeExclude:
|
||||
- "@ai-sdk/*"
|
||||
- "@vercel/*"
|
||||
|
||||
@@ -58,5 +58,5 @@
|
||||
"engines": {
|
||||
"node": ">=24"
|
||||
},
|
||||
"packageManager": "pnpm@11.25.0"
|
||||
"packageManager": "pnpm@12.4.2"
|
||||
}
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
enableGlobalVirtualStore: false
|
||||
|
||||
packages:
|
||||
- "."
|
||||
|
||||
|
||||
+1
-1
@@ -46,5 +46,5 @@
|
||||
"engines": {
|
||||
"node": ">=24"
|
||||
},
|
||||
"packageManager": "pnpm@11.25.0"
|
||||
"packageManager": "pnpm@12.4.2"
|
||||
}
|
||||
|
||||
Generated
+4960
-5438
File diff suppressed because it is too large
Load Diff
@@ -1,3 +1,5 @@
|
||||
enableGlobalVirtualStore: false
|
||||
|
||||
packages:
|
||||
- apps/*
|
||||
- apps/fixtures/*
|
||||
|
||||
Reference in New Issue
Block a user