Skip to content

Commit

Permalink
chore: Update package dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jnsdls committed Feb 7, 2024
1 parent 3f24f32 commit 9e6d084
Show file tree
Hide file tree
Showing 2 changed files with 85 additions and 79 deletions.
64 changes: 32 additions & 32 deletions packages/thirdweb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,45 +129,45 @@
"!tsconfig.build.json"
],
"dependencies": {
"@emotion/css": "^11.11.2",
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@noble/hashes": "^1.3.3",
"@radix-ui/colors": "^3.0.0",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-focus-scope": "^1.0.4",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-tooltip": "^1.0.7",
"@tanstack/react-query": "^5.18.1",
"@walletconnect/ethereum-provider": "^2.11.1",
"abitype": "^1.0.0",
"bs58": "^5.0.0",
"fuse.js": "^7.0.0",
"mipd": "^0.0.5",
"qrcode": "^1.5.3",
"viem": "^2.7.6"
"@emotion/css": "11.11.2",
"@emotion/react": "11.11.3",
"@emotion/styled": "11.11.0",
"@noble/hashes": "1.3.3",
"@radix-ui/colors": "3.0.0",
"@radix-ui/react-dialog": "1.0.5",
"@radix-ui/react-focus-scope": "1.0.4",
"@radix-ui/react-icons": "1.3.0",
"@radix-ui/react-popover": "1.0.7",
"@radix-ui/react-tabs": "1.0.4",
"@radix-ui/react-tooltip": "1.0.7",
"@tanstack/react-query": "5.18.1",
"@walletconnect/ethereum-provider": "2.11.1",
"abitype": "1.0.0",
"bs58": "5.0.0",
"fuse.js": "7.0.0",
"mipd": "0.0.5",
"qrcode": "1.5.3",
"viem": "2.7.6"
},
"devDependencies": {
"@tanstack/eslint-plugin-query": "^5.18.1",
"@tanstack/eslint-plugin-query": "5.18.1",
"@thirdweb-dev/sdk": "workspace:*",
"@types/bun": "^1.0.5",
"@types/qrcode": "^1.5.5",
"@types/bun": "1.0.5",
"@types/qrcode": "1.5.5",
"@types/react": "18.2.17",
"@viem/anvil": "^0.0.7",
"@vitest/coverage-v8": "^1.2.2",
"dotenv-mono": "^1.3.10",
"@viem/anvil": "0.0.7",
"@vitest/coverage-v8": "1.2.2",
"dotenv-mono": "1.3.13",
"eslint-config-thirdweb": "workspace:*",
"eslint-plugin-better-tree-shaking": "0.0.4",
"eslint-plugin-jsdoc": "^48.0.6",
"ethers5": "npm:ethers@^5.0.0",
"ethers6": "npm:ethers@^6.0.0",
"react": "^18.2.0",
"rimraf": "^5.0.5",
"eslint-plugin-jsdoc": "48.0.6",
"ethers5": "npm:ethers@5.7.2",
"ethers6": "npm:ethers@6.10.0",
"react": "18.2.0",
"rimraf": "5.0.5",
"typedoc-gen": "workspace:*",
"typescript": "^5.3.3",
"vitest": "^1.2.2"
"typescript": "5.3.3",
"vitest": "1.2.2"
},
"peerDependencies": {
"ethers": "^5 || ^6",
Expand Down
100 changes: 53 additions & 47 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9e6d084

Please sign in to comment.