Skip to content

Commit

Permalink
Update README.md (#1163)
Browse files Browse the repository at this point in the history
  • Loading branch information
whitphx authored Oct 17, 2024
1 parent 0b3f267 commit d1ad0e8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ Here is a sample HTML file.
<title>Stlite App</title>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/@stlite/mountable@0.63.1/build/stlite.css"
href="https://cdn.jsdelivr.net/npm/@stlite/mountable@0.69.2/build/stlite.css"
/>
</head>
<body>
<div id="root"></div>
<script src="https://cdn.jsdelivr.net/npm/@stlite/mountable@0.63.1/build/stlite.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@stlite/mountable@0.69.2/build/stlite.js"></script>
<script>
stlite.mount(
`
Expand Down
6 changes: 3 additions & 3 deletions packages/desktop/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ Convert your [Streamlit](https://streamlit.io/) application into a desktop app w
}
},
"devDependencies": {
"@stlite/desktop": "^0.63.1",
"@stlite/desktop": "^0.69.2",
"cross-env": "^7.0.3",
"electron": "30.0.8",
"electron-builder": "^24.13.3"
"electron": "32.2.0",
"electron-builder": "^25.1.7"
},
"stlite": {
"desktop": {
Expand Down

0 comments on commit d1ad0e8

Please sign in to comment.