diff options
author | 2022-06-01 08:39:32 -0700 | |
---|---|---|
committer | 2022-06-01 10:39:32 -0500 | |
commit | cfb85ee10e159304ad1dbc48bda9ff90fe6f9adf (patch) | |
tree | 6ed02050138bb816eead42572de6045ad82c9c2b /examples | |
parent | 9a98f6a332b8053af97009c78af6a5f650ff33b1 (diff) | |
download | astro-cfb85ee10e159304ad1dbc48bda9ff90fe6f9adf.tar.gz astro-cfb85ee10e159304ad1dbc48bda9ff90fe6f9adf.tar.zst astro-cfb85ee10e159304ad1dbc48bda9ff90fe6f9adf.zip |
[ci] update lockfile (#3495)
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
Diffstat (limited to 'examples')
-rw-r--r-- | examples/blog-multiple-authors/package.json | 2 | ||||
-rw-r--r-- | examples/blog/package.json | 2 | ||||
-rw-r--r-- | examples/docs/package.json | 2 | ||||
-rw-r--r-- | examples/framework-multiple/package.json | 2 | ||||
-rw-r--r-- | examples/framework-preact/package.json | 2 | ||||
-rw-r--r-- | examples/framework-react/package.json | 2 | ||||
-rw-r--r-- | examples/integrations-playground/package.json | 2 | ||||
-rw-r--r-- | examples/portfolio/package.json | 2 | ||||
-rw-r--r-- | examples/with-markdown/package.json | 2 | ||||
-rw-r--r-- | examples/with-nanostores/package.json | 2 |
10 files changed, 10 insertions, 10 deletions
diff --git a/examples/blog-multiple-authors/package.json b/examples/blog-multiple-authors/package.json index 772e7b99b..7e1f0cbf4 100644 --- a/examples/blog-multiple-authors/package.json +++ b/examples/blog-multiple-authors/package.json @@ -14,6 +14,6 @@ "sass": "^1.52.1" }, "dependencies": { - "preact": "^10.7.2" + "preact": "^10.7.3" } } diff --git a/examples/blog/package.json b/examples/blog/package.json index 5cd0cf6f0..57510eeae 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -13,6 +13,6 @@ "astro": "^1.0.0-beta.38" }, "dependencies": { - "preact": "^10.7.2" + "preact": "^10.7.3" } } diff --git a/examples/docs/package.json b/examples/docs/package.json index 3c4b433a4..0546da22e 100644 --- a/examples/docs/package.json +++ b/examples/docs/package.json @@ -13,7 +13,7 @@ "@docsearch/css": "^3.1.0", "@docsearch/react": "^3.1.0", "@types/react": "^17.0.45", - "preact": "^10.7.2", + "preact": "^10.7.3", "react": "^17.0.2", "react-dom": "^17.0.2" }, diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index 44e4e2311..1eb2283a0 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -20,7 +20,7 @@ "dependencies": { "@webcomponents/template-shadowroot": "^0.1.0", "lit": "^2.2.5", - "preact": "^10.7.2", + "preact": "^10.7.3", "react": "^18.1.0", "react-dom": "^18.1.0", "solid-js": "^1.4.3", diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json index 01d98f10f..dc6ecaba1 100644 --- a/examples/framework-preact/package.json +++ b/examples/framework-preact/package.json @@ -13,6 +13,6 @@ "astro": "^1.0.0-beta.38" }, "dependencies": { - "preact": "^10.7.2" + "preact": "^10.7.3" } } diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json index d94126054..72df99d88 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -13,7 +13,7 @@ "astro": "^1.0.0-beta.38" }, "dependencies": { - "@types/react": "^18.0.9", + "@types/react": "^18.0.10", "@types/react-dom": "^18.0.5", "react": "^18.1.0", "react-dom": "^18.1.0" diff --git a/examples/integrations-playground/package.json b/examples/integrations-playground/package.json index 9c1326787..7f3fc0960 100644 --- a/examples/integrations-playground/package.json +++ b/examples/integrations-playground/package.json @@ -22,7 +22,7 @@ "dependencies": { "@webcomponents/template-shadowroot": "^0.1.0", "lit": "^2.2.5", - "preact": "^10.7.2", + "preact": "^10.7.3", "react": "^18.1.0", "react-dom": "^18.1.0", "svelte": "^3.48.0", diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json index d932ce6ae..6e72145f7 100644 --- a/examples/portfolio/package.json +++ b/examples/portfolio/package.json @@ -14,6 +14,6 @@ "sass": "^1.52.1" }, "dependencies": { - "preact": "^10.7.2" + "preact": "^10.7.3" } } diff --git a/examples/with-markdown/package.json b/examples/with-markdown/package.json index 3907b967d..262999ce9 100644 --- a/examples/with-markdown/package.json +++ b/examples/with-markdown/package.json @@ -17,7 +17,7 @@ "astro": "^1.0.0-beta.38" }, "dependencies": { - "preact": "^10.7.2", + "preact": "^10.7.3", "react": "^18.1.0", "react-dom": "^18.1.0", "svelte": "^3.48.0", diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json index 8072f5eca..e9033491d 100644 --- a/examples/with-nanostores/package.json +++ b/examples/with-nanostores/package.json @@ -13,7 +13,7 @@ "@nanostores/react": "^0.1.5", "@nanostores/vue": "^0.4.1", "nanostores": "^0.5.12", - "preact": "^10.7.2", + "preact": "^10.7.3", "react": "^18.1.0", "react-dom": "^18.1.0", "solid-nanostores": "0.0.6", |