Skip to content

Commit

Permalink
0.6.10
Browse files Browse the repository at this point in the history
  • Loading branch information
ysmood committed Oct 25, 2024
1 parent 38b1924 commit 15d9ec5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 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.9",
"version": "0.6.10",
"description": "UI for stalo devtools",
"type": "module",
"scripts": {
Expand Down Expand Up @@ -28,7 +28,7 @@
"monaco-editor": "^0.52.0",
"react-icons": "^5.3.0",
"react-virtualized": "^9.22.5",
"stalo": "^0.6.9"
"stalo": "^0.6.10"
},
"devDependencies": {
"@types/react-virtualized": "^9.21.30"
Expand Down
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.9",
"version": "0.6.10",
"type": "module",
"scripts": {
"start": "npm run build && vite --open",
Expand Down

0 comments on commit 15d9ec5

Please sign in to comment.