diff options
author | 2021-06-30 10:03:52 -0400 | |
---|---|---|
committer | 2021-06-30 10:03:52 -0400 | |
commit | 81ea010906ef81eee0ab84d7bdeff96644744113 (patch) | |
tree | 338b2c5a5cf7f8ed4ae8e8c72bf2ce7fc0c840a0 /examples/framework-multiple | |
parent | 17579c2c806e9a43e138e7d183c252632a5629e9 (diff) | |
download | astro-81ea010906ef81eee0ab84d7bdeff96644744113.tar.gz astro-81ea010906ef81eee0ab84d7bdeff96644744113.tar.zst astro-81ea010906ef81eee0ab84d7bdeff96644744113.zip |
Version Packages (#589)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/framework-multiple')
-rw-r--r-- | examples/framework-multiple/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index 050fe67ef..400b82b19 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -7,7 +7,7 @@ "build": "astro build" }, "devDependencies": { - "astro": "^0.15.2" + "astro": "^0.15.3" }, "snowpack": { "workspaceRoot": "../.." |