Skip to content

Commit 7d412af

Browse files
authored
Fix lockfile, update trpc deps. (#34)
1 parent 3cadbd5 commit 7d412af

File tree

5 files changed

+8
-23
lines changed

5 files changed

+8
-23
lines changed

examples/basic/.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
strict-peer-dependencies=false

examples/basic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"@tanstack/react-query": "^4.8.0",
1414
"@trpc/client": "10.0.0-proxy-beta.25",
15-
"@trpc/react": "10.0.0-proxy-beta.11",
15+
"@trpc/react": "10.0.0-proxy-beta.20",
1616
"@trpc/react-query": "10.0.0-proxy-beta.25",
1717
"@trpc/server": "10.0.0-proxy-beta.25",
1818
"electron": "^19.0.9",

packages/electron-trpc/.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
strict-peer-dependencies=false

packages/electron-trpc/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
"zod": "^3.19.1"
4444
},
4545
"peerDependencies": {
46-
"@trpc/client": "10.0.0-proxy-beta.11",
47-
"@trpc/server": "10.0.0-proxy-beta.11",
46+
"@trpc/client": "10.0.0-proxy-beta.25",
47+
"@trpc/server": "10.0.0-proxy-beta.25",
4848
"electron": ">19.0.0"
4949
}
5050
}

pnpm-lock.yaml

Lines changed: 3 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)