Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/test-10f6691b45
Browse files Browse the repository at this point in the history
  • Loading branch information
smaye81 authored Feb 3, 2025
2 parents 6aa667e + 8b48938 commit ddfd30b
Show file tree
Hide file tree
Showing 12 changed files with 58 additions and 58 deletions.
92 changes: 46 additions & 46 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"devDependencies": {
"@arethetypeswrong/cli": "^0.17.2",
"@bufbuild/license-header": "^0.0.4",
"@types/node": "^22.10.3",
"@types/node": "^22.13.0",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"eslint": "^8.57.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/bundle-size/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"lint": "eslint --max-warnings 0 ."
},
"dependencies": {
"@bufbuild/buf": "^1.48.0",
"@bufbuild/buf": "^1.50.0",
"@bufbuild/protobuf": "2.2.3",
"@bufbuild/protoplugin": "2.2.3",
"@bufbuild/protoc-gen-es": "2.2.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/protobuf-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"license": "Apache-2.0",
"type": "module",
"dependencies": {
"@bufbuild/buf": "^1.48.0",
"@bufbuild/buf": "^1.50.0",
"@bufbuild/protobuf": "2.2.3",
"@bufbuild/protoc-gen-es": "2.2.3",
"tsx": "^4.19.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/protoplugin-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
},
"license": "Apache-2.0",
"dependencies": {
"@bufbuild/buf": "^1.48.0",
"@bufbuild/buf": "^1.50.0",
"@bufbuild/protobuf": "^2.2.3",
"@bufbuild/protoc-gen-es": "^2.2.3",
"@bufbuild/protoplugin": "^2.2.3",
"typescript": "^5.6.3",
"tsx": "^4.19.2",
"@types/node": "^22.10.3"
"@types/node": "^22.13.0"
}
}
2 changes: 1 addition & 1 deletion packages/typescript-compat/v4.9.x/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"dependencies": {
"@bufbuild/protobuf-test": "*",
"@types/node": "22.10.3",
"@types/node": "22.13.0",
"typescript": "4.9.x"
}
}
2 changes: 1 addition & 1 deletion packages/typescript-compat/v5.0.x/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"dependencies": {
"@bufbuild/protobuf-test": "*",
"@types/node": "22.10.3",
"@types/node": "22.13.0",
"typescript": "5.0.x"
}
}
2 changes: 1 addition & 1 deletion packages/typescript-compat/v5.1.x/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"dependencies": {
"@bufbuild/protobuf-test": "*",
"@types/node": "22.10.3",
"@types/node": "22.13.0",
"typescript": "5.1.x"
}
}
2 changes: 1 addition & 1 deletion packages/typescript-compat/v5.2.x/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"dependencies": {
"@bufbuild/protobuf-test": "*",
"@types/node": "22.10.3",
"@types/node": "22.13.0",
"typescript": "5.2.x"
}
}
2 changes: 1 addition & 1 deletion packages/typescript-compat/v5.3.x/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"dependencies": {
"@bufbuild/protobuf-test": "*",
"@types/node": "22.10.3",
"@types/node": "22.13.0",
"typescript": "5.3.x"
}
}
2 changes: 1 addition & 1 deletion packages/typescript-compat/v5.4.x/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"dependencies": {
"@bufbuild/protobuf-test": "*",
"@types/node": "22.10.3",
"@types/node": "22.13.0",
"typescript": "5.4.x"
}
}
2 changes: 1 addition & 1 deletion packages/typescript-compat/v5.5.x/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"dependencies": {
"@bufbuild/protobuf-test": "*",
"@types/node": "22.10.3",
"@types/node": "22.13.0",
"typescript": "5.5.x"
}
}

0 comments on commit ddfd30b

Please sign in to comment.