|
50 | 50 | }, |
51 | 51 | "dependencies": { |
52 | 52 | "@modelcontextprotocol/sdk-core": "workspace:^", |
53 | | - "ajv": "^8.17.1", |
54 | | - "ajv-formats": "^3.0.1", |
55 | | - "content-type": "^1.0.5", |
56 | | - "cors": "^2.8.5", |
57 | | - "cross-spawn": "^7.0.5", |
58 | | - "eventsource": "^3.0.2", |
59 | | - "eventsource-parser": "^3.0.0", |
60 | | - "express": "^5.0.1", |
61 | | - "express-rate-limit": "^7.5.0", |
62 | | - "jose": "^6.1.1", |
63 | | - "json-schema-typed": "^8.0.2", |
64 | | - "pkce-challenge": "^5.0.0", |
65 | | - "raw-body": "^3.0.0", |
66 | | - "zod": "^3.25 || ^4.0", |
67 | | - "zod-to-json-schema": "^3.25.0" |
| 53 | + "ajv": "catalog:", |
| 54 | + "ajv-formats": "catalog:", |
| 55 | + "content-type": "catalog:", |
| 56 | + "cors": "catalog:", |
| 57 | + "cross-spawn": "catalog:", |
| 58 | + "eventsource": "catalog:", |
| 59 | + "eventsource-parser": "catalog:", |
| 60 | + "jose": "catalog:", |
| 61 | + "json-schema-typed": "catalog:", |
| 62 | + "pkce-challenge": "catalog:", |
| 63 | + "raw-body": "catalog:", |
| 64 | + "zod": "catalog:", |
| 65 | + "zod-to-json-schema": "catalog:" |
68 | 66 | }, |
69 | 67 | "peerDependencies": { |
70 | | - "@cfworker/json-schema": "^4.1.1", |
71 | | - "zod": "^3.25 || ^4.0" |
| 68 | + "@cfworker/json-schema": "catalog:", |
| 69 | + "zod": "catalog:" |
72 | 70 | }, |
73 | 71 | "peerDependenciesMeta": { |
74 | 72 | "@cfworker/json-schema": { |
|
82 | 80 | "@modelcontextprotocol/tsconfig": "workspace:^", |
83 | 81 | "@modelcontextprotocol/vitest-config": "workspace:^", |
84 | 82 | "@modelcontextprotocol/eslint-config": "workspace:^", |
85 | | - "@cfworker/json-schema": "^4.1.1", |
86 | | - "@eslint/js": "^9.39.1", |
87 | | - "@types/content-type": "^1.1.8", |
88 | | - "@types/cors": "^2.8.17", |
89 | | - "@types/cross-spawn": "^6.0.6", |
90 | | - "@types/eventsource": "^1.1.15", |
91 | | - "@types/express": "^5.0.0", |
92 | | - "@types/express-serve-static-core": "^5.1.0", |
93 | | - "@types/supertest": "^6.0.2", |
94 | | - "@types/ws": "^8.5.12", |
95 | | - "@typescript/native-preview": "^7.0.0-dev.20251103.1", |
96 | | - "eslint": "^9.8.0", |
97 | | - "eslint-config-prettier": "^10.1.8", |
98 | | - "eslint-plugin-n": "^17.23.1", |
99 | | - "prettier": "3.6.2", |
100 | | - "supertest": "^7.0.0", |
101 | | - "tsx": "^4.16.5", |
102 | | - "typescript": "^5.5.4", |
103 | | - "typescript-eslint": "^8.48.1", |
104 | | - "vitest": "^4.0.8", |
105 | | - "ws": "^8.18.0" |
| 83 | + "@cfworker/json-schema": "catalog:", |
| 84 | + "@eslint/js": "catalog:", |
| 85 | + "@types/content-type": "catalog:", |
| 86 | + "@types/cors": "catalog:", |
| 87 | + "@types/cross-spawn": "catalog:", |
| 88 | + "@types/eventsource": "catalog:", |
| 89 | + "@typescript/native-preview": "catalog:", |
| 90 | + "eslint": "catalog:", |
| 91 | + "eslint-config-prettier": "catalog:", |
| 92 | + "eslint-plugin-n": "catalog:", |
| 93 | + "prettier": "catalog:", |
| 94 | + "tsx": "catalog:", |
| 95 | + "typescript": "catalog:", |
| 96 | + "typescript-eslint": "catalog:", |
| 97 | + "vitest": "catalog:" |
106 | 98 | } |
107 | 99 | } |
0 commit comments