-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Moved peer dependencies to standard dependencies so that users don't have to install multiple packages * Added changeset * Adjusted github actions to not use peer dependencies * Adjusted dependencies * Removed redundand dev dependencies and redundant wagmi and viem in root package.json
- Loading branch information
1 parent
e64e618
commit 7d9b382
Showing
9 changed files
with
65 additions
and
315 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,5 @@ | ||
--- | ||
"@sei-js/evm": patch | ||
--- | ||
|
||
Moved peer dependencies to standard dependencies to avoid needing multiple packages installed |
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 |
---|---|---|
|
@@ -14,10 +14,6 @@ jobs: | |
- uses: browser-actions/setup-chrome@v1 | ||
- run: chrome --version | ||
- run: yarn | ||
|
||
- name: Install Peer Dependencies | ||
run: yarn add -W [email protected] wagmi | ||
|
||
- run: yarn lint:all | ||
- run: yarn build:all | ||
- run: yarn test:all |
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 |
---|---|---|
|
@@ -28,9 +28,6 @@ jobs: | |
- name: Install dependencies | ||
run: yarn install | ||
|
||
- name: Install Peer Dependencies | ||
run: yarn add -W [email protected] wagmi | ||
|
||
- name: Build packages | ||
run: yarn build:all | ||
|
||
|
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 |
---|---|---|
|
@@ -39,9 +39,6 @@ jobs: | |
- name: Install Dependencies | ||
run: yarn | ||
|
||
- name: Install Peer Dependencies | ||
run: yarn add -W [email protected] wagmi @sei-js/proto | ||
|
||
- name: Build all packages | ||
run: yarn build:all | ||
|
||
|
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
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
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
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
Oops, something went wrong.