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
5 changes: 5 additions & 0 deletions .changeset/swift-numbers-hammer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@stakekit/widget": patch
---

feat: deps bump, migrate test to browser mode
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:

- run: pnpm install --frozen-lockfile

- run: pnpm -F @stakekit/widget exec playwright install

- run: pnpm build

- run: pnpm lint

- run: pnpm test


8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
"version": "changeset version"
},
"devDependencies": {
"@biomejs/biome": "^2.2.4",
"@biomejs/biome": "^2.3.5",
"@changesets/cli": "^2.29.7",
"@commitlint/cli": "^20.0.0",
"@commitlint/cli": "^20.1.0",
"@commitlint/config-conventional": "^20.0.0",
"husky": "^9.1.7",
"knip": "^5.64.1",
"turbo": "^2.5.8"
"knip": "^5.69.1",
"turbo": "^2.6.1"
},
"packageManager": "pnpm@10.17.1",
"pnpm": {
Expand Down
12 changes: 6 additions & 6 deletions packages/examples/with-nextjs-15/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
"dependencies": {
"@stakekit/widget": "workspace:*",
"next": "^15.4.2",
"react": "^19.1.0",
"react-dom": "^19.1.0"
"react": "^19.2.0",
"react-dom": "^19.2.0"
},
"devDependencies": {
"@types/node": "^24.0.15",
"@types/react": "19.1.8",
"@types/react-dom": "19.1.6",
"typescript": "^5.8.3"
"@types/node": "^24.10.1",
"@types/react": "19.2.5",
"@types/react-dom": "19.2.3",
"typescript": "^5.9.3"
}
}
4 changes: 2 additions & 2 deletions packages/examples/with-vite-bundled/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@stakekit/widget": "workspace:*"
},
"devDependencies": {
"typescript": "~5.8.3",
"vite": "^7.0.5"
"typescript": "~5.9.3",
"vite": "^7.2.2"
}
}
14 changes: 7 additions & 7 deletions packages/examples/with-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
},
"dependencies": {
"@stakekit/widget": "workspace:*",
"react": "^19.1.0",
"react-dom": "^19.1.0"
"react": "^19.2.0",
"react-dom": "^19.2.0"
},
"devDependencies": {
"@types/react": "19.1.8",
"@types/react-dom": "19.1.6",
"@vitejs/plugin-react-swc": "^3.11.0",
"typescript": "^5.8.3",
"vite": "^7.0.5"
"@types/react": "19.2.5",
"@types/react-dom": "19.2.3",
"@vitejs/plugin-react-swc": "^4.2.2",
"typescript": "^5.9.3",
"vite": "^7.2.2"
}
}
101 changes: 47 additions & 54 deletions packages/widget/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,99 +64,92 @@
"@cosmos-kit/keplr": "^2.15.0",
"@cosmos-kit/leap": "^2.15.0",
"@cosmos-kit/walletconnect": "2.13.0",
"@faker-js/faker": "^9.9.0",
"@ledgerhq/wallet-api-client": "^1.12.4",
"@luno-kit/core": "^0.0.7",
"@meshsdk/wallet": "1.9.0-beta.84",
"@polkadot/types": "^16.4.8",
"@polkadot/util": "^13.5.6",
"@radix-ui/react-dialog": "^1.1.14",
"@radix-ui/react-dropdown-menu": "^2.1.15",
"@radix-ui/react-tooltip": "^1.2.7",
"@radix-ui/react-visually-hidden": "^1.2.3",
"@faker-js/faker": "^10.1.0",
"@ledgerhq/wallet-api-client": "^1.12.5",
"@luno-kit/core": "^0.0.10",
"@meshsdk/wallet": "1.9.0-beta-40",
"@polkadot/types": "^16.5.2",
"@polkadot/util": "^13.5.8",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-tooltip": "^1.2.8",
"@radix-ui/react-visually-hidden": "^1.2.4",
"@safe-global/safe-apps-provider": "^0.18.6",
"@safe-global/safe-apps-sdk": "^9.1.0",
"@solana/wallet-adapter-base": "^0.9.27",
"@solana/wallet-adapter-react": "^0.15.39",
"@solana/wallet-adapter-wallets": "^0.19.37",
"@solana/web3.js": "^1.98.4",
"@stakekit/rainbowkit": "^2.2.10",
"@tanstack/react-query": "^5.90.9",
"@stakekit/api-hooks": "0.0.113",
"@stakekit/common": "^0.0.61",
"@stakekit/rainbowkit": "^2.2.9",
"@tanstack/react-query": "^5.83.0",
"@tanstack/react-virtual": "^3.13.12",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.6.1",
"@tronweb3/tronwallet-abstract-adapter": "^1.1.9",
"@tronweb3/tronwallet-adapter-bitkeep": "^1.1.5",
"@tronweb3/tronwallet-abstract-adapter": "^1.1.10",
"@tronweb3/tronwallet-adapter-bitkeep": "^1.1.7",
"@tronweb3/tronwallet-adapter-ledger": "^1.1.11",
"@tronweb3/tronwallet-adapter-tronlink": "^1.1.12",
"@tronweb3/tronwallet-adapter-tronlink": "^1.1.13",
"@tronweb3/tronwallet-adapter-walletconnect": "^2.0.3",
"@types/jsdom": "^21.1.7",
"@types/lodash.merge": "^4.6.9",
"@types/lodash.uniqwith": "^4.5.9",
"@types/mixpanel-browser": "^2.66.0",
"@types/react": "19.1.8",
"@types/react-dom": "19.1.6",
"@types/react": "19.2.5",
"@types/react-dom": "19.2.3",
"@vanilla-extract/css": "^1.17.4",
"@vanilla-extract/dynamic": "^2.1.5",
"@vanilla-extract/recipes": "^0.5.7",
"@vanilla-extract/sprinkles": "^1.6.5",
"@vanilla-extract/vite-plugin": "^5.1.0",
"@vitejs/plugin-react": "^4.7.0",
"@vanilla-extract/vite-plugin": "^5.1.1",
"@vitejs/plugin-react": "^5.1.1",
"@vitest/browser-playwright": "^4.0.9",
"@xstate/react": "^6.0.0",
"@xstate/store": "^3.8.2",
"autoprefixer": "^10.4.21",
"axios": "^1.10.0",
"babel-plugin-react-compiler": "19.1.0-rc.2",
"@xstate/store": "^3.11.2",
"autoprefixer": "^10.4.22",
"axios": "^1.13.2",
"babel-plugin-react-compiler": "1.0.0",
"bignumber.js": "^9.3.1",
"chain-registry": "1.69.221",
"chart.js": "^4.4.9",
"chart.js": "^4.5.1",
"chartjs-plugin-annotation": "^3.1.0",
"clsx": "^2.1.1",
"cosmjs-types": "^0.9.0",
"eventemitter3": "^5.0.1",
"i18next": "^25.3.2",
"i18next": "^25.6.2",
"i18next-browser-languagedetector": "^8.2.0",
"jsdom": "^26.1.0",
"lodash.merge": "^4.6.2",
"lodash.uniqwith": "^4.5.0",
"mipd": "^0.0.7",
"mixpanel-browser": "^2.67.0",
"motion": "12.6.2",
"msw": "^2.10.4",
"mixpanel-browser": "^2.72.0",
"motion": "12.23.24",
"msw": "^2.12.2",
"playwright": "^1.56.1",
"postcss": "^8.5.6",
"purify-ts": "2.1.0",
"react": "^19.1.0",
"react-chartjs-2": "^5.3.0",
"react-dom": "^19.1.0",
"react-i18next": "^15.6.0",
"react": "^19.2.0",
"react-chartjs-2": "^5.3.1",
"react-dom": "^19.2.0",
"react-i18next": "^16.3.3",
"react-loading-skeleton": "^3.5.0",
"react-router": "^7.7.0",
"react-router": "^7.9.6",
"reselect": "^5.1.1",
"resize-observer-polyfill": "^1.5.1",
"rxjs": "^7.8.2",
"skott": "^0.35.4",
"tronweb": "^6.0.3",
"skott": "^0.35.6",
"tronweb": "^6.1.0",
"tsx": "^4.20.6",
"typescript": "5.8.3",
"unplugin-parcel-macros": "^0.1.1",
"viem": "^2.33.0",
"vite": "^7.0.5",
"typescript": "5.9.3",
"unplugin-macros": "^0.18.3",
"viem": "^2.39.0",
"vite": "^7.2.2",
"vite-plugin-node-polyfills": "^0.24.0",
"vitest": "^3.2.4",
"wagmi": "2.15.7",
"xstate": "^5.20.1",
"zx": "^8.8.4"
"vitest": "^4.0.9",
"vitest-browser-react": "^2.0.2",
"wagmi": "2.19.4",
"xstate": "^5.24.0",
"zx": "^8.8.5"
},
"msw": {
"workerDirectory": [
"public"
]
},
"dependencies": {
"react-compiler-runtime": "19.1.0-rc.2"
}
}
}
Loading