diff options
author | 2021-07-09 09:32:15 -0400 | |
---|---|---|
committer | 2021-07-09 09:32:15 -0400 | |
commit | e70d9508d992a0c12a744a18562fae10bce1c81a (patch) | |
tree | b3ecbc18c2a267094cfb11ba9e8fab15ec06be1f /examples/framework-react | |
parent | 00cdbc4a467af4e4a729e511ccf66f0c8557ab9a (diff) | |
download | astro-e70d9508d992a0c12a744a18562fae10bce1c81a.tar.gz astro-e70d9508d992a0c12a744a18562fae10bce1c81a.tar.zst astro-e70d9508d992a0c12a744a18562fae10bce1c81a.zip |
Version Packages (#639)
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 46663f114..cc9176bfa 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -7,7 +7,7 @@ "build": "astro build" }, "devDependencies": { - "astro": "^0.17.0" + "astro": "^0.17.1" }, "snowpack": { "workspaceRoot": "../.." |