-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8a5cf31
commit c5a1b45
Showing
7 changed files
with
19 additions
and
19 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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@pelagus/pelagus-background", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"description": "Pelagus, the community owned and operated Web3 wallet for Quai Network: api implementation.", | ||
"main": "index.ts", | ||
"repository": "[email protected]:PelagusWallet/pelagus-extension.git", | ||
|
@@ -24,8 +24,8 @@ | |
"watch": "webpack --mode=development --watch" | ||
}, | ||
"dependencies": { | ||
"@pelagus-provider/provider-bridge-shared": "1.0.8", | ||
"@pelagus-provider/window-provider": "1.0.8", | ||
"@pelagus-provider/provider-bridge-shared": "1.0.9", | ||
"@pelagus-provider/window-provider": "1.0.9", | ||
"@redux-devtools/remote": "^0.7.4", | ||
"@uniswap/token-lists": "^1.0.0-beta.30", | ||
"dayjs": "^1.10.7", | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@pelagus/pelagus-extension", | ||
"private": true, | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"description": "Pelagus, the community owned and operated Web3 wallet for Quai Network.", | ||
"main": "index.js", | ||
"repository": "[email protected]:PelagusWallet/pelagus-extension.git", | ||
|
@@ -55,11 +55,11 @@ | |
], | ||
"dependencies": { | ||
"@fortawesome/fontawesome-free": "^5.15.2", | ||
"@pelagus-provider/provider-bridge": "1.0.8", | ||
"@pelagus-provider/provider-bridge-shared": "1.0.8", | ||
"@pelagus-provider/window-provider": "1.0.8", | ||
"@pelagus/pelagus-background": "1.0.8", | ||
"@pelagus/pelagus-ui": "1.0.8", | ||
"@pelagus-provider/provider-bridge": "1.0.9", | ||
"@pelagus-provider/provider-bridge-shared": "1.0.9", | ||
"@pelagus-provider/window-provider": "1.0.9", | ||
"@pelagus/pelagus-background": "1.0.9", | ||
"@pelagus/pelagus-ui": "1.0.9", | ||
"buffer": "^6.0.3", | ||
"react": "^17.0.2", | ||
"sinon": "^14.0.1", | ||
|
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,6 +1,6 @@ | ||
{ | ||
"name": "@pelagus-provider/provider-bridge-shared", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"description": "Pelagus, the community owned and operated Web3 wallet: provider bridge to connect the in-page provider with the background script.", | ||
"main": "index.ts", | ||
"repository": "[email protected]:PelagusWallet/pelagus-extension.git", | ||
|
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,6 +1,6 @@ | ||
{ | ||
"name": "@pelagus-provider/provider-bridge", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"description": "Pelagus, the community owned and operated Web3 wallet: provider bridge to connect the in-page provider with the background script.", | ||
"main": "index.ts", | ||
"repository": "[email protected]:PelagusWallet/pelagus-extension.git", | ||
|
@@ -24,9 +24,9 @@ | |
"watch": "webpack --mode=development --watch" | ||
}, | ||
"dependencies": { | ||
"@pelagus-provider/provider-bridge-shared": "1.0.8", | ||
"@pelagus-provider/provider-bridge-shared": "1.0.9", | ||
"webextension-polyfill": "^0.8.0", | ||
"@pelagus/pelagus-background": "1.0.8" | ||
"@pelagus/pelagus-background": "1.0.9" | ||
}, | ||
"devDependencies": { | ||
"@types/webextension-polyfill": "^0.8.0" | ||
|
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,6 +1,6 @@ | ||
{ | ||
"name": "@pelagus/pelagus-ui", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"description": "Pelagus, the community owned and operated Web3 wallet for Quai Network: UI package.", | ||
"main": "index.ts", | ||
"repository": "[email protected]:PelagusWallet/pelagus-extension.git", | ||
|
@@ -23,8 +23,8 @@ | |
"watch": "webpack --mode=development --watch" | ||
}, | ||
"dependencies": { | ||
"@pelagus-provider/provider-bridge-shared": "1.0.8", | ||
"@pelagus/pelagus-background": "1.0.8", | ||
"@pelagus-provider/provider-bridge-shared": "1.0.9", | ||
"@pelagus/pelagus-background": "1.0.9", | ||
"@reduxjs/toolkit": "^1.6.0", | ||
"@testing-library/jest-dom": "5.16.5", | ||
"@testing-library/react": "12.1.5", | ||
|
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,6 +1,6 @@ | ||
{ | ||
"name": "@pelagus-provider/window-provider", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"description": "Pelagus, the community owned and operated Web3 wallet: window provider is responsible for creating the in-page object for communication.", | ||
"main": "index.ts", | ||
"repository": "[email protected]:PelagusWallet/pelagus-extension.git", | ||
|
@@ -15,6 +15,6 @@ | |
"dapp" | ||
], | ||
"dependencies": { | ||
"@pelagus-provider/provider-bridge-shared": "1.0.8" | ||
"@pelagus-provider/provider-bridge-shared": "1.0.9" | ||
} | ||
} |