summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorGravatar Fred K. Schott <fkschott@gmail.com> 2022-05-18 08:15:42 -0700
committerGravatar GitHub <noreply@github.com> 2022-05-18 10:15:42 -0500
commitef32b7c39c6ee5c4c84d2818cb046387989e3cab (patch)
tree79c18c53e67aec5712ac8d635d467c1f88365dc5 /examples
parent1297c10480d6aa7216e48b6e95fedb037d6f9d67 (diff)
downloadastro-ef32b7c39c6ee5c4c84d2818cb046387989e3cab.tar.gz
astro-ef32b7c39c6ee5c4c84d2818cb046387989e3cab.tar.zst
astro-ef32b7c39c6ee5c4c84d2818cb046387989e3cab.zip
[ci] update lockfile (#3395)
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/docs/package.json6
-rw-r--r--examples/framework-lit/package.json2
-rw-r--r--examples/framework-multiple/package.json2
-rw-r--r--examples/integrations-playground/package.json2
4 files changed, 6 insertions, 6 deletions
diff --git a/examples/docs/package.json b/examples/docs/package.json
index 16a2d1cc8..5d4f9f786 100644
--- a/examples/docs/package.json
+++ b/examples/docs/package.json
@@ -9,9 +9,9 @@
"preview": "astro preview"
},
"dependencies": {
- "@algolia/client-search": "^4.13.0",
- "@docsearch/css": "^3.0.0",
- "@docsearch/react": "^3.0.0",
+ "@algolia/client-search": "^4.13.1",
+ "@docsearch/css": "^3.1.0",
+ "@docsearch/react": "^3.1.0",
"@types/react": "^17.0.45",
"preact": "^10.7.2",
"react": "^17.0.2",
diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json
index 0c9d1fa79..88740914b 100644
--- a/examples/framework-lit/package.json
+++ b/examples/framework-lit/package.json
@@ -14,6 +14,6 @@
},
"dependencies": {
"@webcomponents/template-shadowroot": "^0.1.0",
- "lit": "^2.2.3"
+ "lit": "^2.2.4"
}
}
diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json
index 355ef54b8..e989a5a40 100644
--- a/examples/framework-multiple/package.json
+++ b/examples/framework-multiple/package.json
@@ -19,7 +19,7 @@
},
"dependencies": {
"@webcomponents/template-shadowroot": "^0.1.0",
- "lit": "^2.2.3",
+ "lit": "^2.2.4",
"preact": "^10.7.2",
"react": "^18.1.0",
"react-dom": "^18.1.0",
diff --git a/examples/integrations-playground/package.json b/examples/integrations-playground/package.json
index e1a911c91..ae90dd55d 100644
--- a/examples/integrations-playground/package.json
+++ b/examples/integrations-playground/package.json
@@ -21,7 +21,7 @@
},
"dependencies": {
"@webcomponents/template-shadowroot": "^0.1.0",
- "lit": "^2.2.3",
+ "lit": "^2.2.4",
"preact": "^10.7.2",
"react": "^18.1.0",
"react-dom": "^18.1.0",