Skip to content

Commit

Permalink
0.6.5
Browse files Browse the repository at this point in the history
ysmood committed Oct 23, 2024
1 parent 2a32b4f commit 479385e
Showing 3 changed files with 6 additions and 6 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.4",
"version": "0.6.5",
"description": "UI for stalo devtools",
"type": "module",
"scripts": {
@@ -27,9 +27,9 @@
"monaco-editor": "^0.52.0",
"react-icons": "^5.3.0",
"react-virtualized": "^9.22.5",
"stalo": "^0.6.4"
"stalo": "^0.6.5"
},
"devDependencies": {
"@types/react-virtualized": "^9.21.30"
}
}
}
4 changes: 2 additions & 2 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.4",
"version": "0.6.5",
"type": "module",
"scripts": {
"start": "npm run build && vite --open",

0 comments on commit 479385e

Please sign in to comment.