diff options
author | 2024-08-13 22:29:37 +0800 | |
---|---|---|
committer | 2024-08-13 22:29:37 +0800 | |
commit | 315ec07e1b25042cf0298b0d55dbcd6dd6a39890 (patch) | |
tree | c36a751f8f921005546d5cbb67f62cd41585cbbb /packages/integrations/react | |
parent | fc24e1b6f522cf78786a67ee2b308754ab2bfafd (diff) | |
download | astro-315ec07e1b25042cf0298b0d55dbcd6dd6a39890.tar.gz astro-315ec07e1b25042cf0298b0d55dbcd6dd6a39890.tar.zst astro-315ec07e1b25042cf0298b0d55dbcd6dd6a39890.zip |
fix(deps): update all non-major dependencies (#11674)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: bluwy <bjornlu.dev@gmail.com>
Diffstat (limited to 'packages/integrations/react')
-rw-r--r-- | packages/integrations/react/package.json | 4 | ||||
-rw-r--r-- | packages/integrations/react/test/fixtures/react-component/package.json | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/packages/integrations/react/package.json b/packages/integrations/react/package.json index a6d9cd936..6f8951892 100644 --- a/packages/integrations/react/package.json +++ b/packages/integrations/react/package.json @@ -63,10 +63,10 @@ "@types/react-dom": "^18.3.0", "astro": "workspace:*", "astro-scripts": "workspace:*", - "cheerio": "1.0.0-rc.12", + "cheerio": "1.0.0", "react": "^18.3.1", "react-dom": "^18.3.1", - "vite": "^5.3.5" + "vite": "^5.4.0" }, "peerDependencies": { "@types/react": "^17.0.50 || ^18.0.21", diff --git a/packages/integrations/react/test/fixtures/react-component/package.json b/packages/integrations/react/test/fixtures/react-component/package.json index ec58c9d70..783fb87c3 100644 --- a/packages/integrations/react/test/fixtures/react-component/package.json +++ b/packages/integrations/react/test/fixtures/react-component/package.json @@ -8,6 +8,6 @@ "astro": "workspace:*", "react": "^18.3.1", "react-dom": "^18.3.1", - "vue": "^3.4.35" + "vue": "^3.4.37" } } |