Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions .github/workflows/make-dapp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Set up Git
run: git fetch --prune --unshallow
Expand All @@ -72,12 +72,15 @@ jobs:
echo "VERSION=${VERSION}" >> $GITHUB_ENV

- name: Set up Node.js environment
uses: actions/setup-node@v4
uses: actions/setup-node@v6
with:
node-version: ${{ inputs.node_version }}

- name: Enable Corepack
run: corepack enable

- name: Install dependencies
run: yarn install
run: yarn install --immutable

- name: Build the project
run: ${{ inputs.build_command }}
Expand Down Expand Up @@ -108,7 +111,7 @@ jobs:
cd ..

- name: Upload .dapp file
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: ${{ inputs.dapp_name }}.dapp
path: ${{ inputs.dapp_name }}.dapp
2 changes: 1 addition & 1 deletion html/index.js

Large diffs are not rendered by default.

15 changes: 13 additions & 2 deletions html/index.js.LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ object-assign

/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/babel/babel/blob/main/packages/babel-helpers/LICENSE */

/**
* @remix-run/router v1.23.3
*
* Copyright (c) Remix Software Inc.
*
* This source code is licensed under the MIT license found in the
* LICENSE.md file in the root directory of this source tree.
*
* @license MIT
*/

/**
* BEAM DApp Connector - Stable Wallet Integration Library
*
Expand All @@ -27,7 +38,7 @@ object-assign
*/

/**
* React Router DOM v6.3.0
* React Router DOM v6.30.4
*
* Copyright (c) Remix Software Inc.
*
Expand All @@ -38,7 +49,7 @@ object-assign
*/

/**
* React Router v6.3.0
* React Router v6.30.4
*
* Copyright (c) Remix Software Inc.
*
Expand Down
4 changes: 3 additions & 1 deletion html/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -706,7 +706,9 @@
.a1n4it0n{font-weight:400;font-size:14px;line-height:17px;color:white;}
.sggfl5s{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;width:100%;}
.sko8yct{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:flex-end;-webkit-box-align:flex-end;-ms-flex-align:flex-end;align-items:flex-end;width:100%;}
.f1u56twf{margin-right:3px;background:rgba(255,255,255,0.05);padding:4px 8px;border-radius:20px;font-weight:400;font-size:14px;line-height:14px;color:white;}
.h1eaxy0p{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:auto;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;gap:8px;}
.f1u56twf{margin:0;background:rgba(255,255,255,0.05);padding:4px 8px;border-radius:20px;font-weight:400;font-size:14px;line-height:14px;color:white;}
.f1j4uafu{border:none;background:transparent;margin:0;padding:0;line-height:0;cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;}.f1j4uafu svg{display:block;}
.p1ikijvq{width:100%;}
.pirp1se{width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:20px;}
.p12l97ii{font-weight:700;font-size:14px;line-height:17px;-webkit-letter-spacing:3px;-moz-letter-spacing:3px;-ms-letter-spacing:3px;letter-spacing:3px;text-transform:uppercase;color:var(--color-white);}
Expand Down
13 changes: 10 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "beam-dapp-react",
"version": "0.1.0",
"packageManager": "yarn@4.5.3",
"main": "index.js",
"repository": "",
"author": "",
Expand Down Expand Up @@ -65,8 +66,15 @@
"typescript": "4.4.3",
"web-ext-types": "3.2.1",
"webpack": "^5.104.1",
"webpack-cli": "^4.8.0",
"webpack-dev-server": "^4.7.0"
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.2.4"
},
"resolutions": {
"serialize-javascript": "^7.0.5",
"minimatch@npm:9.0.3": "^9.0.7",
"qs": "^6.15.2",
"ip-address": "^10.1.1",
"uuid@npm:^8.3.2": "^11.1.1"
},
"dependencies": {
"@babel/runtime": "^7.28.4",
Expand All @@ -75,7 +83,6 @@
"beam-wasm-client": "^7.3.13709",
"beam-wasm-client-dappnet": "^7.3.13673",
"core-js": "^3.35.0",
"ethereum-address": "^0.0.4",
"formik": "^2.2.9",
"immer": "^9.0.6",
"js-base64": "^3.7.2",
Expand Down
Loading