Skip to content

Commit

Permalink
fix: peer-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
nickadamson committed Nov 30, 2023
1 parent c81bc0a commit f1f5287
Show file tree
Hide file tree
Showing 3 changed files with 712 additions and 878 deletions.
6 changes: 6 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
auto-install-peers=true
strict-peer-dependencies=false
dedupe-peer-dependents=true
shared-workspace-lockfile=false
prefer-workspace-packages=true

//npm.pkg.github.com/:_authToken=${CR_PAT}
@valorem-labs-inc:registry=https://npm.pkg.github.com
42 changes: 19 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,36 +23,24 @@
"test": "NODE_TLS_REJECT_UNAUTHORIZED=0 vitest run --coverage"
},
"prettier": "@vercel/style-guide/prettier",
"dependencies": {
"@bufbuild/protobuf": "^1.3.3",
"@connectrpc/connect": "^1.1.2",
"@connectrpc/connect-query": "^0.6.0",
"@connectrpc/connect-web": "^1.1.2",
"@tanstack/query-core": "^4.36.1",
"@tanstack/react-query": "^4.36.1",
"@valorem-labs-inc/sdk": "^0.0.4",
"@wagmi/cli": "^1.5.2",
"@wagmi/core": "^1.4.7",
"abitype": "0.8.7",
"connectkit": "^1.5.3",
"siwe": "^2.1.4",
"viem": "^1.19.7",
"wagmi": "^1.4.7"
},
"devDependencies": {
"@bufbuild/buf": "^1.27.1",
"@bufbuild/protoc-gen-es": "^1.3.3",
"@changesets/cli": "^2.26.2",
"@connectrpc/protoc-gen-connect-query": "^0.6.0",
"@connectrpc/protoc-gen-connect-query": "0.5.3",
"@parcel/packager-ts": "2.10.3",
"@parcel/transformer-typescript-types": "2.10.3",
"@tanstack/query-core": "^4.36.1",
"@testing-library/react": "^14.0.0",
"@testing-library/react-hooks": "^8.0.1",
"@types/node": "^20.8.7",
"@types/react": "^18.2.31",
"@types/react-dom": "^18.2.14",
"@vercel/style-guide": "^5.0.1",
"@vitest/coverage-v8": "^0.34.6",
"@wagmi/cli": "^1.5.2",
"@wagmi/core": "^1.4.7",
"abitype": "0.8.7",
"connectkit": "^1.5.3",
"eslint": "^8.52.0",
"happy-dom": "^12.9.1",
"jest-environment-jsdom": "^29.7.0",
Expand All @@ -61,21 +49,29 @@
"prettier": "^3.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"siwe": "^2.1.4",
"typedoc": "^0.25.2",
"typedoc-plugin-missing-exports": "^2.1.0",
"typescript": "^5.2.2",
"vitest": "^0.34.6",
"zod": "^3.22.4"
"vitest": "^0.34.6"
},
"peerDependencies": {
"@bufbuild/buf": "^1.27.1",
"@bufbuild/protobuf": "^1.4.2",
"@connectrpc/connect": "^1.1.3",
"@connectrpc/connect-query": "0.5.3",
"@connectrpc/connect-web": "^1.1.2",
"@tanstack/react-query": "^4.36.1",
"@valorem-labs-inc/sdk": "^0.0.4",
"@wagmi/core": "^1.4.7",
"abitype": "0.8.7",
"connectkit": "^1.5.3",
"react": "17.x || 18.x",
"react-dom": "17.x || 18.x",
"siwe": "^2.1.4",
"viem": "^1.19.7",
"wagmi": "^1.4.7"
"typescript": "^5.2.0",
"viem": "^1.19.9",
"wagmi": "^1.4.7",
"zod": "^3.22.4"
},
"peerDependenciesMeta": {
"typescript": {
Expand Down
Loading

0 comments on commit f1f5287

Please sign in to comment.