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
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"plugin:prettier/recommended",
"plugin:react-hooks/recommended"
],
"plugins": ["react-hooks", "prettier", "import", "sort-exports"],
"plugins": ["react-hooks", "prettier", "import"],
"rules": {
"sort-imports": [
"error",
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/deploy-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
ref: main
- name: Use Node.js
uses: actions/setup-node@v4
uses: actions/setup-node@v6
with:
node-version: '20.x'
node-version: 24
- name: Setup pnpm
run: npm install -g pnpm
- name: Install Dependencies
Expand All @@ -26,7 +26,7 @@ jobs:
env:
CI: false
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v4
uses: aws-actions/configure-aws-credentials@v6
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
ref: ${{ github.ref }}
clean: true
- name: Use Node.js
uses: actions/setup-node@v4
uses: actions/setup-node@v6
with:
node-version: '20.x'
node-version: 24
- name: Setup pnpm
run: npm install -g pnpm
- name: Install Dependencies
Expand All @@ -27,7 +27,7 @@ jobs:
env:
CI: false
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v4
uses: aws-actions/configure-aws-credentials@v6
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
Expand Down
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
22
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Follow the next step to start using this dApp.

For _development_ you will need to have the following:

- node version >=18.18.2
- node version >=24.15.0
- npm

### Installation and running
Expand Down
88 changes: 41 additions & 47 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@multiversx/mx-utils-dapp",
"description": "MultiversX Utils",
"version": "2.0.0",
"version": "2.1.0",
"author": "MultiversX",
"license": "GPL-3.0-or-later",
"repository": "@multiversx/mx-utils-dapp",
Expand All @@ -16,66 +16,60 @@
"singleScript": "wdio run ./wdio.conf.ts --suite single"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "6.7.2",
"@fortawesome/free-solid-svg-icons": "6.7.2",
"@fortawesome/react-fontawesome": "0.2.0",
"@multiversx/sdk-core": "15.3.1",
"@multiversx/sdk-dapp": "5.5.1",
"@multiversx/sdk-dapp-sc-explorer": "0.0.7-beta.2",
"@multiversx/sdk-dapp-ui": "0.1.8",
"@multiversx/sdk-dapp-utils": "3.0.2",
"@fortawesome/react-fontawesome": "3.5.0",
"@multiversx/sdk-core": "15.4.1",
"@multiversx/sdk-dapp": "5.7.2",
"@multiversx/sdk-dapp-sc-explorer": "0.0.8-beta.0",
"@multiversx/sdk-dapp-ui": "0.1.26",
"@multiversx/sdk-dapp-utils": "3.1.0",
"@multiversx/sdk-native-auth-server": "2.1.0",
"@uiw/react-textarea-code-editor": "2.1.9",
"axios": "1.12.2",
"axios": "1.18.1",
"bignumber.js": "9.3.1",
"classnames": "2.5.1",
"formik": "2.4.6",
"formik": "2.4.9",
"lodash.debounce": "4.0.8",
"protobufjs": "7.5.4",
"react": "18.2.0",
"react-bootstrap": "2.8.0",
"react-dom": "18.2.0",
"react-dropzone": "11.5.1",
"protobufjs": "7.5.9",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-markdown": "10.1.0",
"react-router-dom": "6.23.1",
"react-select": "5.8.3",
"react-router-dom": "6.30.3",
"react-select": "5.10.2",
"yup": "0.32.11"
},
"devDependencies": {
"@svgr/rollup": "8.1.0",
"@testing-library/jest-dom": "6.8.0",
"@testing-library/jest-dom": "6.9.1",
"@types/node": "20.19.41",
"@testing-library/react": "13.4.0",
"@types/hast": "3.0.4",
"@types/jest": "29.5.7",
"@types/lodash.debounce": "4.0.9",
"@types/react": "19.1.9",
"@types/react-dom": "19.1.7",
"@typescript-eslint/eslint-plugin": "8.38.0",
"@typescript-eslint/parser": "8.39.0",
"@vitejs/plugin-basic-ssl": "1.2.0",
"@vitejs/plugin-react-swc": "3.11.0",
"@wdio/cli": "8.16.2",
"@wdio/local-runner": "8.16.2",
"@wdio/mocha-framework": "8.16.0",
"@wdio/spec-reporter": "8.15.10",
"@types/react": "18.3.29",
"@types/react-dom": "18.3.7",
"@typescript-eslint/eslint-plugin": "8.59.4",
"@typescript-eslint/parser": "8.59.4",
"@vitejs/plugin-basic-ssl": "2.3.0",
"@vitejs/plugin-react": "6.0.2",
"@wdio/cli": "8.46.0",
"@wdio/local-runner": "8.46.0",
"@wdio/mocha-framework": "8.46.0",
"@wdio/spec-reporter": "8.43.0",
"eslint": "8.57.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-prettier": "5.0.0",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"jest": "29.7.0",
"eslint-import-resolver-typescript": "3.10.1",
"eslint-config-prettier": "8.10.2",
"eslint-plugin-import": "2.32.0",
"eslint-plugin-prettier": "5.5.5",
"eslint-plugin-react": "7.37.5",
"eslint-plugin-react-hooks": "4.6.2",
"jsdom": "22.1.0",
"msw": "0.49.2",
"prettier": "3.0.0",
"sass": "1.89.2",
"ts-node": "10.9.1",
"typescript": "5.8.3",
"vite": "5.4.20",
"vite-plugin-node-polyfills": "0.24.0",
"vite-plugin-svgr": "4.5.0",
"vite-tsconfig-paths": "5.1.4",
"vitest": "0.34.6",
"wdio-intercept-service": "4.4.0"
"msw": "0.49.3",
"prettier": "3.8.3",
"sass": "1.100.0",
"ts-node": "10.9.2",
"typescript": "5.9.3",
"vite": "8.0.14",
"vite-plugin-node-polyfills": "0.28.0",
"vite-plugin-svgr": "5.2.0",
"vitest": "4.1.7"
}
}
Loading