summaryrefslogtreecommitdiff
path: root/examples/framework-lit/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'examples/framework-lit/package.json')
-rw-r--r--examples/framework-lit/package.json10
1 files changed, 6 insertions, 4 deletions
diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json
index e7d54b897..a229f00ef 100644
--- a/examples/framework-lit/package.json
+++ b/examples/framework-lit/package.json
@@ -9,10 +9,12 @@
"preview": "astro preview",
"astro": "astro"
},
+ "devDependencies": {
+ "@astrojs/lit": "^1.0.1",
+ "astro": "^1.1.2"
+ },
"dependencies": {
- "astro": "^1.1.1",
- "lit": "^2.2.5",
- "@astrojs/lit": "^1.0.0",
- "@webcomponents/template-shadowroot": "^0.1.0"
+ "@webcomponents/template-shadowroot": "^0.1.0",
+ "lit": "^2.2.5"
}
}