Skip to content

Commit c35ad32

Browse files
committed
remove @wagmi/core peer dependency
1 parent 9a84b49 commit c35ad32

File tree

3 files changed

+9772
-7123
lines changed

3 files changed

+9772
-7123
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"typescript": "^5.4.2",
4949
"vitest": "^1.2.0"
5050
},
51-
"packageManager": "pnpm@8.14.1",
51+
"packageManager": "pnpm@9.0.6",
5252
"simple-git-hooks": {
5353
"pre-commit": "pnpm format && pnpm lint:fix"
5454
},

packages/nft-renderer/package.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@
6262
"@types/react": "18.2.33",
6363
"@types/react-dom": "18.2.14",
6464
"@vitejs/plugin-react": "^4.1.0",
65-
"@wagmi/core": "^2.6.17",
6665
"copyfiles": "^2.4.1",
6766
"postcss": "^8.4.33",
6867
"postcss-cli": "^11.0.0",
@@ -80,8 +79,7 @@
8079
"react-dom": "^18.2.0",
8180
"typescript": ">=5.4.2",
8281
"viem": ">=2.9.23",
83-
"wagmi": ">=2.5.20",
84-
"@wagmi/core": "^2.6.17"
82+
"wagmi": ">=2.5.20"
8583
},
8684
"license": "MIT",
8785
"authors": [

0 commit comments

Comments
 (0)