Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: update to lit3 to fix ssr #459

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/01-hydration-starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@rocket/cli": "^0.20.0",
"@rocket/engine": "^0.2.0",
"@webcomponents/template-shadowroot": "^0.1.0",
"lit": "^2.3.0"
"lit": "^3.0.0"
},
"@rocket/template-name": "Hydration Starter",
"imports": {
Expand Down
2 changes: 1 addition & 1 deletion examples/02-blog-starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"devDependencies": {
"@rocket/cli": "^0.20.0",
"@rocket/engine": "^0.2.0",
"lit": "^2.3.0"
"lit": "^3.0.0"
},
"@rocket/template-name": "Blog Starter"
}
2 changes: 1 addition & 1 deletion examples/03-minimal-starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"devDependencies": {
"@rocket/cli": "^0.20.0",
"@rocket/engine": "^0.2.0",
"lit": "^2.3.0"
"lit": "^3.0.0"
},
"@rocket/template-name": "Minimal Starter"
}
2 changes: 1 addition & 1 deletion examples/04-sanity-minimal-starter/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@sanity/client": "^3.1.0",
"@sanity/image-url": "^1.0.1",
"dotenv": "^16.0.0",
"lit": "^2.3.0"
"lit": "^3.0.0"
},
"@rocket/template-name": "Sanity Minimal Starter"
}
2 changes: 1 addition & 1 deletion examples/50-landing-theme-spark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@rocket/components": "^0.2.0",
"@rocket/engine": "^0.2.0",
"@rocket/spark": "^0.2.0",
"lit": "^2.3.0"
"lit": "^3.0.0"
},
"@rocket/template-name": "Landing Page (@rocket/spark Theme)",
"imports": {
Expand Down
2 changes: 1 addition & 1 deletion examples/51-docs-theme-launch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@rocket/engine": "^0.2.0",
"@rocket/launch": "^0.21.0",
"@rocket/search": "^0.7.0",
"lit": "^2.3.0"
"lit": "^3.0.0"
},
"@rocket/template-name": "Documentation Website (@rocket/launch Theme)",
"imports": {
Expand Down
Loading
Loading