Skip to content

Commit f156dbe

Browse files
committed
[Chore] Update TypeScript definitions for React and React DOM
This commit updates the TypeScript definitions for React and React DOM in the skills package from version 18.2.0 to 19.2.3. Additionally, it modifies the SKILL.md file for the Stack Auth skill to specify the code block language as 'text' for better formatting. These changes aim to ensure compatibility with the latest React features and improve documentation clarity.
1 parent 4f380b1 commit f156dbe

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

apps/skills/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
},
2020
"devDependencies": {
2121
"@types/node": "20.17.6",
22-
"@types/react": "^18.2.0",
23-
"@types/react-dom": "^18.2.0",
22+
"@types/react": "^19.2.3",
23+
"@types/react-dom": "^19.2.3",
2424
"rimraf": "^5.0.5",
2525
"typescript": "5.9.3"
2626
}

skills/stack-auth/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Apply Stack Auth's live instructions — covering user management, auth, payment
2525

2626
Fetch fresh instructions on every invocation:
2727

28-
```
28+
```text
2929
https://skill.stack-auth.com
3030
```
3131

0 commit comments

Comments
 (0)