Skip to content

Commit ff279f9

Browse files
Bump protoc from 32.0.0 to 32.1.0 (#1252)
1 parent 00c721c commit ff279f9

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/protobuf/src/registry.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ const OPEN: FeatureSet_EnumType.OPEN = 1;
425425

426426
// biome-ignore format: want this to read well
427427
// bootstrap-inject defaults: EDITION_PROTO2 to EDITION_2024: export const minimumEdition: SupportedEdition = $minimumEdition, maximumEdition: SupportedEdition = $maximumEdition;
428-
// generated from protoc v32.0
428+
// generated from protoc v32.1
429429
export const minimumEdition: SupportedEdition = 998, maximumEdition: SupportedEdition = 1001;
430430
const featureDefaults = {
431431
// EDITION_PROTO2

packages/upstream-protobuf/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
},
2222
"dependencies": {
2323
"fflate": "^0.8.1",
24-
"protoc": "32.0.0"
24+
"protoc": "32.1.0"
2525
}
2626
}

0 commit comments

Comments
 (0)