Skip to content
Closed
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
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v6.1.0

- name: Install pnpm
uses: pnpm/action-setup@v4
uses: pnpm/action-setup@v4.4.0

- name: Use Node.js
uses: actions/setup-node@v6
uses: actions/setup-node@v6.5.0
with:
node-version: '22'
node-version: '22.23.2'
cache: 'pnpm'

- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/github-releases-to-discord.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v6.1.0
- name: Github Releases To Discord
uses: SethCohen/github-releases-to-discord@v1.19.0
with:
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,21 @@ jobs:
steps:
- name: Generate release token
id: generate_token
uses: actions/create-github-app-token@v2
uses: actions/create-github-app-token@v2.2.2
with:
app-id: ${{ vars.RELEASE_BOT_APP_ID }}
private-key: ${{ secrets.RELEASE_BOT_PRIVATE_KEY }}

- uses: actions/checkout@v4
- uses: actions/checkout@v4.4.0
with:
fetch-depth: 0
persist-credentials: false
token: ${{ steps.generate_token.outputs.token }}

- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
- uses: pnpm/action-setup@v4.4.0
- uses: actions/setup-node@v4.4.0
with:
node-version: 22
node-version: 22.23.2
registry-url: https://registry.npmjs.org
cache: pnpm

Expand Down
10 changes: 5 additions & 5 deletions examples/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"start": "next start"
},
"dependencies": {
"@noble/ed25519": "^3.1.0",
"@noble/ed25519": "3.1.0",
"@txnlab/use-wallet-defly": "workspace:*",
"@txnlab/use-wallet-exodus": "workspace:*",
"@txnlab/use-wallet-kibisis": "workspace:*",
Expand All @@ -21,17 +21,17 @@
"@txnlab/use-wallet-walletconnect": "workspace:*",
"@txnlab/use-wallet-web3auth": "workspace:*",
"algosdk": "3.6.0",
"canonify": "^2.1.1",
"canonify": "2.1.1",
"next": "16.1.6",
"react": "19.2.3",
"react-dom": "19.2.3"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@tailwindcss/postcss": "4.2.1",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"tailwindcss": "^4",
"typescript": "^5"
"tailwindcss": "4.2.1",
"typescript": "5.9.3"
}
}
16 changes: 8 additions & 8 deletions examples/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"generate": "nuxt generate"
},
"dependencies": {
"@noble/ed25519": "^3.1.0",
"@noble/ed25519": "3.1.0",
"@txnlab/use-wallet-defly": "workspace:*",
"@txnlab/use-wallet-exodus": "workspace:*",
"@txnlab/use-wallet-kibisis": "workspace:*",
Expand All @@ -23,14 +23,14 @@
"@txnlab/use-wallet-walletconnect": "workspace:*",
"@txnlab/use-wallet-web3auth": "workspace:*",
"algosdk": "3.6.0",
"canonify": "^2.1.1",
"nuxt": "^3.21.0",
"vue": "^3.5.25"
"canonify": "2.1.1",
"nuxt": "3.21.0",
"vue": "3.5.27"
},
"devDependencies": {
"@tailwindcss/vite": "^4.1.0",
"tailwindcss": "^4.1.0",
"typescript": "^5.9.3",
"vite-plugin-node-polyfills": "^0.25.0"
"@tailwindcss/vite": "4.2.1",
"tailwindcss": "4.2.1",
"typescript": "5.9.3",
"vite-plugin-node-polyfills": "0.25.0"
}
}
32 changes: 16 additions & 16 deletions examples/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"preview": "vite preview"
},
"dependencies": {
"@noble/ed25519": "^3.1.0",
"@noble/ed25519": "3.1.0",
"@txnlab/use-wallet-defly": "workspace:*",
"@txnlab/use-wallet-exodus": "workspace:*",
"@txnlab/use-wallet-kibisis": "workspace:*",
Expand All @@ -23,25 +23,25 @@
"@txnlab/use-wallet-walletconnect": "workspace:*",
"@txnlab/use-wallet-web3auth": "workspace:*",
"algosdk": "3.6.0",
"canonify": "^2.1.1",
"react": "^19.2.0",
"react-dom": "^19.2.0"
"canonify": "2.1.1",
"react": "19.2.4",
"react-dom": "19.2.4"
},
"devDependencies": {
"@eslint/js": "^9.39.1",
"@tailwindcss/vite": "^4.1.0",
"@eslint/js": "9.39.3",
"@tailwindcss/vite": "4.2.1",
"@types/node": "^24.10.1",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.1",
"eslint": "^9.39.1",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.4.24",
"globals": "^16.5.0",
"tailwindcss": "^4.1.0",
"typescript": "~5.9.3",
"typescript-eslint": "^8.48.0",
"vite": "^7.3.1",
"vite-plugin-node-polyfills": "^0.25.0"
"@vitejs/plugin-react": "5.1.4",
"eslint": "9.39.3",
"eslint-plugin-react-hooks": "7.0.1",
"eslint-plugin-react-refresh": "0.4.26",
"globals": "16.5.0",
"tailwindcss": "4.2.1",
"typescript": "5.9.3",
"typescript-eslint": "8.56.1",
"vite": "7.3.1",
"vite-plugin-node-polyfills": "0.25.0"
}
}
18 changes: 9 additions & 9 deletions examples/solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"@noble/ed25519": "^3.1.0",
"@noble/ed25519": "3.1.0",
"@txnlab/use-wallet-defly": "workspace:*",
"@txnlab/use-wallet-exodus": "workspace:*",
"@txnlab/use-wallet-kibisis": "workspace:*",
Expand All @@ -22,16 +22,16 @@
"@txnlab/use-wallet-walletconnect": "workspace:*",
"@txnlab/use-wallet-web3auth": "workspace:*",
"algosdk": "3.6.0",
"canonify": "^2.1.1",
"solid-js": "^1.9.10"
"canonify": "2.1.1",
"solid-js": "1.9.11"
},
"devDependencies": {
"@tailwindcss/vite": "^4.1.0",
"@tailwindcss/vite": "4.2.1",
"@types/node": "^24.10.1",
"tailwindcss": "^4.1.0",
"typescript": "~5.9.3",
"vite": "^7.3.1",
"vite-plugin-node-polyfills": "^0.25.0",
"vite-plugin-solid": "^2.11.10"
"tailwindcss": "4.2.1",
"typescript": "5.9.3",
"vite": "7.3.1",
"vite-plugin-node-polyfills": "0.25.0",
"vite-plugin-solid": "2.11.10"
}
}
24 changes: 12 additions & 12 deletions examples/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json"
},
"dependencies": {
"@noble/ed25519": "^3.1.0",
"@noble/ed25519": "3.1.0",
"@txnlab/use-wallet-defly": "workspace:*",
"@txnlab/use-wallet-exodus": "workspace:*",
"@txnlab/use-wallet-kibisis": "workspace:*",
Expand All @@ -24,18 +24,18 @@
"@txnlab/use-wallet-walletconnect": "workspace:*",
"@txnlab/use-wallet-web3auth": "workspace:*",
"algosdk": "3.6.0",
"canonify": "^2.1.1"
"canonify": "2.1.1"
},
"devDependencies": {
"@sveltejs/adapter-static": "^3.0.0",
"@sveltejs/kit": "^2.50.2",
"@sveltejs/vite-plugin-svelte": "^6.2.4",
"@tailwindcss/vite": "^4.1.0",
"svelte": "^5.51.0",
"svelte-check": "^4.4.2",
"tailwindcss": "^4.1.0",
"typescript": "^5.9.3",
"vite": "^7.3.1",
"vite-plugin-node-polyfills": "^0.25.0"
"@sveltejs/adapter-static": "3.0.10",
"@sveltejs/kit": "2.53.4",
"@sveltejs/vite-plugin-svelte": "6.2.4",
"@tailwindcss/vite": "4.2.1",
"svelte": "5.53.7",
"svelte-check": "4.4.4",
"tailwindcss": "4.2.1",
"typescript": "5.9.3",
"vite": "7.3.1",
"vite-plugin-node-polyfills": "0.25.0"
}
}
14 changes: 7 additions & 7 deletions examples/vanilla-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"@noble/ed25519": "^3.1.0",
"@noble/ed25519": "3.1.0",
"@txnlab/use-wallet": "workspace:*",
"@txnlab/use-wallet-defly": "workspace:*",
"@txnlab/use-wallet-exodus": "workspace:*",
Expand All @@ -22,13 +22,13 @@
"@txnlab/use-wallet-walletconnect": "workspace:*",
"@txnlab/use-wallet-web3auth": "workspace:*",
"algosdk": "3.6.0",
"canonify": "^2.1.1"
"canonify": "2.1.1"
},
"devDependencies": {
"@tailwindcss/vite": "^4.1.0",
"tailwindcss": "^4.1.0",
"typescript": "~5.9.3",
"vite": "^7.3.1",
"vite-plugin-node-polyfills": "^0.25.0"
"@tailwindcss/vite": "4.2.1",
"tailwindcss": "4.2.1",
"typescript": "5.9.3",
"vite": "7.3.1",
"vite-plugin-node-polyfills": "0.25.0"
}
}
22 changes: 11 additions & 11 deletions examples/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"@noble/ed25519": "^3.1.0",
"@noble/ed25519": "3.1.0",
"@txnlab/use-wallet-defly": "workspace:*",
"@txnlab/use-wallet-exodus": "workspace:*",
"@txnlab/use-wallet-kibisis": "workspace:*",
Expand All @@ -22,18 +22,18 @@
"@txnlab/use-wallet-walletconnect": "workspace:*",
"@txnlab/use-wallet-web3auth": "workspace:*",
"algosdk": "3.6.0",
"canonify": "^2.1.1",
"vue": "^3.5.25"
"canonify": "2.1.1",
"vue": "3.5.27"
},
"devDependencies": {
"@tailwindcss/vite": "^4.1.0",
"@tailwindcss/vite": "4.2.1",
"@types/node": "^24.10.1",
"@vitejs/plugin-vue": "^6.0.2",
"@vue/tsconfig": "^0.8.1",
"tailwindcss": "^4.1.0",
"typescript": "~5.9.3",
"vite": "^7.3.1",
"vite-plugin-node-polyfills": "^0.25.0",
"vue-tsc": "^3.1.5"
"@vitejs/plugin-vue": "6.0.3",
"@vue/tsconfig": "0.8.1",
"tailwindcss": "4.2.1",
"typescript": "5.9.3",
"vite": "7.3.1",
"vite-plugin-node-polyfills": "0.25.0",
"vue-tsc": "3.2.5"
}
}
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@
"test:e2e:ui": "playwright test --ui"
},
"devDependencies": {
"@eslint/js": "^9.28.0",
"@eslint/js": "9.39.3",
"@playwright/test": "1.58.1",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^13.0.1",
"@semantic-release/exec": "^7.1.0",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^12.0.6",
"@semantic-release/npm": "^13.1.5",
"@semantic-release/release-notes-generator": "^14.1.0",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/commit-analyzer": "13.0.1",
"@semantic-release/exec": "7.1.0",
"@semantic-release/git": "10.0.1",
"@semantic-release/github": "12.0.6",
"@semantic-release/npm": "13.1.5",
"@semantic-release/release-notes-generator": "14.1.0",
"@sveltejs/kit": "2.50.1",
"@sveltejs/vite-plugin-svelte": "6.2.4",
"@testing-library/jest-dom": "6.9.1",
Expand All @@ -51,12 +51,12 @@
"@vitejs/plugin-vue": "6.0.3",
"@vitejs/plugin-vue-jsx": "5.1.3",
"@vue/test-utils": "2.4.6",
"eslint": "^9.28.0",
"eslint-config-prettier": "^10.1.8",
"eslint": "9.39.3",
"eslint-config-prettier": "10.1.8",
"prettier": "3.8.1",
"publint": "^0.3.18",
"semantic-release": "^25.0.3",
"typescript-eslint": "^8.33.1",
"publint": "0.3.18",
"semantic-release": "25.0.3",
"typescript-eslint": "8.56.1",
"vite": "6.4.1",
"vite-plugin-node-polyfills": "0.25.0",
"vite-plugin-solid": "2.11.10",
Expand Down
Loading