diff options
author | 2021-08-11 15:01:00 -0700 | |
---|---|---|
committer | 2021-08-11 15:01:00 -0700 | |
commit | b54c01bf66a75bea7cde909418cc5373e666b7fa (patch) | |
tree | e9c4c25e0f8456e3a7ca27b7781fadd5314a0829 /examples/with-tailwindcss | |
parent | 939b9d01a4c5ea8fcdc95be75c789b3eeee8f06f (diff) | |
download | astro-b54c01bf66a75bea7cde909418cc5373e666b7fa.tar.gz astro-b54c01bf66a75bea7cde909418cc5373e666b7fa.tar.zst astro-b54c01bf66a75bea7cde909418cc5373e666b7fa.zip |
Version Packages (#1064)astro@0.18.10@astrojs/renderer-vue@0.1.7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/with-tailwindcss')
-rw-r--r-- | examples/with-tailwindcss/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index 47ff99fa1..30be8dde6 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -8,7 +8,7 @@ }, "devDependencies": { "tailwindcss": "^2.1.2", - "astro": "^0.18.9" + "astro": "^0.18.10" }, "snowpack": { "workspaceRoot": "../.." |