diff options
author | 2021-06-29 16:46:41 -0400 | |
---|---|---|
committer | 2021-06-29 16:46:41 -0400 | |
commit | e4fe7c0d021085f7adab85a046fa41a5ab7eb6b0 (patch) | |
tree | dfe49dfd0b62dd7693f0d962796e332c4709f148 /examples/framework-react | |
parent | 6e6e203715ee90624c5972b435d6d3a7258f8a5e (diff) | |
download | astro-e4fe7c0d021085f7adab85a046fa41a5ab7eb6b0.tar.gz astro-e4fe7c0d021085f7adab85a046fa41a5ab7eb6b0.tar.zst astro-e4fe7c0d021085f7adab85a046fa41a5ab7eb6b0.zip |
Version Packages (#567)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/framework-react')
-rw-r--r-- | examples/framework-react/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json index 1be1bc1ed..c30d68dda 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -7,7 +7,7 @@ "build": "astro build" }, "devDependencies": { - "astro": "^0.15.1" + "astro": "^0.15.2" }, "snowpack": { "workspaceRoot": "../.." |