-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update lock file and add pnpm version * update wc-dapp pkgs * chore: publish version v2.2.0 * update ci
- Loading branch information
Showing
5 changed files
with
6,889 additions
and
3,968 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
v18 | ||
v22 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,33 @@ | ||
{ | ||
"repository": "https://github.com/minswap/wallet-connect.git", | ||
"license": "MIT", | ||
"private": true, | ||
"workspaces": [ | ||
"apps/*", | ||
"packages/*" | ||
], | ||
"scripts": { | ||
"build": "turbo run build", | ||
"dev": "turbo run dev", | ||
"dapp": "turbo run --filter dapp --filter wc-dapp dev", | ||
"wallet": "turbo run --filter wallet --filter wc-wallet dev", | ||
"start": "turbo run start", | ||
"lint": "turbo run lint", | ||
"clean": "turbo run clean", | ||
"prettier": "prettier --check .", | ||
"format": "prettier --check . -w", | ||
"publish:wc-dapp": "node scripts/publish.js" | ||
}, | ||
"devDependencies": { | ||
"eslint": "^8.42.0", | ||
"eslint-config-turbo": "latest", | ||
"turbo": "^1.10.1", | ||
"prettier": "2.8.8", | ||
"typescript": "^5.0.4", | ||
"@typescript-eslint/eslint-plugin": "^5.59.8", | ||
"@typescript-eslint/parser": "^5.59.8", | ||
"eslint-config-next": "^13.4.4", | ||
"eslint-plugin-formatjs": "^4.10.1", | ||
"eslint-plugin-simple-import-sort": "^10.0.0", | ||
"eslint-plugin-unicorn": "^47.0.0", | ||
"eslint-plugin-unused-imports": "^2.0.0" | ||
} | ||
} | ||
"repository": "https://github.com/minswap/wallet-connect.git", | ||
"license": "MIT", | ||
"private": true, | ||
"workspaces": ["apps/*", "packages/*"], | ||
"scripts": { | ||
"build": "turbo run build", | ||
"dev": "turbo run dev", | ||
"dapp": "turbo run --filter dapp --filter wc-dapp dev", | ||
"wallet": "turbo run --filter wallet --filter wc-wallet dev", | ||
"start": "turbo run start", | ||
"lint": "turbo run lint", | ||
"clean": "turbo run clean", | ||
"prettier": "prettier --check .", | ||
"format": "prettier --check . -w", | ||
"publish:wc-dapp": "node scripts/publish.js" | ||
}, | ||
"devDependencies": { | ||
"eslint": "^8.42.0", | ||
"eslint-config-turbo": "latest", | ||
"turbo": "^1.10.1", | ||
"prettier": "2.8.8", | ||
"typescript": "^5.0.4", | ||
"@typescript-eslint/eslint-plugin": "^5.59.8", | ||
"@typescript-eslint/parser": "^5.59.8", | ||
"eslint-config-next": "^13.4.4", | ||
"eslint-plugin-formatjs": "^4.10.1", | ||
"eslint-plugin-simple-import-sort": "^10.0.0", | ||
"eslint-plugin-unicorn": "^47.0.0", | ||
"eslint-plugin-unused-imports": "^2.0.0" | ||
}, | ||
"packageManager": "[email protected]" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@minswap/wc-dapp", | ||
"description": "Wallet connect integration for Cardano dApps", | ||
"version": "2.1.0", | ||
"version": "2.2.0", | ||
"author": "Parichay <[email protected]>", | ||
"homepage": "https://github.com/minswap/wallet-connect/", | ||
"repository": { | ||
|
@@ -37,17 +37,17 @@ | |
], | ||
"dependencies": { | ||
"@minswap/tiny-invariant": "^1.2.0", | ||
"@walletconnect/modal": "2.6.2", | ||
"@walletconnect/universal-provider": "2.11.0", | ||
"bs58": "5.0.0", | ||
"@walletconnect/modal": "2.7.0", | ||
"@walletconnect/universal-provider": "2.17.3", | ||
"bs58": "6.0.0", | ||
"buffer": "^6.0.3", | ||
"events": "^3.3.0" | ||
}, | ||
"devDependencies": { | ||
"@esbuild-plugins/node-globals-polyfill": "^0.1.1", | ||
"@walletconnect/types": "^2.11.0", | ||
"vite": "3.1.0", | ||
"vite-plugin-dts": "^2.3.0", | ||
"vitest": "^0.24.3" | ||
"@esbuild-plugins/node-globals-polyfill": "^0.2.3", | ||
"@walletconnect/types": "^2.17.3", | ||
"vite": "6.0.5", | ||
"vite-plugin-dts": "^4.4.0", | ||
"vitest": "^2.1.8" | ||
} | ||
} |
Oops, something went wrong.