|
68 | 68 | "author": "Sunpeak AI", |
69 | 69 | "license": "MIT", |
70 | 70 | "peerDependencies": { |
71 | | - "@openai/apps-sdk-ui": "^0.2.0", |
| 71 | + "@openai/apps-sdk-ui": "^0.2.1", |
72 | 72 | "react": "^18.0.0 || ^19.0.0", |
73 | 73 | "react-dom": "^18.0.0 || ^19.0.0" |
74 | 74 | }, |
75 | 75 | "dependencies": { |
76 | | - "@modelcontextprotocol/sdk": "^0.5.0", |
| 76 | + "@modelcontextprotocol/sdk": "^1.25.1", |
77 | 77 | "clsx": "^2.1.1", |
78 | 78 | "tailwind-merge": "^3.4.0", |
79 | | - "zod": "^3.23.8" |
| 79 | + "zod": "^3.25.76" |
80 | 80 | }, |
81 | 81 | "devDependencies": { |
82 | | - "@playwright/test": "^1.56.1", |
83 | | - "@tailwindcss/vite": "^4.1.17", |
| 82 | + "@playwright/test": "^1.57.0", |
| 83 | + "@tailwindcss/vite": "^4.1.18", |
84 | 84 | "@testing-library/jest-dom": "^6.9.1", |
85 | | - "@testing-library/react": "^16.3.0", |
| 85 | + "@testing-library/react": "^16.3.1", |
86 | 86 | "@testing-library/user-event": "^14.6.1", |
87 | | - "@types/node": "^24.10.1", |
| 87 | + "@types/node": "^22.15.3", |
88 | 88 | "@types/react": "^19.2.7", |
89 | 89 | "@types/react-dom": "^19.2.3", |
90 | | - "@typescript-eslint/eslint-plugin": "^8.47.0", |
91 | | - "@typescript-eslint/parser": "^8.47.0", |
92 | | - "@vitejs/plugin-react": "^4.3.4", |
93 | | - "eslint": "^9.39.1", |
| 90 | + "@typescript-eslint/eslint-plugin": "^8.50.1", |
| 91 | + "@typescript-eslint/parser": "^8.50.1", |
| 92 | + "@vitejs/plugin-react": "^4.5.2", |
| 93 | + "eslint": "^9.39.2", |
94 | 94 | "eslint-config-prettier": "^10.1.8", |
95 | 95 | "eslint-plugin-react": "^7.37.5", |
96 | 96 | "eslint-plugin-react-hooks": "^7.0.1", |
97 | | - "jsdom": "^27.2.0", |
98 | | - "prettier": "^3.6.2", |
| 97 | + "jsdom": "^27.3.0", |
| 98 | + "prettier": "^3.7.4", |
99 | 99 | "react": "^19.2.0", |
100 | 100 | "react-dom": "^19.2.0", |
101 | | - "tailwindcss": "^4.1.17", |
| 101 | + "tailwindcss": "^4.1.18", |
102 | 102 | "ts-node": "^10.9.2", |
103 | | - "tsx": "^4.20.6", |
104 | | - "typescript": "^5.6.3", |
| 103 | + "tsx": "^4.21.0", |
| 104 | + "typescript": "^5.9.3", |
105 | 105 | "vite": "^5.4.21", |
106 | 106 | "vite-plugin-dts": "^4.5.4", |
107 | 107 | "vitest": "^4.0.12" |
|
0 commit comments