Skip to content

Commit

Permalink
feat: version updates for plugins support
Browse files Browse the repository at this point in the history
  • Loading branch information
htmujahid committed Apr 30, 2024
1 parent 6b5b630 commit 20549b2
Show file tree
Hide file tree
Showing 9 changed files with 1,383 additions and 2,263 deletions.
304 changes: 0 additions & 304 deletions apps/playground/package-lock.json

This file was deleted.

2 changes: 1 addition & 1 deletion apps/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"vite": "^5.2.6"
},
"dependencies": {
"@sonnetjs/core": "*",
"@sonnetjs/core": "0.0.18",
"@sonnetjs/html": "*"
}
}
2 changes: 1 addition & 1 deletion apps/playground/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ import { createApp } from '@sonnetjs/core';
import Counter from './Counter';

const app = createApp();
app.root(Counter());
app.root(Counter);
app.mount('#app');
2 changes: 1 addition & 1 deletion apps/ssr-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"express": "^4.18.2",
"sirv": "^2.0.4",
"@sonnetjs/core": "*",
"@sonnetjs/html": "*"
"@sonnetjs/html": "0.0.2"
},
"devDependencies": {
"@types/express": "^4.17.21",
Expand Down
Loading

0 comments on commit 20549b2

Please sign in to comment.