Skip to content

Commit

Permalink
dev versions
Browse files Browse the repository at this point in the history
  • Loading branch information
hrgdavor committed Dec 30, 2023
1 parent 8869c29 commit 21f690a
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion libs/jsx-dev-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
},
"homepage": "https://github.com/hrgdavor/jsx6/blob/master/lib/jsx-dev-runtime/README.md",
"dependencies": {
"@jsx6/jsx6": "1.7.28"
"@jsx6/jsx6": "workspace:*"
},
"devDependencies": {
"esbuild": "^0.17.18"
Expand Down
2 changes: 1 addition & 1 deletion libs/jsx-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
},
"homepage": "https://github.com/hrgdavor/jsx6/blob/master/lib/jsx-runtime/README.md",
"dependencies": {
"@jsx6/jsx6": "1.7.28"
"@jsx6/jsx6": "workspace:*"
},
"devDependencies": {
"esbuild": "^0.17.18"
Expand Down
4 changes: 2 additions & 2 deletions libs/jsx6/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@
"@jsx6/build": "^0.2.4",
"esbuild": "^0.17.18",
"jsdom": "~20.0.1",
"@jsx6/jsx-dev-runtime": "1.7.28",
"@jsx6/jsx-dev-runtime": "workspace:*",
"typescript": "^5.0.4"
},
"dependencies": {
"@jsx6/signal": "1.7.28"
"@jsx6/signal": "workspace:*"
}
}
2 changes: 1 addition & 1 deletion libs/signal-clock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
},
"homepage": "https://github.com/hrgdavor/jsx6/blob/master/lib/signal/README.md",
"dependencies": {
"@jsx6/signal": "1.7.28"
"@jsx6/signal": "workspace:*"
},
"devDependencies": {
"esbuild": "^0.17.18",
Expand Down
2 changes: 1 addition & 1 deletion libs/signal-dom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
},
"homepage": "https://github.com/hrgdavor/jsx6/blob/master/lib/signal/README.md",
"dependencies": {
"@jsx6/signal": "1.7.28"
"@jsx6/signal": "workspace:*"
},
"devDependencies": {
"esbuild": "^0.17.18"
Expand Down

0 comments on commit 21f690a

Please sign in to comment.