1
0
Fork 0

Bump @astrojs/react from 3.0.7 to 3.0.9

Bumps [@astrojs/react](https://github.com/withastro/astro/tree/HEAD/packages/integrations/react) from 3.0.7 to 3.0.9.
- [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.9/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>
This commit is contained in:
dependabot[bot] 2024-01-26 10:20:48 +00:00 committed by GitHub
parent 0849dc6e35
commit add508ee0d
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.9",
"@astrojs/rss": "^4.0.1",
"@astrojs/sitemap": "^3.0.3",
"@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.9",
"resolved": "https://registry.npmjs.org/@astrojs/react/-/react-3.0.9.tgz",
"integrity": "sha512-31J5yF5p9yBFV1axBooLA9PB4B2+MYm7swWhtlezSsJiUNXRFo5Is9qI3teJ7cKgmaCv+ZA593Smskko0NGaDQ==",
"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.9",
"@astrojs/rss": "^4.0.1",
"@astrojs/sitemap": "^3.0.3",
"@coingecko/cryptoformat": "^0.8.0",