Skip to content

Commit

Permalink
updated node packages and fixed compilation errors (#40)
Browse files Browse the repository at this point in the history
* updated node packages and fixed compilation errors

* changed to build action on all branches

* removed unsure declaration

* fixed github corner
  • Loading branch information
andrewlee348 authored Nov 26, 2024
1 parent 4c56400 commit e3c2072
Show file tree
Hide file tree
Showing 13 changed files with 985 additions and 981 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
name: build app

on:
push:
branches:
- master
- '**'

jobs:
build:
Expand All @@ -29,7 +27,8 @@ jobs:
- name: Touch CNAME
run: echo "recovery.sequence.app" > ./dist/CNAME

- name: Push
- name: Deploy to GitHub Pages
if: github.ref == 'refs/heads/master'
uses: s0/git-publish-subdir-action@develop
env:
REPO: self
Expand Down
60 changes: 30 additions & 30 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,42 +15,42 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@0xsequence/account": "^2.0.25",
"@0xsequence/core": "^2.0.25",
"@0xsequence/design-system": "^1.7.8",
"@0xsequence/indexer": "^2.0.25",
"@0xsequence/network": "^2.0.25",
"@0xsequence/provider": "^2.0.25",
"@0xsequence/relayer": "^2.0.25",
"@0xsequence/sessions": "^2.0.25",
"@0xsequence/signhub": "^2.0.25",
"@radix-ui/react-popover": "^1.1.2",
"@vanilla-extract/css": "1.15.5",
"@walletconnect/ethereum-provider": "^2.17.1",
"@walletconnect/sign-client": "^2.17.1",
"@walletconnect/types": "^2.17.1",
"@0xsequence/account": "2.1.0",
"@0xsequence/core": "2.1.0",
"@0xsequence/design-system": "1.8.0",
"@0xsequence/indexer": "2.1.0",
"@0xsequence/network": "2.1.0",
"@0xsequence/provider": "2.1.0",
"@0xsequence/relayer": "2.1.0",
"@0xsequence/sessions": "2.1.0",
"@0xsequence/signhub": "2.1.0",
"@radix-ui/react-popover": "1.1.2",
"@vanilla-extract/css": "1.16.1",
"@walletconnect/ethereum-provider": "2.17.2",
"@walletconnect/sign-client": "2.17.2",
"@walletconnect/types": "2.17.2",
"@yudiel/react-qr-scanner": "2.0.8",
"ethers": "6.13.2",
"framer-motion": "11.3.31",
"ethers": "6.13.4",
"framer-motion": "11.11.17",
"idb": "8.0.0",
"micro-observables": "1.7.2",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-router-dom": "6.26.1"
"react-router-dom": "6.28.0"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@vanilla-extract/vite-plugin": "^4.0.16",
"@vitejs/plugin-react": "^4.3.3",
"eslint": "^9.13.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.14",
"gh-pages": "^6.2.0",
"typescript": "^5.6.3",
"vite": "^5.4.10"
"@trivago/prettier-plugin-sort-imports": "4.3.0",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"@vanilla-extract/vite-plugin": "4.0.18",
"@vitejs/plugin-react": "4.3.4",
"eslint": "8.57.1",
"eslint-plugin-react-hooks": "4.6.2",
"eslint-plugin-react-refresh": "0.4.14",
"gh-pages": "6.2.0",
"typescript": "5.7.2",
"vite": "5.4.10"
}
}
Loading

0 comments on commit e3c2072

Please sign in to comment.