Skip to content

Commit

Permalink
Update dependencies (#913)
Browse files Browse the repository at this point in the history
  • Loading branch information
srikrsna-buf authored Nov 7, 2023
1 parent 24bcfb2 commit c59a32e
Show file tree
Hide file tree
Showing 6 changed files with 73 additions and 73 deletions.
124 changes: 62 additions & 62 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
"npm": ">=8"
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.13.0",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"@arethetypeswrong/cli": "^0.13.1",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"eslint": "^8.50.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.28.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/connect-node-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
"@connectrpc/connect-web": "1.1.3",
"@grpc/grpc-js": "^1.9.4",
"@types/express": "^4.17.18",
"@types/jasmine": "^4.3.5",
"@types/jasmine": "^5.0.0",
"esbuild": "^0.16.12",
"express": "^4.18.2",
"fastify": "^4.22.1",
"jasmine": "^5.0.0"
"jasmine": "^5.1.0"
}
}
4 changes: 2 additions & 2 deletions packages/connect-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
"@connectrpc/connect": "1.1.3"
},
"devDependencies": {
"@types/jasmine": "^4.3.5",
"jasmine": "^5.0.0"
"@types/jasmine": "^5.0.0",
"jasmine": "^5.1.0"
},
"files": [
"dist/**"
Expand Down
4 changes: 2 additions & 2 deletions packages/connect-web-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
"dependencies": {
"@connectrpc/connect-web": "1.1.3",
"@connectrpc/connect": "1.1.3",
"@types/jasmine": "^4.3.5",
"@types/jasmine": "^5.0.0",
"esbuild": "^0.16.12",
"jasmine": "^5.0.0",
"jasmine": "^5.1.0",
"karma": "^6.4.2",
"karma-browserstack-launcher": "^1.6.0",
"karma-chrome-launcher": "^3.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/connect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@
},
"devDependencies": {
"@bufbuild/protoc-gen-es": "^1.4.2",
"@types/jasmine": "^4.3.5",
"jasmine": "^5.0.0",
"@types/jasmine": "^5.0.0",
"jasmine": "^5.1.0",
"undici": "^5.26.2"
}
}

0 comments on commit c59a32e

Please sign in to comment.