Skip to content

Commit

Permalink
0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ysmood committed Oct 22, 2024
1 parent 3936c73 commit 63505d2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.0.3",
"version": "0.6.4",
"description": "UI for stalo devtools",
"type": "module",
"scripts": {
Expand Down Expand Up @@ -28,7 +28,7 @@
"@uiw/codemirror-theme-okaidia": "^4.23.5",
"@uiw/react-codemirror": "^4.23.5",
"deep-equal": "^2.2.3",
"stalo": "0.6.4"
"stalo": "^0.6.4"
},
"devDependencies": {
"@types/deep-equal": "^1.0.4"
Expand Down
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.3",
"version": "0.6.4",
"type": "module",
"scripts": {
"start": "npm run build && vite --open",
Expand Down

0 comments on commit 63505d2

Please sign in to comment.