Skip to content

Commit

Permalink
0.6.15
Browse files Browse the repository at this point in the history
  • Loading branch information
ysmood committed Oct 28, 2024
1 parent 83165cd commit 83e6c39
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions devtools-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stalo/devtools-ui",
"version": "0.6.14",
"version": "0.6.15",
"description": "UI for stalo devtools",
"type": "module",
"scripts": {
Expand Down Expand Up @@ -32,9 +32,9 @@
"react-icons": "^5.3.0",
"react-virtualized-auto-sizer": "^1.0.24",
"react-window": "^1.8.10",
"stalo": "^0.6.14"
"stalo": "^0.6.15"
},
"devDependencies": {
"@types/react-window": "^1.8.8"
}
}
}
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stalo",
"version": "0.6.14",
"version": "0.6.15",
"type": "module",
"scripts": {
"start": "npm run build && vite --open",
Expand Down

0 comments on commit 83e6c39

Please sign in to comment.