Skip to content

Commit

Permalink
Update dependencies, bump to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
h0ngcha0 committed Mar 11, 2023
1 parent 40e758b commit 34e5b8e
Show file tree
Hide file tree
Showing 11 changed files with 46 additions and 46 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packages": ["packages/*"],
"version": "0.6.0-rc.5",
"version": "0.6.0",
"npmClient": "yarn",
"useWorkspaces": true
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.6.0-rc.2",
"version": "0.6.0",
"private": true,
"name": "alephium-browser-extension-wallet",
"repository": "github:alephium/extension-wallet",
Expand Down
8 changes: 4 additions & 4 deletions packages/dapp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alephium/dapp",
"version": "0.6.0-rc.5",
"version": "0.6.0",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -10,15 +10,15 @@
"lint": "next lint"
},
"dependencies": {
"@alephium/get-extension-wallet": "^0.6.0-rc.5",
"@alephium/web3": "v0.6.5",
"@alephium/get-extension-wallet": "^0.6.0",
"@alephium/web3": "v0.6.6",
"ethers": "^5.5.1",
"next": "^13.0.0",
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"devDependencies": {
"@alephium/cli": "v0.6.5",
"@alephium/cli": "v0.6.6",
"@types/node": "18.11.18",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/extension/manifest/v2.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/chrome-manifest.json",
"name": "Alephium",
"description": "Alephium extension wallet",
"name": "Alephium Extension Wallet",
"description": "Alephium's official extension wallet with powerful features and a clean UI. A secure and convenient way for users to manage their digital assets and interact with decentralized applications (dApps) on the Alephium blockchain.",
"version": "0.6.0",
"manifest_version": 2,
"browser_action": {
Expand Down
4 changes: 2 additions & 2 deletions packages/extension/manifest/v3.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/chrome-manifest.json",
"name": "Alephium",
"description": "Alephium extension wallet",
"name": "Alephium Extension Wallet",
"description": "Alephium's official extension wallet with powerful features and a clean UI. A secure and convenient way for users to manage their digital assets and interact with decentralized applications (dApps) on the Alephium blockchain.",
"version": "0.6.0",
"manifest_version": 3,
"action": {
Expand Down
14 changes: 7 additions & 7 deletions packages/extension/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@alephium/extension",
"version": "0.6.0-rc.5",
"version": "0.6.0",
"main": "index.js",
"license": "MIT",
"devDependencies": {
"@alephium/get-extension-wallet": "^0.6.0-rc.5",
"@alephium/get-extension-wallet": "^0.6.0",
"@alephium/token-list": "0.0.4",
"@alephium/web3": "v0.6.5",
"@alephium/web3-test": "v0.6.5",
"@alephium/web3-wallet": "v0.6.5",
"@alephium/web3": "v0.6.6",
"@alephium/web3-test": "v0.6.6",
"@alephium/web3-wallet": "v0.6.6",
"@playwright/test": "^1.23.0",
"@sentry/webpack-plugin": "^1.18.9",
"@svgr/webpack": "^6.0.0",
Expand Down Expand Up @@ -78,8 +78,8 @@
"push-release-branch": "git push --set-upstream origin release/v$npm_package_version --follow-tags"
},
"dependencies": {
"@argent/stack-router": "^0.6.0-rc.5",
"@argent/ui": "^0.6.0-rc.5",
"@argent/stack-router": "^0.6.0",
"@argent/ui": "^0.6.0",
"@chakra-ui/icons": "^2.0.15",
"@chakra-ui/react": "2.4.9",
"@extend-chrome/messages": "^1.2.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/get-extension-wallet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alephium/get-extension-wallet",
"version": "0.6.0-rc.5",
"version": "0.6.0",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
Expand Down Expand Up @@ -51,7 +51,7 @@
"typescript": "^4.6.3"
},
"dependencies": {
"@alephium/web3": "v0.6.5",
"@alephium/web3": "v0.6.6",
"bowser": "^2.11.0"
}
}
4 changes: 2 additions & 2 deletions packages/stack-router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@argent/stack-router",
"version": "0.6.0-rc.5",
"version": "0.6.0",
"license": "MIT",
"private": true,
"files": [
Expand Down Expand Up @@ -32,7 +32,7 @@
"lodash-es": "^4.17.21"
},
"devDependencies": {
"@argent/ui": "^0.6.0-rc.5",
"@argent/ui": "^0.6.0",
"@types/lodash-es": "^4.17.6",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/storybook/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@argent-x/storybook",
"version": "0.6.0-rc.5",
"version": "0.6.0",
"private": true,
"devDependencies": {
"@alephium/extension": "^0.6.0-rc.5",
"@argent/ui": "^0.6.0-rc.5",
"@alephium/extension": "^0.6.0",
"@argent/ui": "^0.6.0",
"@babel/core": "^7.18.5",
"@chakra-ui/storybook-addon": "^4.0.12",
"@storybook/addon-actions": "^6.5.9",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@argent/ui",
"version": "0.6.0-rc.5",
"version": "0.6.0",
"license": "MIT",
"private": true,
"files": [
Expand Down
42 changes: 21 additions & 21 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
# yarn lockfile v1


"@alephium/cli@v0.6.5":
version "0.6.5"
resolved "https://registry.yarnpkg.com/@alephium/cli/-/cli-0.6.5.tgz#ddaccb34ca8a8e6c76eea9d9a2327fa226de9de1"
integrity sha512-gXrFhG3gGD2F+TK+l0zCLOLO5CrxELouNX+MW8jW4Y6P6phoFNhkAClHHz/BjqD+2sBaiQ5LJjTq676/fTgJMA==
"@alephium/cli@v0.6.6":
version "0.6.6"
resolved "https://registry.yarnpkg.com/@alephium/cli/-/cli-0.6.6.tgz#df1d1617728d69a09942f722da2b9904599b0ff9"
integrity sha512-ugXki18D3U0+czDSOuL6ztiDSGOluz5wvlxihZW153vb8BYn+8sSrBUMDado71ZHPIjWdyFuuD5aNa3HW9qYdQ==
dependencies:
"@alephium/web3" "^0.6.5"
"@alephium/web3-wallet" "^0.6.5"
"@alephium/web3" "^0.6.6"
"@alephium/web3-wallet" "^0.6.6"
commander "^9.4.0"
cross-fetch "^3.1.5"
crypto-js "^4.1.1"
Expand All @@ -21,31 +21,31 @@
resolved "https://registry.npmjs.org/@alephium/token-list/-/token-list-0.0.4.tgz"
integrity sha512-NYLe8aGoeypOfQul7nZo/apDKIl/SfCPvTj7CYx0pmxsFeqYAwj51FknpqQyUQYmXsLczv73udSE1F/hxBOJCg==

"@alephium/web3-test@v0.6.5":
version "0.6.5"
resolved "https://registry.yarnpkg.com/@alephium/web3-test/-/web3-test-0.6.5.tgz#437ea64c3a203c3c0e45281788ab4c1a8a004373"
integrity sha512-hicw2b0fc+0VOgUDWakrShHiKucEuPLam5eHvxuNi4IjkTdDZArmTMXSLE3wwOXieCq1C87Jvv/1Qt2F9vf6iQ==
"@alephium/web3-test@v0.6.6":
version "0.6.6"
resolved "https://registry.yarnpkg.com/@alephium/web3-test/-/web3-test-0.6.6.tgz#4b1404c2e03ed976d2c595bd4611c59dbae5fac6"
integrity sha512-XiL0twgx3NO1xN4/egt/5ctXQifJSfUkPmWFKu59KL7QG7t37dUfg6NVOUgrSneFFGyvRPKiDqftM+Q1Nqjx0g==
dependencies:
"@alephium/web3" "^0.6.5"
"@alephium/web3-wallet" "^0.6.5"
"@alephium/web3" "^0.6.6"
"@alephium/web3-wallet" "^0.6.6"

"@alephium/web3-wallet@^0.6.5", "@alephium/web3-wallet@v0.6.5":
version "0.6.5"
resolved "https://registry.yarnpkg.com/@alephium/web3-wallet/-/web3-wallet-0.6.5.tgz#b83b595b24ced9d912050942146d0374d2e174d5"
integrity sha512-YTtL3yu2+pQ3uo26pGCi9wyXV+1KeYZypPl6R97Rm1NlAlKtY0AuNdM6lDdzJWiGQZOcgeLmHsi4AZI3MfyMjw==
"@alephium/web3-wallet@^0.6.6", "@alephium/web3-wallet@v0.6.6":
version "0.6.6"
resolved "https://registry.yarnpkg.com/@alephium/web3-wallet/-/web3-wallet-0.6.6.tgz#f06b09e36b438ce4cfe1dd05ee13aaefeb2208bc"
integrity sha512-pYeDBjvUhhq4bd6u6CUW5K8Uxyz44W+VUcF9AfqrRSClzKFJ/o0ZyMGFObfaq8G4hku1ZKv6IeTYFXE5EqIbpQ==
dependencies:
"@alephium/web3" "^0.6.5"
"@alephium/web3" "^0.6.6"
"@noble/secp256k1" "1.7.1"
"@types/node" "16.7.8"
bip32 "3.1.0"
bip39 "3.0.4"
buffer "^6.0.3"
fs-extra "10.0.1"

"@alephium/web3@^0.6.5", "@alephium/web3@v0.6.5":
version "0.6.5"
resolved "https://registry.yarnpkg.com/@alephium/web3/-/web3-0.6.5.tgz#2d9096228c880282c172585b0ea9353cc655e531"
integrity sha512-Gc3wE5fZqVl+Nht3VatINARgUHBGdPweauMsBtUlMt61vO8pM4HHP9r3m6Oli6AEurkE9W2PjMsStat1ignwMw==
"@alephium/web3@^0.6.6", "@alephium/web3@v0.6.6":
version "0.6.6"
resolved "https://registry.yarnpkg.com/@alephium/web3/-/web3-0.6.6.tgz#f119c940425942f86a1375c825c15870f6af67c3"
integrity sha512-fJIpfkehcQg9YOf02HRdCDZNHnAfcXGL8pwt7oP6IcKIyCJK3GknuHLUDK3agWau3wJkUtCWz0F5bSY4O//05A==
dependencies:
"@noble/secp256k1" "1.7.1"
async-sema "^3.1.1"
Expand Down

0 comments on commit 34e5b8e

Please sign in to comment.