-
Notifications
You must be signed in to change notification settings - Fork 116
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update packages to resolve buffer dependency issue (#1680)
* Update packages and WC integration * updated packages * PKG -- [config] fix missing package * OPS -- [root] changeset
- Loading branch information
Showing
10 changed files
with
15,711 additions
and
30,071 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
"@onflow/fcl-bundle": patch | ||
"@onflow/protobuf": patch | ||
"@onflow/config": patch | ||
--- | ||
|
||
Updated dependencies |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
{ | ||
"packages": ["packages/*"], | ||
"version": "independent" | ||
"version": "independent", | ||
"useWorkspaces": true | ||
} |
Oops, something went wrong.