Skip to content

Commit f878b4d

Browse files
committed
Merge branch 'main' into caitlin/update-braintrust-otel
2 parents b5e34b4 + 22ef521 commit f878b4d

4 files changed

Lines changed: 16 additions & 4 deletions

File tree

.npmrc

Lines changed: 0 additions & 1 deletion
This file was deleted.

mise.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[tools]
2+
pnpm = "10.26.2"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"vite-tsconfig-paths": "^4.3.2",
2323
"vitest": "^2.1.9"
2424
},
25-
"packageManager": "pnpm@8.15.5",
25+
"packageManager": "pnpm@10.26.2",
2626
"resolutions": {
2727
"zod": "3.25.34"
2828
}

pnpm-workspace.yaml

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
11
packages:
2-
- "apis/*"
3-
- "packages/*"
2+
- apis/*
3+
- packages/*
4+
5+
ignoredBuiltDependencies:
6+
- "@parcel/watcher"
7+
- bufferutil
8+
- es5-ext
9+
- esbuild
10+
- msw
11+
- protobufjs
12+
- sharp
13+
- utf-8-validate
14+
- workerd

0 commit comments

Comments
 (0)