@astrojs/react
Advanced tools
Comparing version 3.0.0-rc.4 to 3.0.0-rc.5
@@ -0,3 +1,3 @@ | ||
import { type Options as ViteReactPluginOptions } from '@vitejs/plugin-react'; | ||
import type { AstroIntegration } from 'astro'; | ||
import { type Options as ViteReactPluginOptions } from '@vitejs/plugin-react'; | ||
export type ReactIntegrationOptions = Pick<ViteReactPluginOptions, 'include' | 'exclude'> & { | ||
@@ -4,0 +4,0 @@ experimentalReactChildren?: boolean; |
@@ -0,4 +1,4 @@ | ||
import { appendForwardSlash } from "@astrojs/internal-helpers/path"; | ||
import react, {} from "@vitejs/plugin-react"; | ||
import { version as ReactVersion } from "react-dom"; | ||
import react, {} from "@vitejs/plugin-react"; | ||
import { appendForwardSlash } from "@astrojs/internal-helpers/path"; | ||
const FAST_REFRESH_PREAMBLE = react.preambleCode; | ||
@@ -5,0 +5,0 @@ function getRenderer() { |
{ | ||
"name": "@astrojs/react", | ||
"description": "Use React components within Astro", | ||
"version": "3.0.0-rc.4", | ||
"version": "3.0.0-rc.5", | ||
"type": "module", | ||
@@ -39,18 +39,19 @@ "types": "./dist/index.d.ts", | ||
"server-v17.js", | ||
"static-html.js" | ||
"static-html.js", | ||
"vnode-children.js" | ||
], | ||
"dependencies": { | ||
"@astrojs/internal-helpers": "0.2.0-rc.2", | ||
"@vitejs/plugin-react": "^4.0.3", | ||
"ultrahtml": "^1.2.0" | ||
"@vitejs/plugin-react": "^4.0.4", | ||
"ultrahtml": "^1.3.0" | ||
}, | ||
"devDependencies": { | ||
"@types/react": "^17.0.62", | ||
"@types/react-dom": "^17.0.20", | ||
"@types/react": "^18.2.21", | ||
"@types/react-dom": "^18.2.7", | ||
"chai": "^4.3.7", | ||
"cheerio": "1.0.0-rc.12", | ||
"react": "^18.1.0", | ||
"react-dom": "^18.1.0", | ||
"chai": "^4.3.7", | ||
"cheerio": "1.0.0-rc.12", | ||
"vite": "^4.4.6", | ||
"astro": "3.0.0-rc.5", | ||
"vite": "^4.4.9", | ||
"astro": "3.0.0-rc.6", | ||
"astro-scripts": "0.0.14" | ||
@@ -57,0 +58,0 @@ }, |
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
26138
13
504
Updated@vitejs/plugin-react@^4.0.4
Updatedultrahtml@^1.3.0