Skip to content

Commit

Permalink
Removes unused packages
Browse files Browse the repository at this point in the history
  • Loading branch information
sanchezfdezjavier committed Dec 20, 2023
1 parent c506bd4 commit 3607779
Show file tree
Hide file tree
Showing 4 changed files with 1,530 additions and 17 deletions.
4 changes: 2 additions & 2 deletions example/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ function App() {
<h1>Demo website</h1>
<Stack
project="https://www.stack-ai.com/embed/46bf5b6a-9b4d-48f6-8a13-cdfc4fe58520/11da0c81-afe2-4ccd-b498-807bbde8e7f1/653fefcfcc37c0093d55e6a9"
width = {'35rem'}
fixed = {true}
width={'35rem'} // optional (default: '35rem')
fixed={true} // optional (default: true)
/>
</>
);
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@
"dependencies": {
"lodash.debounce": "^4.0.8",
"react": ">=17.0.0",
"react-dom": ">=17.0.0",
"react-iframe": "^1.8.5"
"react-dom": ">=17.0.0"
},
"peerDependencies": {
"react": ">=17.0.0",
Expand Down
Loading

0 comments on commit 3607779

Please sign in to comment.