Skip to content

Commit

Permalink
mainnet 7.1 RC
Browse files Browse the repository at this point in the history
  • Loading branch information
razoorka committed Aug 23, 2022
1 parent 494adc0 commit 8f1a649
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"commit-hook": "git add .",
"lint": "eslint './src/**/*.ts{,x}' --fix",
"prettier": "prettier --write \"**/*.+(ts|tsx)\"",
"watch": "webpack --env NODE_ENV=development --watch --progress --mode=development",
"watch": "webpack --env NODE_ENV=production --watch --progress --mode=production",
"serve": "webpack serve --mode=development",
"build": "webpack --env NODE_ENV=production --mode=production"
},
Expand Down Expand Up @@ -64,7 +64,7 @@
"@linaria/react": "^3.0.0-beta.7",
"@types/readable-stream": "^2.3.11",
"babel-polyfill": "^6.26.0",
"beam-wasm-client": "7.0.13064",
"beam-wasm-client": "7.1.13104",
"browser-passworder": "^2.0.3",
"buffer": "^6.0.3",
"dnode": "^1.2.2",
Expand Down
2 changes: 1 addition & 1 deletion src/app/shared/components/Section.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const SectionGrayStyled = styled.div`
position: absolute;
top: 68px;
cursor: pointer;
background: #202124;
// background: #202124;
margin: 0;
right: 20px;
}
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2018,10 +2018,10 @@ base@^0.11.1:
mixin-deep "^1.2.0"
pascalcase "^0.1.1"

beam-wasm-client@7.0.13064:
version "7.0.13064"
resolved "https://registry.yarnpkg.com/beam-wasm-client/-/beam-wasm-client-7.0.13064.tgz#b407e7839207d25016f878e7d1538aaa2ba9ffc5"
integrity sha512-8xhd8QpwgSP+g4rutNSxl3WgSCcZZ4wXRQGai7Zgik9OoePtqubpxNHtOPTJLjEXeNi7evdH8DTOAwPsfCXssQ==
beam-wasm-client@7.1.13104:
version "7.1.13104"
resolved "https://registry.yarnpkg.com/beam-wasm-client/-/beam-wasm-client-7.1.13104.tgz#5f76c1acd1fb4d8fba37f73887c21099d0182abe"
integrity sha512-BOkSBRSvO1UU5dLDzYWWtTwjcxqpErZQNlq/fQ7G5Nn6u7llgX8D8FwfFKzlC3qYnNNSplB/KviaNrfBtAOMHQ==

big.js@^5.2.2:
version "5.2.2"
Expand Down

0 comments on commit 8f1a649

Please sign in to comment.