Skip to content

Commit a381814

Browse files
committed
align packages
1 parent 86ce9f7 commit a381814

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

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/sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"@onflow/util-actor": "^1.2.0",
4848
"@onflow/util-address": "^1.1.0",
4949
"@onflow/util-invariant": "^1.1.0",
50-
"@onflow/util-logger": "^1.2.1",
50+
"@onflow/util-logger": "^1.2.2",
5151
"@onflow/util-template": "^1.1.0",
5252
"deepmerge": "^4.2.2",
5353
"sha3": "^2.1.4",

packages/transport-http/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@babel/runtime": "^7.18.6",
3636
"@onflow/util-address": "^1.1.0",
3737
"@onflow/util-invariant": "^1.1.0",
38-
"@onflow/util-logger": "^1.2.1",
38+
"@onflow/util-logger": "^1.2.2",
3939
"@onflow/util-template": "^1.1.0",
4040
"abort-controller": "^3.0.0",
4141
"cross-fetch": "^3.1.6"

packages/types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@
3737
},
3838
"dependencies": {
3939
"@babel/runtime": "^7.18.6",
40-
"@onflow/util-logger": "^1.3.0-alpha.0"
40+
"@onflow/util-logger": "^1.2.2"
4141
}
4242
}

packages/util-template/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@
3636
},
3737
"dependencies": {
3838
"@babel/runtime": "^7.18.6",
39-
"@onflow/util-logger": "^1.3.0-alpha.0"
39+
"@onflow/util-logger": "^1.2.2"
4040
}
4141
}

0 commit comments

Comments
 (0)