Skip to content

Commit 8b96744

Browse files
committed
Update dependencies in both packages
1 parent 4b774d8 commit 8b96744

4 files changed

Lines changed: 1647 additions & 2039 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ sunpeak is an npm package consisting of:
5656
2. **The `sunpeak` framework** (`./template`). Next.js for ChatGPT Apps. This templated npm package includes:
5757
1. Project scaffold - Complete development setup with build, test, and mcp tooling, including the sunpeak library.
5858
2. UI components - Production-ready components following ChatGPT design guidelines and using OpenAI apps-sdk-ui React components.
59-
3. **The `sunpeak` CLI** (`./bin`). Commands for managing ChatGPT Apps. Includes a client for the sunpeak Resource Repository (ECR for ChatGPT Apps). The repository helps you & your CI/CD decouple your App from your client-agnostic MCP server:
59+
3. **The `sunpeak` CLI** (`./bin`). Commands for managing ChatGPT Apps. Includes a client for the [sunpeak Resource Repository](https://app.sunpeak.ai/) (ECR for ChatGPT Apps). The repository helps you & your CI/CD decouple your App from your client-agnostic MCP server:
6060
1. Tag your app builds with version numbers and environment names (like `v1.0.0` and `prod`)
6161
2. `push` built Apps to a central location
6262
3. `pull` built Apps to be run in different environments

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -68,40 +68,40 @@
6868
"author": "Sunpeak AI",
6969
"license": "MIT",
7070
"peerDependencies": {
71-
"@openai/apps-sdk-ui": "^0.2.0",
71+
"@openai/apps-sdk-ui": "^0.2.1",
7272
"react": "^18.0.0 || ^19.0.0",
7373
"react-dom": "^18.0.0 || ^19.0.0"
7474
},
7575
"dependencies": {
76-
"@modelcontextprotocol/sdk": "^0.5.0",
76+
"@modelcontextprotocol/sdk": "^1.25.1",
7777
"clsx": "^2.1.1",
7878
"tailwind-merge": "^3.4.0",
79-
"zod": "^3.23.8"
79+
"zod": "^3.25.76"
8080
},
8181
"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",
8484
"@testing-library/jest-dom": "^6.9.1",
85-
"@testing-library/react": "^16.3.0",
85+
"@testing-library/react": "^16.3.1",
8686
"@testing-library/user-event": "^14.6.1",
87-
"@types/node": "^24.10.1",
87+
"@types/node": "^22.15.3",
8888
"@types/react": "^19.2.7",
8989
"@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",
9494
"eslint-config-prettier": "^10.1.8",
9595
"eslint-plugin-react": "^7.37.5",
9696
"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",
9999
"react": "^19.2.0",
100100
"react-dom": "^19.2.0",
101-
"tailwindcss": "^4.1.17",
101+
"tailwindcss": "^4.1.18",
102102
"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",
105105
"vite": "^5.4.21",
106106
"vite-plugin-dts": "^4.5.4",
107107
"vitest": "^4.0.12"

0 commit comments

Comments
 (0)