|
27 | 27 | "build-js-client": "tsc --target es2018 --declaration false --outDir js-dist" |
28 | 28 | }, |
29 | 29 | "dependencies": { |
30 | | - "@grpc/grpc-js": "^1.11.3", |
| 30 | + "@grpc/grpc-js": "^1.12.2", |
31 | 31 | "@protobuf-ts/runtime": "^2.9.4", |
32 | 32 | "@protobuf-ts/runtime-rpc": "^2.9.4", |
33 | | - "google-protobuf": "^3.15.3" |
| 33 | + "google-protobuf": "^3.21.4" |
34 | 34 | }, |
35 | 35 | "devDependencies": { |
36 | 36 | "@eslint/eslintrc": "^3.1.0", |
37 | | - "@eslint/js": "^9.11.1", |
| 37 | + "@eslint/js": "^9.14.0", |
38 | 38 | "@protobuf-ts/plugin": "^2.9.4", |
39 | 39 | "@types/jasmine": "^5.1.4", |
40 | | - "@types/jest": "^29.5.13", |
41 | | - "@typescript-eslint/eslint-plugin": "^8.8.0", |
42 | | - "@typescript-eslint/parser": "^8.8.0", |
43 | | - "eslint": "^9.11.1", |
44 | | - "grpc-tools": "^1.11.2", |
45 | | - "jasmine": "^5.3.0", |
| 40 | + "@types/jest": "^29.5.14", |
| 41 | + "@typescript-eslint/eslint-plugin": "^8.12.2", |
| 42 | + "@typescript-eslint/parser": "^8.12.2", |
| 43 | + "eslint": "^9.14.0", |
| 44 | + "grpc-tools": "^1.12.4", |
| 45 | + "jasmine": "^5.4.0", |
46 | 46 | "ts-node": "^10.9.2", |
47 | 47 | "typescript": "^5.6" |
48 | 48 | } |
|
0 commit comments