Skip to content

Commit 5ecbb01

Browse files
authored
chore: bump pnpm to 10.33.4 (#897)
Brings `packageManager` and `devEngines.packageManager.version` up to the latest pnpm v10 patch (was 10.24.0). No behavior change — just keeps the version pin current. Same bump going across the other recently-migrated public repos.
1 parent 94635b2 commit 5ecbb01

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,11 +107,11 @@
107107
"webpack": "^5.105.2",
108108
"webpack-cli": "^7.0.0"
109109
},
110-
"packageManager": "pnpm@10.24.0",
110+
"packageManager": "pnpm@10.33.4",
111111
"devEngines": {
112112
"packageManager": {
113113
"name": "pnpm",
114-
"version": "10.24.0",
114+
"version": "10.33.4",
115115
"onFail": "warn"
116116
}
117117
}

0 commit comments

Comments
 (0)