1
0
Fork 0

Bump @astrojs/react from 3.0.7 to 3.0.10 (#904)

Bumps [@astrojs/react](https://github.com/withastro/astro/tree/HEAD/packages/integrations/react) from 3.0.7 to 3.0.10.
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/react/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/@astrojs/react@3.0.10/packages/integrations/react)

---
updated-dependencies:
- dependency-name: "@astrojs/react"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-03-03 11:39:46 +00:00 committed by GitHub
parent 174d10af55
commit 442622b66d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -10,7 +10,7 @@
"license": "MIT",
"dependencies": {
"@astrojs/check": "^0.3.2",
"@astrojs/react": "^3.0.7",
"@astrojs/react": "^3.0.10",
"@astrojs/rss": "^4.0.5",
"@astrojs/sitemap": "^3.1.1",
"@coingecko/cryptoformat": "^0.8.0",
@ -224,9 +224,9 @@
}
},
"node_modules/@astrojs/react": {
"version": "3.0.7",
"resolved": "https://registry.npmjs.org/@astrojs/react/-/react-3.0.7.tgz",
"integrity": "sha512-MpjuFw7YGta44OaQExKVCWyXjujUtUsp5Nst/wIjRHbkmBBlypdj+MF9/xqjsYM+vjcrByOGupmluRrFQO67YQ==",
"version": "3.0.10",
"resolved": "https://registry.npmjs.org/@astrojs/react/-/react-3.0.10.tgz",
"integrity": "sha512-uGRIwKMAn7tva2vxXMyoVIGxWFr0rjZ8ZWIlkTG/vIpnAjD2nM8Cz6B8j7yzj176jvl6gZ6xTbTVPm09aeK0Yw==",
"dependencies": {
"@vitejs/plugin-react": "^4.2.0",
"ultrahtml": "^1.3.0"

View File

@ -50,7 +50,7 @@
},
"dependencies": {
"@astrojs/check": "^0.3.2",
"@astrojs/react": "^3.0.7",
"@astrojs/react": "^3.0.10",
"@astrojs/rss": "^4.0.5",
"@astrojs/sitemap": "^3.1.1",
"@coingecko/cryptoformat": "^0.8.0",