diff options
author | 2021-07-22 15:29:32 -0700 | |
---|---|---|
committer | 2021-07-22 15:29:32 -0700 | |
commit | d48db7f284327992ac08541b8a3c450878db044f (patch) | |
tree | 74015c7cbba8e540615a558b338ed3f1defe7c67 /examples | |
parent | af935c1b8dd9c026d80724f64acd75b91146cc93 (diff) | |
download | astro-d48db7f284327992ac08541b8a3c450878db044f.tar.gz astro-d48db7f284327992ac08541b8a3c450878db044f.tar.zst astro-d48db7f284327992ac08541b8a3c450878db044f.zip |
update deps (#826)
Diffstat (limited to 'examples')
-rw-r--r-- | examples/framework-lit/package.json | 1 | ||||
-rw-r--r-- | examples/snowpack/package.json | 15 |
2 files changed, 3 insertions, 13 deletions
diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json index cb7759495..57b8ae149 100644 --- a/examples/framework-lit/package.json +++ b/examples/framework-lit/package.json @@ -7,6 +7,7 @@ "build": "astro build" }, "devDependencies": { + "@astrojs/renderer-lit": "^0.1.0", "astro": "^0.17.0" }, "snowpack": { diff --git a/examples/snowpack/package.json b/examples/snowpack/package.json index 8b7ae0d22..f2746ea39 100644 --- a/examples/snowpack/package.json +++ b/examples/snowpack/package.json @@ -5,7 +5,6 @@ "scripts": { "start": "astro dev", "build": "astro build", - "astro-dev": "nodemon --delay 0.5 -w ../../packages/astro/dist -x '../../packages/astro/astro.mjs dev'", "test": "jest /__test__/", "format": "prettier --write \"src/**/*.js\" && yarn format:css", "lint": "prettier --check \"src/**/*.js\"" @@ -14,22 +13,12 @@ "date-fns": "^2.19.0", "deepmerge": "^4.2.2", "docsearch.js": "^2.6.3", - "htm": "^3.0.4", - "mdast-util-from-markdown": "^0.8.5", - "mdast-util-toc": "^5.1.0" + "htm": "^3.0.4" }, "devDependencies": { - "@11ty/eleventy": "^0.11.0", - "@11ty/eleventy-plugin-rss": "^1.0.9", - "@11ty/eleventy-plugin-syntaxhighlight": "^3.0.4", "@contentful/rich-text-html-renderer": "^14.1.2", "@contentful/rich-text-types": "^14.1.2", - "astro": "^0.18.0-next.4", - "eleventy-plugin-nesting-toc": "^1.2.0", - "luxon": "^1.25.0", - "markdown-it": "^12.0.2", - "markdown-it-anchor": "^6.0.0", - "nodemon": "^2.0.7" + "astro": "^0.18.0-next.4" }, "snowpack": { "workspaceRoot": "../.." |