From f5eded2086e2a4567e1b5c150083a13ca44af3bb Mon Sep 17 00:00:00 2001 From: Jack Hamer <47187316+JackHamer09@users.noreply.github.com> Date: Wed, 13 Sep 2023 16:48:23 +0300 Subject: [PATCH] fix: bump dependencies version (#133) --- .github/workflows/feature.yml | 3 +- .github/workflows/release.yml | 3 +- components/bridge/AccountButton.vue | 2 +- components/common/BadgeTabs.vue | 23 - components/common/Checkbox.vue | 4 +- components/common/CircleLoader.vue | 2 +- components/common/EmptyBlock.vue | 2 +- components/common/ErrorBlock.vue | 2 +- components/common/SmallInput.vue | 2 +- components/common/Tabs.vue | 16 +- components/common/button/LineWithImg.vue | 2 +- components/header/DropdownPopover.vue | 2 +- components/sidebar/AccountAvatarName.vue | 2 +- components/sidebar/AccountButton.vue | 4 +- components/sidebar/Sidebar.vue | 6 +- components/transaction/AllowanceModal.vue | 4 +- components/transaction/FeeDetails.vue | 2 +- .../transaction/TransactionItemIcon.vue | 2 +- .../TokenAmount.vue | 0 .../TokenNft.vue | 0 .../TotalPrice.vue | 0 .../TransactionLineItem.vue | 0 .../zksync/era/EraTransferLineItem.vue | 4 +- .../era/deposit/ConfirmTransactionModal.vue | 6 +- .../zksync/lite/ConfirmTransactionModal.vue | 2 +- .../lite/TransactionSuccessfulModal.vue | 2 +- .../lite/ZkSyncLiteTransactionLineItem.vue | 6 +- .../lite/deposit/ConfirmTransactionModal.vue | 6 +- composables/zksync/era/useFaucet.ts | 2 +- package-lock.json | 43929 ++++++---------- package.json | 18 +- store/onboard.ts | 72 +- store/zksync/era/wallet.ts | 2 +- tailwind.config.js | 2 - .../artifacts/contactsPage/artifacts.feature | 2 +- .../depositPage/redirection.feature | 14 +- .../deposit/deposit-with-revoke.feature | 105 +- views/Login.vue | 6 +- views/zksync/era/Assets.vue | 10 +- views/zksync/era/payments/Index.vue | 4 +- views/zksync/lite/Assets.vue | 4 +- views/zksync/lite/payments/Index.vue | 4 +- views/zksync/lite/transactions/Transfer.vue | 2 +- 43 files changed, 15095 insertions(+), 29190 deletions(-) delete mode 100644 components/common/BadgeTabs.vue rename components/transaction/{transactionLineItem => lineItem}/TokenAmount.vue (100%) rename components/transaction/{transactionLineItem => lineItem}/TokenNft.vue (100%) rename components/transaction/{transactionLineItem => lineItem}/TotalPrice.vue (100%) rename components/transaction/{transactionLineItem => lineItem}/TransactionLineItem.vue (100%) diff --git a/.github/workflows/feature.yml b/.github/workflows/feature.yml index c59c1f824..aef3ed552 100644 --- a/.github/workflows/feature.yml +++ b/.github/workflows/feature.yml @@ -17,12 +17,11 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v3 with: - node-version: '16' + node-version: '18' cache: 'npm' - name: Install dependencies run: | - npm set-script prepare "" npm ci --force - name: Lint diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e5a86c3e2..e594dec0f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,12 +20,11 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v3 with: - node-version: '16' + node-version: '18' cache: 'npm' - name: Install dependencies run: | - npm set-script prepare "" npm ci --force - name: Lint diff --git a/components/bridge/AccountButton.vue b/components/bridge/AccountButton.vue index 5f1944fdf..f66417145 100644 --- a/components/bridge/AccountButton.vue +++ b/components/bridge/AccountButton.vue @@ -93,7 +93,7 @@ const logout = () => { diff --git a/components/common/Checkbox.vue b/components/common/Checkbox.vue index 7f07fc1aa..846aa9e62 100644 --- a/components/common/Checkbox.vue +++ b/components/common/Checkbox.vue @@ -7,8 +7,8 @@