Skip to content

Commit 147f9e7

Browse files
authored
fix: open up versions for gax and tools post-migration (#7854)
1 parent 1dd5860 commit 147f9e7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

core/packages/gax/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"object-hash": "^3.0.0",
2020
"proto3-json-serializer": "3.0.4",
2121
"protobufjs": "^7.5.4",
22-
"retry-request": "8.0.2",
22+
"retry-request": "^8.0.2",
2323
"rimraf": "^5.0.1"
2424
},
2525
"devDependencies": {

core/packages/tools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"dependencies": {
3333
"@babel/core": "^7.26.8",
3434
"@babel/traverse": "^7.26.8",
35-
"google-gax": "5.0.6",
35+
"google-gax": "^5.0.6",
3636
"google-proto-files": "^5.0.0",
3737
"protobufjs-cli": "^1.2.0",
3838
"uglify-js": "^3.19.3",

0 commit comments

Comments
 (0)