Skip to content

Commit

Permalink
fix constraints
Browse files Browse the repository at this point in the history
Signed-off-by: Timo Stamm <ts@timostamm.de>
  • Loading branch information
timostamm committed Sep 18, 2024
1 parent cb3422b commit 8ab2e5a
Show file tree
Hide file tree
Showing 11 changed files with 30 additions and 30 deletions.
30 changes: 15 additions & 15 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion packages/connect-cloudflare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"lint": "eslint --max-warnings 0 ."
},
"dependencies": {
"@bufbuild/protobuf": "^2.0.1",
"@bufbuild/protobuf": "^2.1.0",
"@connectrpc/connect": "2.0.0-alpha.1",
"@connectrpc/connect-node": "2.0.0-alpha.1"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/connect-conformance/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@
"attw": "attw --pack"
},
"dependencies": {
"@bufbuild/protobuf": "^2.0.1",
"@bufbuild/protobuf": "^2.1.0",
"@connectrpc/connect": "2.0.0-alpha.1",
"fflate": "^0.8.1",
"tar-stream": "^3.1.7"
},
"devDependencies": {
"@bufbuild/buf": "^1.39.0",
"@bufbuild/protoc-gen-es": "^2.0.1",
"@bufbuild/protoc-gen-es": "^2.1.0",
"@types/debug": "^4.1.12",
"@types/node-forge": "^1.3.9",
"@types/tar-stream": "^3.1.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/connect-express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"tsx": "^4.19.0"
},
"peerDependencies": {
"@bufbuild/protobuf": "^2.0.1",
"@bufbuild/protobuf": "^2.1.0",
"@connectrpc/connect": "2.0.0-alpha.1",
"@connectrpc/connect-node": "2.0.0-alpha.1"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/connect-fastify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@connectrpc/connect-node": "2.0.0-alpha.1"
},
"peerDependencies": {
"@bufbuild/protobuf": "^2.0.1",
"@bufbuild/protobuf": "^2.1.0",
"fastify": "^4.22.1",
"@connectrpc/connect": "2.0.0-alpha.1",
"@connectrpc/connect-node": "2.0.0-alpha.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/connect-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"node": ">=18.14.1"
},
"peerDependencies": {
"@bufbuild/protobuf": "^2.0.1",
"@bufbuild/protobuf": "^2.1.0",
"next": "^13.2.4 || ^14.2.5",
"@connectrpc/connect": "2.0.0-alpha.1",
"@connectrpc/connect-node": "2.0.0-alpha.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/connect-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"node": ">=18.14.1"
},
"peerDependencies": {
"@bufbuild/protobuf": "^2.0.1",
"@bufbuild/protobuf": "^2.1.0",
"@connectrpc/connect": "2.0.0-alpha.1"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/connect-web-bench/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
},
"dependencies": {
"@bufbuild/buf": "^1.39.0",
"@bufbuild/protobuf": "^2.0.1",
"@bufbuild/protoc-gen-es": "^2.0.1",
"@bufbuild/protobuf": "^2.1.0",
"@bufbuild/protoc-gen-es": "^2.1.0",
"@connectrpc/connect-web": "2.0.0-alpha.1",
"@types/brotli": "^1.3.4",
"brotli": "^1.3.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/connect-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"devDependencies": {
"webdriverio": "^8.39.1",
"@bufbuild/buf": "^1.39.0",
"@bufbuild/protoc-gen-es": "^2.0.1",
"@bufbuild/protoc-gen-es": "^2.1.0",
"@connectrpc/connect-conformance": "^2.0.0-alpha.1",
"jasmine": "^5.2.0",
"karma": "^6.4.4",
Expand All @@ -52,7 +52,7 @@
"karma-jasmine": "^5.1.0"
},
"peerDependencies": {
"@bufbuild/protobuf": "^2.0.1",
"@bufbuild/protobuf": "^2.1.0",
"@connectrpc/connect": "2.0.0-alpha.1"
}
}
4 changes: 2 additions & 2 deletions packages/connect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,11 @@
}
},
"peerDependencies": {
"@bufbuild/protobuf": "^2.0.1"
"@bufbuild/protobuf": "^2.1.0"
},
"devDependencies": {
"@bufbuild/buf": "^1.39.0",
"@bufbuild/protoc-gen-es": "^2.0.1",
"@bufbuild/protoc-gen-es": "^2.1.0",
"@types/jasmine": "^5.0.0",
"jasmine": "^5.2.0"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
"node": ">=18.14.1"
},
"dependencies": {
"@bufbuild/protobuf": "^2.0.1",
"@bufbuild/protobuf": "^2.1.0",
"@connectrpc/connect-node": "^2.0.0-alpha.1",
"@connectrpc/connect-web": "^2.0.0-alpha.1",
"tsx": "^4.16.5"
},
"devDependencies": {
"@bufbuild/buf": "^1.39.0",
"@bufbuild/protoc-gen-es": "^2.0.1",
"@bufbuild/protoc-gen-es": "^2.1.0",
"@types/express": "^4.17.18",
"esbuild": "^0.19.8",
"typescript": "^5.5.4"
Expand Down

0 comments on commit 8ab2e5a

Please sign in to comment.