Skip to content

Commit

Permalink
fix: version deps (#524)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yonom authored Jul 16, 2024
1 parent f9d6ee2 commit 952635e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/react-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"zustand": "^4.5.4"
},
"peerDependencies": {
"@assistant-ui/react": "^0.4.4",
"@assistant-ui/react": "^0.5.0",
"@types/react": "*",
"react": "^18",
"tailwindcss": "^3.4.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/react-syntax-highlighter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"peerDependencies": {
"@assistant-ui/react": "^0.5.0",
"@assistant-ui/react-markdown": "^0.1.0",
"@assistant-ui/react-markdown": "^0.2.0",
"@types/react": "*",
"@types/react-syntax-highlighter": "*",
"react": "^18",
Expand Down

0 comments on commit 952635e

Please sign in to comment.