diff options
author | 2022-05-12 10:42:34 -0600 | |
---|---|---|
committer | 2022-05-12 11:42:34 -0500 | |
commit | 7cd4b1bc12d75f3a39cd2f4a3d20a74b29eabde4 (patch) | |
tree | 008d841b8ce69f0604e2381be8e9a0e80ddc3b2d /packages/integrations/react | |
parent | 4838c510816dc111b5ac81eaacfa5c1a3a2ceff7 (diff) | |
download | astro-7cd4b1bc12d75f3a39cd2f4a3d20a74b29eabde4.tar.gz astro-7cd4b1bc12d75f3a39cd2f4a3d20a74b29eabde4.tar.zst astro-7cd4b1bc12d75f3a39cd2f4a3d20a74b29eabde4.zip |
[ci] update lockfile (#3287)
* [ci] update lockfile
* chore: fix lockfile
* fix: pin turbo
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
Co-authored-by: Nate Moore <nate@skypack.dev>
Diffstat (limited to 'packages/integrations/react')
-rw-r--r-- | packages/integrations/react/package.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/packages/integrations/react/package.json b/packages/integrations/react/package.json index 38a0877db..e11c4e6a9 100644 --- a/packages/integrations/react/package.json +++ b/packages/integrations/react/package.json @@ -36,12 +36,12 @@ "@babel/plugin-transform-react-jsx": "^7.17.3" }, "devDependencies": { - "@types/react": "^17.0.44", - "@types/react-dom": "^17.0.15", + "@types/react": "^17.0.45", + "@types/react-dom": "^17.0.16", "astro": "workspace:*", "astro-scripts": "workspace:*", - "react": "^18.0.0", - "react-dom": "^18.0.0" + "react": "^18.1.0", + "react-dom": "^18.1.0" }, "peerDependencies": { "react": "^17.0.2 || ^18.0.0", |