diff options
author | 2022-03-16 07:53:46 -0700 | |
---|---|---|
committer | 2022-03-16 09:53:46 -0500 | |
commit | 498ef59b0e577bbae0be7187e178c1af9f9469c2 (patch) | |
tree | 6fdd0b2473b747231d913308f3c88b44b9edc4db /examples | |
parent | 0a330fdc9a73d4ded387fa41e1c681fa1a2b814a (diff) | |
download | astro-498ef59b0e577bbae0be7187e178c1af9f9469c2.tar.gz astro-498ef59b0e577bbae0be7187e178c1af9f9469c2.tar.zst astro-498ef59b0e577bbae0be7187e178c1af9f9469c2.zip |
[ci] update lockfile (#2810)
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
Diffstat (limited to 'examples')
-rw-r--r-- | examples/docs/package.json | 2 | ||||
-rw-r--r-- | examples/with-tailwindcss/package.json | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/examples/docs/package.json b/examples/docs/package.json index 3468af34f..60000c43f 100644 --- a/examples/docs/package.json +++ b/examples/docs/package.json @@ -9,7 +9,7 @@ "preview": "astro preview" }, "dependencies": { - "@algolia/client-search": "^4.12.2", + "@algolia/client-search": "^4.13.0", "@docsearch/css": "^3.0.0", "@docsearch/react": "^3.0.0", "@types/react": "^17.0.40", diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index 36edd5130..b1060f02e 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -11,8 +11,8 @@ "devDependencies": { "@astrojs/renderer-preact": "^0.5.0", "astro": "^0.24.3", - "autoprefixer": "^10.4.2", - "postcss": "^8.4.8", + "autoprefixer": "^10.4.4", + "postcss": "^8.4.12", "tailwindcss": "^3.0.23" } } |