@astrojs/react
Advanced tools
Comparing version 0.4.3 to 1.0.0
# @astrojs/react | ||
## 1.0.0 | ||
### Major Changes | ||
- [`04ad44563`](https://github.com/withastro/astro/commit/04ad445632c67bdd60c1704e1e0dcbcaa27b9308) - > Astro v1.0 is out! Read the [official announcement post](https://astro.build/blog/astro-1/). | ||
**No breaking changes**. This package is now officially stable and compatible with `astro@1.0.0`! | ||
## 0.4.3 | ||
@@ -4,0 +12,0 @@ |
{ | ||
"name": "@astrojs/react", | ||
"description": "Use React components within Astro", | ||
"version": "0.4.3", | ||
"version": "1.0.0", | ||
"type": "module", | ||
@@ -38,4 +38,4 @@ "types": "./dist/index.d.ts", | ||
"@types/react-dom": "^17.0.17", | ||
"astro": "1.0.0-rc.7", | ||
"astro-scripts": "0.0.6", | ||
"astro": "1.0.0", | ||
"astro-scripts": "0.0.7", | ||
"react": "^18.1.0", | ||
@@ -42,0 +42,0 @@ "react-dom": "^18.1.0" |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
26379
0