summaryrefslogtreecommitdiff
path: root/examples/snowpack
diff options
context:
space:
mode:
authorGravatar Drew Powers <1369770+drwpow@users.noreply.github.com> 2021-05-06 10:38:53 -0600
committerGravatar GitHub <noreply@github.com> 2021-05-06 10:38:53 -0600
commitb81abd5b2c0e68f05c99eaad54eb5b9a6bc092db (patch)
treee21c6c1318b5bf2cf7c6cb74290a6262fdab6e22 /examples/snowpack
parent64f4f74fb641194c12edf3888a55a3359c9f594f (diff)
downloadastro-b81abd5b2c0e68f05c99eaad54eb5b9a6bc092db.tar.gz
astro-b81abd5b2c0e68f05c99eaad54eb5b9a6bc092db.tar.zst
astro-b81abd5b2c0e68f05c99eaad54eb5b9a6bc092db.zip
Add CSS bundling (#172)
* Add CSS bundling * Add Changeset * Update build script * Count better * Fix stats * Cleanup * Add test * Show profile ms under 750ms
Diffstat (limited to 'examples/snowpack')
-rw-r--r--examples/snowpack/package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/snowpack/package.json b/examples/snowpack/package.json
index 0b7dbfd90..8a095b13f 100644
--- a/examples/snowpack/package.json
+++ b/examples/snowpack/package.json
@@ -12,7 +12,7 @@
"lint": "prettier --check \"src/**/*.js\""
},
"dependencies": {
- "astro": "0.0.11",
+ "astro": "^0.0.12",
"date-fns": "^2.19.0",
"deepmerge": "^4.2.2",
"docsearch.js": "^2.6.3",
@@ -26,7 +26,7 @@
"@11ty/eleventy-plugin-syntaxhighlight": "^3.0.4",
"@contentful/rich-text-html-renderer": "^14.1.2",
"@contentful/rich-text-types": "^14.1.2",
- "astro": "0.0.11",
+ "astro": "^0.0.12",
"eleventy-plugin-nesting-toc": "^1.2.0",
"luxon": "^1.25.0",
"markdown-it": "^12.0.2",