Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/lint-and-format-b754…
Browse files Browse the repository at this point in the history
…c9f47d
  • Loading branch information
smaye81 authored Jan 2, 2025
2 parents 257bf26 + 12ec982 commit 194caed
Show file tree
Hide file tree
Showing 10 changed files with 21 additions and 36 deletions.
39 changes: 12 additions & 27 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.1",
"@types/node": "^22.10.3",
"@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/protoplugin-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"@bufbuild/protoplugin": "^2.2.3",
"typescript": "^5.6.3",
"tsx": "^4.19.2",
"@types/node": "^22.10.1"
"@types/node": "^22.10.3"
}
}
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.9.3",
"@types/node": "22.10.3",
"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.1",
"@types/node": "22.10.3",
"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.1",
"@types/node": "22.10.3",
"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.1",
"@types/node": "22.10.3",
"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.1",
"@types/node": "22.10.3",
"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.1",
"@types/node": "22.10.3",
"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.1",
"@types/node": "22.10.3",
"typescript": "5.5.x"
}
}

0 comments on commit 194caed

Please sign in to comment.